Skip to content

Commit

Permalink
Add readthedocs.yaml
Browse files Browse the repository at this point in the history
That seems to have become a requirement :-/
  • Loading branch information
M3t0r committed Aug 14, 2024
1 parent c7af585 commit 4d8dba8
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: "latest"
commands:
- curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION='--yes' bash
- |
source "$HOME/.rye/env"
make docs
- mv dist/docs "${READTHEDOCS_OUTPUT}/html"

0 comments on commit 4d8dba8

Please sign in to comment.