Skip to content

Commit

Permalink
Pin sphinxcontrib packages to workaround sphinx-doc/sphinx#11567
Browse files Browse the repository at this point in the history
  • Loading branch information
IwanVosloo committed Aug 24, 2023
1 parent d5adca6 commit 26bcfda
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions reahl-doc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ exclude = etc, build, dist
[options.extras_require]
test =
pytest>=3.0
Sphinx<=7.1.1
sphinxcontrib-plantuml
Sphinx
sphinxcontrib-plantuml
# We pin the sphinxcontrib=* things because of https://github.com/sphinx-doc/sphinx/issues/11567
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
flaky>=3.7.0
reahl-tofu
reahl-stubble
Expand Down

0 comments on commit 26bcfda

Please sign in to comment.