From 0847c805b71ce924623eabec83c37c40936c08fd Mon Sep 17 00:00:00 2001 From: Nicolas Cornu Date: Thu, 12 Jan 2023 22:56:02 +0100 Subject: [PATCH] Fix setup.py (#990) Fix sphinxcontrib-applehelp --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b853ee569..c956004c92 100644 --- a/setup.py +++ b/setup.py @@ -138,7 +138,8 @@ def _config_exe(exe_name): "nbconvert", "nbsphinx>=0.3.2", "pytest>=3.7.2", - "sphinx<5", # myst_parser requires <5 and pip falls over + "sphinxcontrib-applehelp<1.0.3", + "sphinx<6", "sphinx-rtd-theme", ] + install_requirements,