Skip to content

Commit

Permalink
Merge pull request #327 from perrinjerome/doc-sphinx-python3
Browse files Browse the repository at this point in the history
Fix requirements for sphinx on python2
  • Loading branch information
perrinjerome committed Aug 31, 2020
2 parents 4aa6218 + 067c918 commit b4f233c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ parts =
# Avoid breakage in 4.4.5:
zope.testrunner = >= 4.4.6

[versions:python2]
Sphinx = < 2
pygments = < 2.6
sphinxcontrib-websupport = < 1.2

[test]
recipe = zc.recipe.testrunner
eggs =
Expand Down Expand Up @@ -49,18 +54,10 @@ eggs =
${coverage-test:eggs}
interpreter = py

[sphinx_egg]
eggs = Sphinx

[sphinx_egg:python2 or python34]
eggs =
Sphinx < 2
pygments < 2.6

[sphinx]
recipe = zc.recipe.egg
eggs =
${sphinx_egg:eggs}
Sphinx
docutils
ZODB
sphinxcontrib_zopeext
Expand Down

0 comments on commit b4f233c

Please sign in to comment.