mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Don't stick navigation sidebar of documentation
This commit is contained in:
parent
55f5a1a36c
commit
4e119b27bd
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ html_show_copyright = False
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"canonical_url": "https://docs.pyrogram.org/",
|
"canonical_url": "https://docs.pyrogram.org/",
|
||||||
"collapse_navigation": True,
|
"collapse_navigation": True,
|
||||||
"sticky_navigation": True,
|
"sticky_navigation": False,
|
||||||
"logo_only": True,
|
"logo_only": True,
|
||||||
"display_version": True,
|
"display_version": True,
|
||||||
"style_external_links": True
|
"style_external_links": True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue