From 4c7945fefcb151c04d9ad12547e683ae366985c7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 22 Apr 2024 14:38:36 +0200 Subject: [PATCH] disable leftover version chooser --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3804b4b6..12a6d625 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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