Skip to content

Commit 50a4cff

Browse files
committed
temporary fix for documentation builds on readthedocs
1 parent 9d0e038 commit 50a4cff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import os
1717
import shlex
18-
import telegram
18+
# import telegram
1919

2020
# If extensions (or modules to document with autodoc) are in another directory,
2121
# add these directories to sys.path here. If the directory is relative to the
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = telegram.__version__[:3]
62+
version = '5.1' # telegram.__version__[:3]
6363
# The full version, including alpha/beta/rc tags.
64-
release = telegram.__version__
64+
release = '5.1.0' # telegram.__version__
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

0 commit comments

Comments
 (0)