Skip to content

Commit 58b49d3

Browse files
authored
Bump sphinx version to documented one (#11105)
We can/should probably do an actual bump at some point too.
1 parent 3d01b40 commit 58b49d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,10 +340,12 @@ jobs:
340340
executor: bionic
341341
steps:
342342
- checkout
343-
- run: pip3 install sphinx==1.4.9
344-
- run: make -C site html
343+
# This version is mentioned in `site/source/docs/site/about.rst`.
344+
# Please keep them in sync.
345+
- run: pip3 install sphinx==1.7.9
345346
- run: make -C site text
346347
- run: tests/check_emcc_help_text.py
348+
- run: make -C site html
347349
flake8:
348350
executor: bionic
349351
steps:

docs/emcc.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Emscripten Compiler Frontend (emcc)
32
***********************************
43

0 commit comments

Comments
 (0)