We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570cea5 commit 58629bcCopy full SHA for 58629bc
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install -U pip
20
- python -m pip install -U docutils
+ python -m pip install -r requirements.txt
21
22
- name: Build
23
requirements.txt
@@ -1,6 +1,7 @@
1
# Requirements for building PEPs with Sphinx
2
-sphinx >= 3.5
3
-docutils >= 0.16
+Pygments >= 2.9.0
+Sphinx >= 4.0.2
4
+docutils >= 0.17.1
5
6
# For RSS
7
feedgen >= 0.9.0 # For RSS feed
0 commit comments