Skip to content

Commit

Permalink
setup.cfg: temporarily block sphinx 5.2.0.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Sep 25, 2022
1 parent b068b9e commit fb62c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Expand Up @@ -64,10 +64,10 @@ test =
pytest
importlib-metadata >= 4; python_version < '3.8'
docs =
sphinx >= 4.4.0
sphinx-rtd-theme >= 1.0
sphinx >=4.4.0, !=5.2.0.post0 # https://github.com/sphinx-doc/sphinx/issues/10860
sphinx-rtd-theme >=1.0
sphinxcontrib-programoutput
docutils >= 0.17
docutils >=0.17
myst-parser
utilities =
importchecker
Expand Down

0 comments on commit fb62c5a

Please sign in to comment.