Support code highlighting (#1577)

This commit is contained in:
Ofek Lev 2021-11-23 18:30:48 -05:00 committed by GitHub
parent 570cea56c2
commit 58629bc305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install -U pip python -m pip install -U pip
python -m pip install -U docutils python -m pip install -r requirements.txt
- name: Build - name: Build
run: | run: |

View File

@ -1,6 +1,7 @@
# Requirements for building PEPs with Sphinx # Requirements for building PEPs with Sphinx
sphinx >= 3.5 Pygments >= 2.9.0
docutils >= 0.16 Sphinx >= 4.0.2
docutils >= 0.17.1
# For RSS # For RSS
feedgen >= 0.9.0 # For RSS feed feedgen >= 0.9.0 # For RSS feed