Skip to content

Commit

Permalink
Try to fix readthedocs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Jan 19, 2024
1 parent a34641b commit f82d497
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ conda:
environment: docs/environment.yml

build:
image: latest
os: ubuntu-22.04
tools:
python: "3.11"
commands:
- mkdir -p docs/build
- cd docs && doxygen
- cd .. && etc/make-doc-yml.sh

sphinx:
configuration: docs/source/conf.py

formats: []

python:
version: 3.8
install:
- requirements: docs/requirements.txt

0 comments on commit f82d497

Please sign in to comment.