Skip to content

Commit

Permalink
docs: just build readthedocs
Browse files Browse the repository at this point in the history
This makes it so we don't have to disable pull request builds while we work on
v2.
  • Loading branch information
gadomski committed Feb 13, 2025
1 parent c87ecb9 commit 80ac9ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.10"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --all-extras
- uv run --all-extras mkdocs build -d $READTHEDOCS_OUTPUT

0 comments on commit 80ac9ab

Please sign in to comment.