Skip to content

Commit 4c7945f

Browse files
committed
disable leftover version chooser
1 parent 5ede976 commit 4c7945f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
linkcheck_anchors = True
2222
linkcheck_ignore = [r"https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/.*"]
2323

24+
# Disable version chooser.
25+
html_context.update({
26+
"display_version": False,
27+
"current_version": None,
28+
"versions": [],
29+
})
2430

2531
rst_prolog = """
2632
.. |nbsp| unicode:: 0xA0

0 commit comments

Comments
 (0)