Skip to content

Commit 35f0bd2

Browse files
committed
Fix RTD
1 parent b545842 commit 35f0bd2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 4 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
13-
sphinx:
14-
configuration: docs/conf.py
11+
build:
12+
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

Comments
 (0)