2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 14:55:12 +00:00

Update docs

This commit is contained in:
Dan
2018-04-15 20:56:06 +02:00
parent e469115138
commit 0a3c1827aa
6 changed files with 66 additions and 65 deletions

View File

@@ -23,7 +23,7 @@ import sys
sys.path.insert(0, os.path.abspath('../..'))
# Import after sys.path.insert() to avoid issues
# from pyrogram import __version__
from pyrogram import __version__
# -- General configuration ------------------------------------------------
@@ -68,9 +68,9 @@ author = 'Dan Tès'
# built documents.
#
# The short X.Y version.
# version = "version " + __version__
version = "version " + __version__
# The full version, including alpha/beta/rc tags.
# release = version
release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -111,7 +111,7 @@ html_theme_options = {
'collapse_navigation': False,
'sticky_navigation': False,
'logo_only': True,
'display_version': False
'display_version': True
}
# The name of an image file (relative to this directory) to place at the top