mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
More docs
This commit is contained in:
parent
4008a3114d
commit
322a98bc1b
12 changed files with 77 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue