Skip to content

Commit

Permalink
adjusted readthedocs pipeline to new pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-steinke committed Mar 13, 2024
1 parent 5512e19 commit fe8ea36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ build:
tools:
python: "3.8"
jobs:
post_create_environment:
- pip install poetry
- poetry self add poetry-dynamic-versioning
post_install:
- pip install -e ".[sil,docs]"
- poetry install --extras "all"

sphinx:
configuration: docs/conf.py

0 comments on commit fe8ea36

Please sign in to comment.