From 5dbb51482dbf1dcd084de3f7ec7da744cc3f6960 Mon Sep 17 00:00:00 2001 From: Greg Chadwick Date: Wed, 31 Jan 2024 15:01:48 +0000 Subject: [PATCH] [doc] Require sphinx version >= 7.0 The previous ~= 4.2 was failing build on readthedocs --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 8a199df092..d376d33053 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ setuptools_scm -sphinx~=4.2 +sphinx>=7.0 sphinx_rtd_theme sphinxcontrib-wavedrom wavedrom>=1.9.0rc1