Skip to content

Commit 78f3013

Browse files
author
Paul Kienzle
committed
update readthedocs configuration
1 parent d31528f commit 78f3013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ build:
1616
commands:
1717
- pip install matplotlib sphinx
1818
- 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/
19+
#- ls doc/sphinx/_build/html
20+
- mkdir -p $READTHEDOCS_OUTPUT
21+
- cp -rp doc/sphinx/_build/html $READTHEDOCS_OUTPUT/html
2222
- ls $READTHEDOCS_OUTPUT/html
2323

2424
# Build documentation in the "doc/" directory with Sphinx

0 commit comments

Comments
 (0)