mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Update doc's config.
This commit is contained in:
parent
3016c7e798
commit
82826d10b3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue