Commit b04705d6 authored by Jens Vagelpohl's avatar Jens Vagelpohl

- downgrade Sphinx to make the docs test work

parent 9014e192
Sphinx # sphinxcontrib_zopeext is not compatible with Sphinx 7
Sphinx < 7
# Silence dependabot claiming a security issue in older versions: # Silence dependabot claiming a security issue in older versions:
pygments >= 2.7.4 pygments >= 2.7.4
docutils docutils
......
...@@ -68,11 +68,11 @@ setup( ...@@ -68,11 +68,11 @@ setup(
extras_require={ extras_require={
'test': tests_require, 'test': tests_require,
'docs': [ 'docs': [
'Sphinx', 'Sphinx < 7',
'ZODB', 'ZODB',
'j1m.sphinxautozconfig', 'j1m.sphinxautozconfig',
'sphinx_rtd_theme', 'sphinx_rtd_theme',
'sphinxcontrib_zopeext < 0.4', 'sphinxcontrib_zopeext',
] ]
}, },
install_requires=[ install_requires=[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment