From a1495956aa77877799d19b934ea8f4ce7f49f120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Mon, 10 Oct 2016 12:51:12 +0200 Subject: [PATCH] temporary fix for documentation builds on readthedocs --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1b996a635..62b611b50 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ import sys import os import shlex -import telegram +# import telegram # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -59,9 +59,9 @@ author = u'Leandro Toledo' # built documents. # # The short X.Y version. -version = telegram.__version__[:3] +version = '5.1' # telegram.__version__[:3] # The full version, including alpha/beta/rc tags. -release = telegram.__version__ +release = '5.1.0' # telegram.__version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.