Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 8, 2025
1 parent 4744988 commit 3950dfa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ build:
- asdf install uv 0.5.15
- asdf global uv 0.5.15
create_environment:
- uv venv
- uv venv $READTHEDOCS_VIRTUALENV_PATH
install:
- uv pip install .[docs]
build:
html:
- uv run sphinx-build -W --keep-going -d _build/doctrees -D language=en -b html docs/source $READTHEDOCS_OUTPUT/html
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install .[docs]

sphinx:
builder: html
fail_on_warning: true

0 comments on commit 3950dfa

Please sign in to comment.