From 1dc895edf9a29621c16402510eb21070bfdfd782 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 17 Oct 2024 09:31:12 -0400 Subject: [PATCH 1/2] remove `display_version` from docs config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c390a66fd..4222f3afa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -273,7 +273,7 @@ def check_sphinx_version(expected_version): # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -html_theme_options = {"collapse_navigation": True, "display_version": True} +html_theme_options = {"collapse_navigation": True} # "nosidebar": "false", # "sidebarbgcolor": "#4db8ff", # "sidebartextcolor": "black", From ff5359d61a2e886ec9d8b05e19ee3569d8acc723 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Thu, 17 Oct 2024 10:28:43 -0400 Subject: [PATCH 2/2] use `version_selector` Co-authored-by: Brett Graham --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 4222f3afa..191e88acf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -273,7 +273,7 @@ def check_sphinx_version(expected_version): # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -html_theme_options = {"collapse_navigation": True} +html_theme_options = {"collapse_navigation": True, "version_selector": True} # "nosidebar": "false", # "sidebarbgcolor": "#4db8ff", # "sidebartextcolor": "black",