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 d31528f commit 78f3013Copy full SHA for 78f3013
.readthedocs.yaml
@@ -16,9 +16,9 @@ build:
16
commands:
17
- pip install matplotlib sphinx
18
- make -j 4 -C doc/sphinx SPHINXOPTS="-W --keep-going" html
19
- - ls doc/sphinx/_build/html
20
- - mkdir -p $READTHEDOCS_OUTPUT/html
21
- - cp -rp doc/sphinx/_build/html/ $READTHEDOCS_OUTPUT/html/
+ #- ls doc/sphinx/_build/html
+ - mkdir -p $READTHEDOCS_OUTPUT
+ - cp -rp doc/sphinx/_build/html $READTHEDOCS_OUTPUT/html
22
- ls $READTHEDOCS_OUTPUT/html
23
24
# Build documentation in the "doc/" directory with Sphinx
0 commit comments