From 9acf6affbe1b852536544a8b5c51038fb371911b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 15 Jan 2024 13:16:16 -0800 Subject: [PATCH] bump readthedocs-sphinx-search version to 0.3.2 --- doc/conf.py | 3 ++- doc/requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 10fc72de..ba0f2622 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -70,7 +70,7 @@ release = "2.4.2" # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -93,6 +93,7 @@ autoclass_content = "both" # a list of builtin themes. # # html_theme = 'alabaster' +html_theme = "sphinx_rtd_theme" # 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 diff --git a/doc/requirements.txt b/doc/requirements.txt index b5173984..9a111439 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==4.3.2 -sphinx_rtd_theme==1.2.2 -readthedocs-sphinx-search==0.3.1 +sphinx==7.2.6 +sphinx_rtd_theme==2.0.0 +readthedocs-sphinx-search==0.3.2 -- 2.47.3