Skip to content

Commit

Permalink
update readthedocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle committed Dec 6, 2024
1 parent d31528f commit 78f3013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ build:
commands:
- pip install matplotlib sphinx
- make -j 4 -C doc/sphinx SPHINXOPTS="-W --keep-going" html
- ls doc/sphinx/_build/html
- mkdir -p $READTHEDOCS_OUTPUT/html
- 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
- ls $READTHEDOCS_OUTPUT/html

# Build documentation in the "doc/" directory with Sphinx
Expand Down

0 comments on commit 78f3013

Please sign in to comment.