From: Bob Halley Date: Tue, 29 Aug 2023 21:11:10 +0000 (-0700) Subject: try to fix broken docs X-Git-Tag: v2.5.0rc1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c465d3c0e15a52e4109c9f80131e657d8bdb0471;p=thirdparty%2Fdnspython.git try to fix broken docs --- diff --git a/doc/conf.py b/doc/conf.py index 36585f3b..8f550919 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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..71ee8e11 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==4.3.2 -sphinx_rtd_theme==1.2.2 +sphinx==5.0.2 +sphinx_rtd_theme==1.3.0 readthedocs-sphinx-search==0.3.1