Skip to content

Commit a41287f

Browse files
authored
feat(v2): build readthedocs (#1525)
* 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
1 parent c87ecb9 commit a41287f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.10"
7+
commands:
8+
- asdf plugin add uv
9+
- asdf install uv latest
10+
- asdf global uv latest
11+
- uv sync --all-extras
12+
- uv run --all-extras mkdocs build -d $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)