Skip to content

Commit

Permalink
ci: fix docs ci job (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 19, 2024
1 parent 1b864f9 commit bd577b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ build:
- asdf global uv latest
- uv venv
- uv pip install .[docs]
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
- . .venv/bin/activate && sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

0 comments on commit bd577b9

Please sign in to comment.