Skip to content

Commit 5a4eacb

Browse files
committed
Fix RTD
1 parent b545842 commit 5a4eacb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ build:
88
- asdf global pixi latest
99
install:
1010
- pixi install -e docs
11-
html:
12-
- pixi run docs
11+
build:
12+
html:
13+
- pixi run -e docs sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
1314
sphinx:
1415
configuration: docs/conf.py

0 commit comments

Comments
 (0)