From 4e119b27bd359490ae0872daa3fdb6eb6acbad42 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 21 Aug 2019 09:32:58 +0200 Subject: [PATCH] Don't stick navigation sidebar of documentation --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 47d0107e..2544800d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ html_show_copyright = False html_theme_options = { "canonical_url": "https://docs.pyrogram.org/", "collapse_navigation": True, - "sticky_navigation": True, + "sticky_navigation": False, "logo_only": True, "display_version": True, "style_external_links": True