Skip to content

Commit

Permalink
updated .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed May 5, 2024
1 parent 77eaa7d commit adc0bd3
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .readthedocs.yaml
Expand Up @@ -4,17 +4,13 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
post_create_environment:
# Install poetry
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with docs

sphinx:
configuration: docs/source/conf.py

python:
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit adc0bd3

Please sign in to comment.