From 074152a03db97238a8abf42c2e425a5da71abb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 2 Nov 2023 10:47:56 +0100 Subject: [PATCH] doc: Bump to Sphinx 7.1 and RTD theme 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This moves to more recent versions of Sphinx and Read the Docs theme. FWIW Sphinx 7.2.0 dropped support for Python 3.8 so we're stuck with 7.1 for now. Signed-off-by: Benjamin Cabé --- doc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index e7747b5f13..b1f20fbed1 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,8 +1,8 @@ # DOC: used to generate docs breathe>=4.34 -sphinx~=6.2 -sphinx_rtd_theme~=1.2 +sphinx~=7.1.0 +sphinx_rtd_theme~=2.0 sphinx-tabs sphinxcontrib-svg2pdfconverter pygments>=2.9