Support code highlighting (#1577)
This commit is contained in:
parent
570cea56c2
commit
58629bc305
|
@ -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: |
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue