Commit b4f233cd authored by Jérome Perrin's avatar Jérome Perrin Committed by GitHub

Merge pull request #327 from perrinjerome/doc-sphinx-python3

Fix requirements for sphinx on python2
parents 4aa62185 067c9183
......@@ -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 =
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment