Skip to content

Commit

Permalink
fixed rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Mar 14, 2024
1 parent a27c57a commit ce367d5
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.9"
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
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- poetry install --with docs
python: "3.10"

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

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false

0 comments on commit ce367d5

Please sign in to comment.