Skip to content

Commit 4e119b2

Browse files
committed
Don't stick navigation sidebar of documentation
1 parent 55f5a1a commit 4e119b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
html_theme_options = {
5959
"canonical_url": "https://docs.pyrogram.org/",
6060
"collapse_navigation": True,
61-
"sticky_navigation": True,
61+
"sticky_navigation": False,
6262
"logo_only": True,
6363
"display_version": True,
6464
"style_external_links": True

0 commit comments

Comments
 (0)