Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Requirements for building PEPs with Sphinx

# Sphinx requires >= 2.17. JSON5 support added in 2.19
# Temporary archive install, pending release of Pygments > 2.20.0
# https://github.com/pygments/pygments/discussions/3145
pygments @ git+https://github.com/pygments/pygments@2cad2642058441b59782a6a18f03c98c42d081f1
# Sphinx requires >= 2.17. JSON5 support added in 2.19, `lazy` highlight added in 2.21
pygments >= 2.21

# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
# See https://github.com/sphinx-doc/sphinx/pull/11100
Expand Down
Loading