Skip to content

Commit bd577b9

Browse files
authored
ci: fix docs ci job (#239)
1 parent 1b864f9 commit bd577b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ build:
1515
- asdf global uv latest
1616
- uv venv
1717
- uv pip install .[docs]
18-
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
18+
- . .venv/bin/activate && sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)