mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix
This commit is contained in:
parent
4875bb6188
commit
244b058648
@ -16,14 +16,13 @@
|
|||||||
|
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
import telebot
|
|
||||||
|
|
||||||
project = 'pyTelegramBotAPI'
|
project = 'pyTelegramBotAPI'
|
||||||
copyright = '2022, coder2020official'
|
copyright = '2022, coder2020official'
|
||||||
author = 'coder2020official'
|
author = 'coder2020official'
|
||||||
|
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = telebot.__version__
|
release = '4.4.0'
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
@ -32,7 +31,6 @@ release = telebot.__version__
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||||
# ones.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'sphinx_rtd_theme',
|
|
||||||
'sphinx.ext.autosectionlabel',
|
'sphinx.ext.autosectionlabel',
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
"sphinx.ext.autosummary",
|
"sphinx.ext.autosummary",
|
||||||
|
@ -46,8 +46,6 @@ REPLY_MARKUP_TYPES = Union[
|
|||||||
Module : telebot
|
Module : telebot
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '4.4.0'
|
|
||||||
|
|
||||||
|
|
||||||
class Handler:
|
class Handler:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user