mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Continue documentation and reducing public API
This commit is contained in:
@@ -23,6 +23,7 @@ extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.intersphinx",
|
||||
"sphinx.ext.graphviz",
|
||||
"sphinx.ext.coverage",
|
||||
"roles.tl",
|
||||
]
|
||||
|
||||
@@ -31,7 +32,9 @@ tl_ref_url = "https://tl.telethon.dev"
|
||||
autodoc_default_options = {
|
||||
"members": True,
|
||||
"undoc-members": True,
|
||||
"show-inheritance": True,
|
||||
}
|
||||
autodoc_typehints = "description"
|
||||
modindex_common_prefix = ["telethon."]
|
||||
graphviz_output_format = "svg"
|
||||
|
||||
|
Reference in New Issue
Block a user