Skip to content

Commit

Permalink
Add support for docutils==0.20.x
Browse files Browse the repository at this point in the history
Closes #1516
  • Loading branch information
humitos committed Aug 25, 2023
1 parent c190c00 commit 6788b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ packages = sphinx_rtd_theme
python_requires = >=3.6
install_requires =
sphinx >=5,<8
docutils <0.19
docutils <0.21
sphinxcontrib-jquery >=4,<5
tests_require =
pytest
Expand Down

0 comments on commit 6788b92

Please sign in to comment.