Skip to content

Commit

Permalink
feat: configure readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed May 21, 2024
1 parent 172dd98 commit 6214092
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .readthedocs..yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
build:
os: ubuntu-lts-latest
tools:
python: "3.11"
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
- poetry self add poetry-plugin-export
- poetry export --only main --only docs --format=requirements.txt --output=requirements.txt

python:
install:
- requirements: requirements.txt

sphinx:
configuration: docs/conf.py

0 comments on commit 6214092

Please sign in to comment.