Skip to content

Commit

Permalink
Add build step, use lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 8, 2025
1 parent 20cef78 commit 83a4406
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ build:
create_environment:
- uv venv
install:
- uv pip install .[docs,tests,rest,atomic_tools]

# Let the build fail if there are any warnings
sphinx:
builder: html
fail_on_warning: true
- uv sync --extra docs --extra tests --extra rest --extra atomic_tools
build:
html:
- uv run python -m sphinx -T -W --keep-going -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html

search:
ranking:
Expand Down

0 comments on commit 83a4406

Please sign in to comment.