Update doc's config.

This commit is contained in:
Alex Root Junior 2017-07-24 22:35:34 +03:00
parent 3016c7e798
commit 82826d10b3

View file

@ -61,7 +61,7 @@ author = 'Illemius / Alex Root Junior'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '{}.{}'.format(aiogram.major_version, aiogram.minor_version) version = '{0}.{1}'.format(aiogram.VERSION.major, aiogram.VERSION.minor)
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = aiogram.__version__ release = aiogram.__version__
@ -88,7 +88,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = 'alabaster' html_theme = 'sphinx_rtd_theme'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the