We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ede976 commit 4c7945fCopy full SHA for 4c7945f
1 file changed
docs/conf.py
@@ -21,6 +21,12 @@
21
linkcheck_anchors = True
22
linkcheck_ignore = [r"https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/.*"]
23
24
+# Disable version chooser.
25
+html_context.update({
26
+ "display_version": False,
27
+ "current_version": None,
28
+ "versions": [],
29
+})
30
31
rst_prolog = """
32
.. |nbsp| unicode:: 0xA0
0 commit comments