Skip to content

Commit

Permalink
feat: add readthedocs support for rye
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Oct 8, 2024
1 parent 05a08b0 commit de7097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ build:
# - uv venv
# - uv pip install .[docs]
- rye sync --all-features
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
- .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html

0 comments on commit de7097f

Please sign in to comment.