More docs

This commit is contained in:
Alex Root Junior 2021-02-07 18:43:43 +02:00
parent 4008a3114d
commit 322a98bc1b
12 changed files with 77 additions and 28 deletions

View file

@ -19,6 +19,7 @@ html_theme_options = {}
html_css_files = [
"stylesheets/extra.css",
]
highlight_language = 'python3'
extensions = [
"sphinx.ext.todo",
@ -33,6 +34,9 @@ extensions = [
rst_prolog = f"""
.. |api_version| replace:: {aiogram.__api_version__}
.. role:: pycode(code)
:language: python3
"""
language = None