Skip to content

Commit

Permalink
Fix readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bechon committed Feb 25, 2024
1 parent 0bb0b48 commit 8aa0606
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Required
version: 2

# Build documentation in the "docs/" directory with Sphinx
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
jobs:
pre_build:
- doxygen ./extras/docs/Doxyfile

sphinx:
configuration: extras/docs/conf.py
builder: html
configuration: ./extras/docs/conf.py

python:
install:
- requirements: ./extras/docs/requirements.txt

0 comments on commit 8aa0606

Please sign in to comment.