We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d166e commit 56294eaCopy full SHA for 56294ea
docs/doc_sources/conf.py.in
@@ -164,6 +164,10 @@ if generate_multiversion == "ON":
164
(version, DOC_SITE_NAME + version + "/index.html")
165
)
166
167
+ if html_context["current_version"] not in versions:
168
+ html_context["current_version"] = "latest"
169
+
170
+ # override furo sidebar when multiversion is on to add the version dropdown
171
html_sidebars = {
172
"**": [
173
"sidebar/scroll-start.html",
0 commit comments