mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-02 07:15:23 +00:00
Revamp docs about the main Pyrogram package
This commit is contained in:
@@ -44,6 +44,8 @@ extensions = [
|
||||
'sphinx.ext.autosummary'
|
||||
]
|
||||
|
||||
napoleon_use_rtype = False
|
||||
|
||||
# Don't show source files on docs
|
||||
html_show_sourcelink = True
|
||||
|
||||
@@ -112,7 +114,7 @@ html_theme = 'sphinx_rtd_theme'
|
||||
#
|
||||
html_theme_options = {
|
||||
'canonical_url': "https://docs.pyrogram.ml/",
|
||||
'collapse_navigation': False,
|
||||
'collapse_navigation': True,
|
||||
'sticky_navigation': False,
|
||||
'logo_only': True,
|
||||
'display_version': True
|
||||
|
Reference in New Issue
Block a user