Skip to content

Commit

Permalink
- downgrade Sphinx to make the docs test work
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 3, 2023
1 parent 9014e19 commit b04705d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sphinx
# sphinxcontrib_zopeext is not compatible with Sphinx 7
Sphinx < 7
# Silence dependabot claiming a security issue in older versions:
pygments >= 2.7.4
docutils
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ def read(path):
extras_require={
'test': tests_require,
'docs': [
'Sphinx',
'Sphinx < 7',
'ZODB',
'j1m.sphinxautozconfig',
'sphinx_rtd_theme',
'sphinxcontrib_zopeext < 0.4',
'sphinxcontrib_zopeext',
]
},
install_requires=[
Expand Down

0 comments on commit b04705d

Please sign in to comment.