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 bd05115 commit 81c95f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ build:
commands:
- pip install matplotlib sphinx
- make -j 4 -C doc/sphinx SPHINXOPTS="-W --keep-going" html

- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -rp doc/sphinx/_build/html/ $READTHEDOCS_OUTPUT/html/

# Build documentation in the "doc/" directory with Sphinx
#sphinx:
#configuration: doc/sphinx/conf.py
Expand Down

0 comments on commit 81c95f5

Please sign in to comment.