We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f06dee commit 8c72640Copy full SHA for 8c72640
1 file changed
docs/source/conf.py
@@ -144,7 +144,13 @@
144
# further. For a list of options available for each theme, see the
145
# documentation.
146
#
147
-# html_theme_options = {}
+html_theme_options = {
148
+ "switcher": {
149
+ "json_url": "https://bluesky.github.io/blop/switcher.json",
150
+ "version_match": version,
151
+ },
152
+ "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
153
+}
154
155
# Add any paths that contain custom static files (such as style sheets) here,
156
# relative to this directory. They are copied after the builtin static files,
0 commit comments