Skip to content

Commit 8aa0606

Browse files
author
Patrick Bechon
committed
Fix readthedocs config
1 parent 0bb0b48 commit 8aa0606

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.readthedocs.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# Required
21
version: 2
32

4-
# Build documentation in the "docs/" directory with Sphinx
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.10"
7+
jobs:
8+
pre_build:
9+
- doxygen ./extras/docs/Doxyfile
10+
511
sphinx:
6-
configuration: extras/docs/conf.py
12+
builder: html
13+
configuration: ./extras/docs/conf.py
14+
15+
python:
16+
install:
17+
- requirements: ./extras/docs/requirements.txt

0 commit comments

Comments
 (0)