Skip to content

Commit

Permalink
feat(v2): build readthedocs (#1525)
Browse files Browse the repository at this point in the history
* docs: just build readthedocs

This makes it so we don't have to disable pull request builds while we work on
v2.

* fix: add html to output dir
  • Loading branch information
gadomski authored Feb 13, 2025
1 parent c87ecb9 commit a41287f
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/html

0 comments on commit a41287f

Please sign in to comment.