Skip to content

Commit

Permalink
DOC: fixup RTD (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jan 1, 2025
1 parent 71a41d7 commit 65f8d99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ build:
- asdf install uv latest
- asdf global uv latest
- uv sync --frozen --group docs
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
- uv run -m sphinx --config-dir docs/source --fail-on-warning -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html

0 comments on commit 65f8d99

Please sign in to comment.