Skip to content

Commit

Permalink
chore: add readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 27, 2024
1 parent a0256c1 commit 2fd0779
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.12"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --group docs
- uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en src/docs $READTHEDOCS_OUTPUT/html

0 comments on commit 2fd0779

Please sign in to comment.