Skip to content

Commit

Permalink
updated read the docs file
Browse files Browse the repository at this point in the history
  • Loading branch information
kharigardner committed Dec 22, 2023
1 parent d706bd0 commit fbad306
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"

python:
install:
- method: pip
path: .
extra_requirements:
- docs
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/conf.py
builder: html
fail_on_warning: true

0 comments on commit fbad306

Please sign in to comment.