From c2dee2a538c0e5e07ae26cd2e261546f608157d8 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Fri, 25 Oct 2024 22:40:45 +0000 Subject: [PATCH] replase display_version with two other options --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 70d6e8b1..f0bd6191 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,7 +121,8 @@ html_theme = "sphinx_rtd_theme" # documentation. html_theme_options = { "logo_only": True, - "display_version": False, + "version_selector": False, + "language_selector": False, } # Add any paths that contain custom themes here, relative to this directory.