You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theme option flyout to enable/disable theme's flyout (#1580)
* Theme option `flyout` to enable/disable theme's flyout
Add a theme option to enable/disable the theme's flyout integrated at the bottom
left into the navigation bar.
Closes#1579
* Use `flyout_display` with `hidden` and `attached` as options
* Make `hidden` as `flyout_display`
* Update docs/configuring.rst
Co-authored-by: Eric Holscher <[email protected]>
---------
Co-authored-by: Eric Holscher <[email protected]>
Copy file name to clipboardExpand all lines: docs/configuring.rst
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ For example:
21
21
'style_external_links': False,
22
22
'vcs_pageview_mode': '',
23
23
'style_nav_header_background': 'white',
24
+
'flyout_display': 'hidden',
24
25
# Toc options
25
26
'collapse_navigation': True,
26
27
'sticky_navigation': True,
@@ -174,6 +175,16 @@ Miscellaneous options
174
175
:type: string
175
176
:default: ``#2980B9``
176
177
178
+
.. confval:: flyout_display
179
+
180
+
Specify how to display the flyout (language and version selector).
181
+
This can be either ``attached`` or ``hidden``.
182
+
``attached`` means that it will show the flyout in the bottom of the sidebar.
183
+
You will need to disable the default `Read the Docs flyout <https://docs.readthedocs.io/en/stable/flyout-menu.html>`_ in order to not have 2 flyouts showing.
0 commit comments