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 12d6397 commit b077fef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ build:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

commands:
- pip install matplotlib
- make -j 4 -C doc/sphinx SPHINXOPTS="-W --keep-going" html
# Build documentation in the "doc/" directory with Sphinx
sphinx:
configuration: doc/sphinx/conf.py
#sphinx:
#configuration: doc/sphinx/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
Expand Down

0 comments on commit b077fef

Please sign in to comment.