2021-06-08 19:11:26 -04:00
|
|
|
# Requirements for building PEPs with Sphinx
|
2021-11-23 18:30:48 -05:00
|
|
|
Pygments >= 2.9.0
|
2023-01-07 19:00:16 -05:00
|
|
|
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
|
|
|
|
# See https://github.com/sphinx-doc/sphinx/pull/11100
|
2024-04-23 06:38:09 -04:00
|
|
|
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1
|
2022-08-02 16:07:49 -04:00
|
|
|
docutils >= 0.19.0
|
2021-06-15 18:22:39 -04:00
|
|
|
|
2022-04-26 15:07:20 -04:00
|
|
|
# For tests
|
|
|
|
pytest
|
|
|
|
pytest-cov
|