From: Bob Halley Date: Mon, 15 Jan 2024 21:16:16 +0000 (-0800) Subject: bump readthedocs-sphinx-search version to 0.3.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2F2.4;p=thirdparty%2Fdnspython.git bump readthedocs-sphinx-search version to 0.3.2 --- 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