diff --git a/doc/conf.py b/doc/conf.py index e73866b..b17a8e5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -45,7 +45,7 @@ #'right_buttons': [ # 'search-button.html', #], - #'rightsidebar': True, + 'rightsidebar': True, #'show_insipid': False, #'sidebar_overlay_width': None, #'sidebar_transition': '1s ease-out', diff --git a/doc/index.rst b/doc/index.rst index 926ac8b..93db0c9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -82,5 +82,5 @@ On *touch-enabled* devices: Tap at the top of the page to show the topbar (if it was scrolled away); - swipe from the left edge to show the sidebar, - swipe towards the left to hide it. + swipe from the right edge to show the sidebar, + swipe towards the right to hide it.