We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52df519 commit 17b5c4dCopy full SHA for 17b5c4d
1 file changed
.readthedocs.yaml
@@ -8,7 +8,8 @@ build:
8
- asdf global pixi latest
9
install:
10
- pixi install -e docs
11
- html:
12
- - pixi run docs
+ build:
+ html:
13
+ - pixi run -e docs sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
14
sphinx:
15
configuration: docs/conf.py
0 commit comments