Skip to content

Commit

Permalink
disable leftover version chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Apr 22, 2024
1 parent 5ede976 commit 4c7945f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
linkcheck_anchors = True
linkcheck_ignore = [r"https://github.com/crate/cratedb-examples/blob/main/by-language/python-sqlalchemy/.*"]

# Disable version chooser.
html_context.update({
"display_version": False,
"current_version": None,
"versions": [],
})

rst_prolog = """
.. |nbsp| unicode:: 0xA0
Expand Down

0 comments on commit 4c7945f

Please sign in to comment.