python-peps/requirements.txt

13 lines
299 B
Plaintext
Raw Normal View History

# Requirements for building PEPs with Sphinx
2021-11-23 18:30:48 -05:00
Pygments >= 2.9.0
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
# See https://github.com/sphinx-doc/sphinx/pull/11100
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 7.3
docutils >= 0.19.0
sphinx-autobuild
# For tests
pytest
pytest-cov