We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1e31a commit 0814f1cCopy full SHA for 0814f1c
1 file changed
.readthedocs.yaml
@@ -7,12 +7,11 @@ build:
7
os: ubuntu-24.04
8
tools:
9
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
15
-python:
- install:
- - requirements: requirements-rtd.txt
-
-# Build documentation in the "docs/" directory with Sphinx
16
sphinx:
17
configuration: docs/source/conf.py
18
0 commit comments