Skip to content

Commit 2177465

Browse files
authored
Merge pull request #16 from dmgav/configure-rtd
CI: updated configuration for RTD
2 parents 13c67f8 + 42dd46f commit 2177465

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ build:
77
os: ubuntu-24.04
88
tools:
99
python: "3.13"
10+
commands:
11+
- pip install -e .[dev]
12+
- pip install -e .[docs]
13+
- python -m pip list
14+
- make -C docs/ html
1015

11-
python:
12-
install:
13-
- requirements: requirements-rtd.txt
14-
15-
# Build documentation in the "docs/" directory with Sphinx
1616
sphinx:
1717
configuration: docs/source/conf.py
18-

0 commit comments

Comments
 (0)