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 7645aa5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2

build:
os: ubuntu-lts-latest
commands:
- asdf plugin add rye
- asdf install rye latest
- asdf global rye latest
- make docs
- mv dist/docs "${READTHEDOCS_OUTPUT}/html"

sphinx:
configuration: docs/conf.py
fail_on_warning: false

0 comments on commit 7645aa5

Please sign in to comment.