From c7bb3727bcd7b4a9dbaf6250ef23761f5e9367f0 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Sun, 28 Jan 2024 18:05:16 +0100 Subject: [PATCH] installation: fix sphinx dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3f863708..6f35eec3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ install_requires = tests = pytest-black>=0.3.0 pytest-invenio>=1.4.2 - Sphinx==4.2.0 + Sphinx>=5,<6 # Kept for backwards compatibility docs =