Refactor dispatcher. Update docs. Fix tests.

This commit is contained in:
Alex Root Junior 2020-11-18 02:05:52 +02:00
parent 9539c4e2fd
commit d3b488e16d
290 changed files with 2153 additions and 1780 deletions

View file

@ -9,15 +9,16 @@ release = aiogram.__version__
api_version = aiogram.__api_version__
templates_path = ["_templates"]
html_theme = "sphinx_rtd_theme"
html_icon = "_static/logo.png"
html_theme = "furo"
html_logo = "_static/logo.png"
html_static_path = ["_static"]
todo_include_todos = True
# pygments_style = "sphinx"
pygments_style = "sphinx"
htmlhelp_basename = project
html_theme_options = {
'collapse_navigation': False,
}
html_theme_options = {}
html_css_files = [
"stylesheets/extra.css",
]
extensions = [
"sphinx_rtd_theme",
@ -27,6 +28,7 @@ extensions = [
"sphinx.ext.ifconfig",
"sphinx-prompt",
"sphinx_substitution_extensions",
"sphinx_copybutton",
]
rst_prolog = f"""