From 82826d10b3fc6c4b4a4ff0f216ddc12037c83ddc Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 24 Jul 2017 22:35:34 +0300 Subject: [PATCH] Update doc's config. --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9902e455..56a07ea0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,7 +61,7 @@ author = 'Illemius / Alex Root Junior' # built documents. # # 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. 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 # 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 # further. For a list of options available for each theme, see the