Files
connexion/.readthedocs.yaml
Robbe Sneyders 382fbca145 Make middleware_app property private (#1737)
So it doesn't show up in documentation.
2023-10-07 01:05:23 +02:00

19 lines
417 B
YAML

version: 2
sphinx:
configuration: docs/conf.py
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
jobs:
post_create_environment:
# Install poetry
- pip install poetry
# Tell poetry to not use a virtual environment
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
- poetry install --with docs --all-extras