We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0e038 commit 50a4cffCopy full SHA for 50a4cff
docs/source/conf.py
@@ -15,7 +15,7 @@
15
import sys
16
import os
17
import shlex
18
-import telegram
+# import telegram
19
20
# If extensions (or modules to document with autodoc) are in another directory,
21
# add these directories to sys.path here. If the directory is relative to the
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = telegram.__version__[:3]
+version = '5.1' # telegram.__version__[:3]
63
# The full version, including alpha/beta/rc tags.
64
-release = telegram.__version__
+release = '5.1.0' # telegram.__version__
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
0 commit comments