Skip to content

Commit

Permalink
Revert "Update .readthedocs.yml (testing to see if it fixes RTD build…
Browse files Browse the repository at this point in the history
… issues)" (#941)

This reverts commit 39d07ee.
  • Loading branch information
ktbyers authored Jun 28, 2024
1 parent 39d07ee commit 274a6d6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
version: 2
formats: []
build:
os: ubuntu-22.04
os: "ubuntu-22.04"
tools:
python: "3.11"

python:
install:
- method: poetry
path: .
command: "poetry install --with docs"
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

sphinx:
configuration: docs/conf.py

0 comments on commit 274a6d6

Please sign in to comment.