We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26caf95 commit 7d109d4Copy full SHA for 7d109d4
doc/conf.py
@@ -85,6 +85,10 @@
85
"show_prev_next": False,
86
"navbar_end": ["search-field.html", "navbar-icon-links.html"],
87
}
88
+# NOTE: The following is required for supporting of older sphinx toolchains.
89
+# The "theme-switcher" templated should be added directly to navbar_end
90
+# above and the following lines removed when the minimum supported
91
+# version of pydata_sphinx_theme is 0.9.0
92
# Add version switcher for versions of pydata_sphinx_theme that support it
93
import packaging
94
import pydata_sphinx_theme
@@ -94,6 +98,7 @@
98
):
95
99
html_theme_options["navbar_end"].insert(0, "theme-switcher")
96
100
101
+
97
102
html_sidebars = {
103
"**": [],
104
0 commit comments