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 81c95f5 commit d31528f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ 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 $READTHEDOCS_OUTPUT/html

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

0 comments on commit d31528f

Please sign in to comment.