We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d01b40 commit 58b49d3Copy full SHA for 58b49d3
.circleci/config.yml
@@ -340,10 +340,12 @@ jobs:
340
executor: bionic
341
steps:
342
- checkout
343
- - run: pip3 install sphinx==1.4.9
344
- - run: make -C site html
+ # This version is mentioned in `site/source/docs/site/about.rst`.
+ # Please keep them in sync.
345
+ - run: pip3 install sphinx==1.7.9
346
- run: make -C site text
347
- run: tests/check_emcc_help_text.py
348
+ - run: make -C site html
349
flake8:
350
351
docs/emcc.txt
@@ -1,4 +1,3 @@
1
-
2
Emscripten Compiler Frontend (emcc)
3
***********************************
4
0 commit comments