2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-01 14:55:12 +00:00

Documentation improvements

This commit is contained in:
Dan
2022-04-24 11:56:07 +02:00
parent d14665ad96
commit 8af17c3ed5
7 changed files with 16 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ master_doc = "index"
source_suffix = ".rst"
autodoc_member_order = "bysource"
templates_path = ["_resources/templates"]
templates_path = ["../resources/templates"]
html_copy_source = False
napoleon_use_rtype = False
@@ -63,7 +63,7 @@ suppress_warnings = ["image.not_readable"]
html_title = "Pyrogram Documentation"
html_theme = "sphinx_rtd_theme"
html_static_path = ["_resources/static"]
html_static_path = ["../resources/static"]
html_show_sourcelink = True
html_show_copyright = False
html_theme_options = {
@@ -75,11 +75,11 @@ html_theme_options = {
"style_external_links": True
}
html_logo = "_resources/static/img/pyrogram.png"
html_favicon = "_resources/static/img/favicon.ico"
html_logo = "../resources/static/img/pyrogram.png"
html_favicon = "../resources/static/img/favicon.ico"
latex_engine = "xelatex"
latex_logo = "_resources/static/img/pyrogram.png"
latex_logo = "../resources/static/img/pyrogram.png"
latex_elements = {
"pointsize": "12pt",