Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 09a9540

Browse files
authored
Update sphinx to 3.5.4 (#1382)
Our current version of sphinx doesn't limit the supported docutils versions, and 0.18.0 breaks something (https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26 likely the new meta node) 3.5.4 restricts the docutils versions: https://www.sphinx-doc.org/en/master/changes.html#release-3-5-4-released-apr-11-2021
1 parent ee4a6c4 commit 09a9540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: pip install bikeshed && bikeshed update
5353
- run: pip install six
5454
- run: sudo apt-get update -y && sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
55-
- run: pip install sphinx==3.5.2
55+
- run: pip install sphinx==3.5.4
5656
- run: cd document/core && make all
5757
- uses: actions/upload-artifact@v2
5858
with:

document/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pipenv shell
4242
Install Python dependencies:
4343

4444
```
45-
pipenv install Sphinx==3.5.2
45+
pipenv install Sphinx==3.5.4
4646
```
4747

4848
### Checking out the repository

0 commit comments

Comments
 (0)