Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed May 6, 2024
1 parent 1f489dc commit 6c84807
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
Expand All @@ -11,14 +12,12 @@ build:
tools:
python: "3.11"

jobs:
# install poetry and docs dependencies
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false

post_install:
- poetry install --only docs
python:
install:
- method: pip
path: .
extra_requirements:
- docs

mkdocs:
configuration: mkdocs.yml

0 comments on commit 6c84807

Please sign in to comment.