Skip to content

Commit b853bca

Browse files
authored
Pin docutils version. NFC (emscripten-core#15363)
The latest version appears to be incompatible with sphinx 2.4.4
1 parent 65e6be7 commit b853bca

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,7 @@ jobs:
291291
executor: bionic
292292
steps:
293293
- checkout
294-
# This version is mentioned in `site/source/docs/site/about.rst`.
295-
# Please keep them in sync.
296-
- run: pip3 install sphinx==2.4.4
294+
- run: pip3 install -r requirements-dev.txt
297295
- run: make -C site text
298296
- run: tests/check_emcc_help_text.py
299297
- run: make -C site html

requirements-dev.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
flake8==3.9.0
88
flake8-unused-arguments==0.0.6
99
coverage==5.5
10-
sphinx==2.4.4
10+
11+
# This version is mentioned in `site/source/docs/site/about.rst`.
12+
# Please keep them in sync.
13+
sphinx==2.4.4
14+
15+
# Pin docutils because newer versions are not compatible with sphinx 2.4.4
16+
docutils==0.17.1

0 commit comments

Comments
 (0)