From: Bob Halley Date: Tue, 28 Nov 2023 19:17:09 +0000 (-0800) Subject: update sphinx and sphinx_rtd_theme X-Git-Tag: v2.5.0rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7b4622e1543a0f24579fa9edce121c97555f07;p=thirdparty%2Fdnspython.git update sphinx and sphinx_rtd_theme --- diff --git a/doc/Makefile b/doc/Makefile index 3ff52deb..acf8f99c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line. SPHINXOPTS = -SPHINXBUILD = poetry run sphinx-build +SPHINXBUILD = sphinx-build SPHINXPROJ = dnspython SOURCEDIR = . BUILDDIR = _build diff --git a/doc/requirements.txt b/doc/requirements.txt index 71ee8e11..09e6c454 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -sphinx==5.0.2 -sphinx_rtd_theme==1.3.0 +sphinx==7.2.6 +sphinx_rtd_theme==2.0.0 readthedocs-sphinx-search==0.3.1