Skip to content

Commit 81c95f5

Browse files
author
Paul Kienzle
committed
update readthedocs configuration
1 parent bd05115 commit 81c95f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ build:
1616
commands:
1717
- pip install matplotlib sphinx
1818
- make -j 4 -C doc/sphinx SPHINXOPTS="-W --keep-going" html
19-
19+
- mkdir -p $READTHEDOCS_OUTPUT/html
20+
- cp -rp doc/sphinx/_build/html/ $READTHEDOCS_OUTPUT/html/
21+
2022
# Build documentation in the "doc/" directory with Sphinx
2123
#sphinx:
2224
#configuration: doc/sphinx/conf.py

0 commit comments

Comments
 (0)