Skip to content

Commit 58629bc

Browse files
authored
Support code highlighting (#1577)
1 parent 570cea5 commit 58629bc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install -U pip
20-
python -m pip install -U docutils
20+
python -m pip install -r requirements.txt
2121
2222
- name: Build
2323
run: |

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Requirements for building PEPs with Sphinx
2-
sphinx >= 3.5
3-
docutils >= 0.16
2+
Pygments >= 2.9.0
3+
Sphinx >= 4.0.2
4+
docutils >= 0.17.1
45

56
# For RSS
67
feedgen >= 0.9.0 # For RSS feed

0 commit comments

Comments
 (0)