Skip to content

Commit d31528f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ 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
1920
- mkdir -p $READTHEDOCS_OUTPUT/html
2021
- cp -rp doc/sphinx/_build/html/ $READTHEDOCS_OUTPUT/html/
22+
- ls $READTHEDOCS_OUTPUT/html
2123

2224
# Build documentation in the "doc/" directory with Sphinx
2325
#sphinx:

0 commit comments

Comments
 (0)