From 4c32262959b5b51b87f5c5f234190536e9bb6c3a Mon Sep 17 00:00:00 2001 From: Dominique Benielli <dominique.benielli@univ-amu.fr> Date: Wed, 24 May 2023 18:29:46 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d708b3f..c08ed66 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,7 @@ def setup_package(): python_requires = '>=3.6' extras_require = { 'dev': ['pytest', 'pytest-cov'], - 'doc': ['sphinx', 'numpydoc', 'sphinx_gallery', 'matplotlib', "sphinx_rtd_theme"]} + 'doc': ['sphinx==4.5', 'numpydoc', 'sphinx_gallery', 'matplotlib', "sphinx_rtd_theme"]} include_package_data = True setup(name=name, -- GitLab