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 authored and unkcpz committed Jan 10, 2025
1 parent 31a8909 commit 39c4ad3
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 sphinx-build -T -W --keep-going -b html -d _build/doctrees -D language=en docs/source $READTHEDOCS_OUTPUT/html

search:
ranking:
Expand Down

0 comments on commit 39c4ad3

Please sign in to comment.