Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
version: 2

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

# Install poetry
# https://python-poetry.org/docs/#installing-manually
- python -m pip install poetry
post_install:
- poetry install --with docs
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

sphinx:
configuration: docs/conf.py