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