From 32d918ad94937d3af07f2f7bff66c481e15b801d Mon Sep 17 00:00:00 2001 From: Marvin Kastner Date: Sat, 9 Sep 2023 12:37:06 +0200 Subject: [PATCH] Drop fixed Sphinx version Thanks to https://github.com/sphinx-doc/sphinx/pull/11651 this should not be necessary anymore --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07ef852a..3d70c443 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ 'nbconvert', # build documentation - 'sphinx==7.1.2', # build the documentation + 'sphinx', # build the documentation 'sphinx-rtd-theme', # adding the nice sphinx theme 'sphinx-toolbox', # dependency of enum_tools, we got this as a present 'myst-parser', # for Contributing.md