Skip to content

Commit

Permalink
Update .readthedocs.yml (testing to see if it fixes RTD build issues)
Browse files Browse the repository at this point in the history
Will revert/change if it doesn't fix RTD issues.
  • Loading branch information
ktbyers authored Jun 28, 2024
1 parent 0c86aee commit 39d07ee
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
version: 2
formats: []
build:
os: "ubuntu-22.04"
os: ubuntu-22.04
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- 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

python:
install:
- method: poetry
path: .
command: "poetry install --with docs"

sphinx:
configuration: docs/conf.py

0 comments on commit 39d07ee

Please sign in to comment.