Files
gaphas/.readthedocs.yaml
2024-02-27 15:13:07 -05:00

18 lines
418 B
YAML

version: 2
formats: all
build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- libgirepository1.0-dev
jobs:
pre_install:
- python -m pip install --constraint=.github/constraints.txt poetry
- poetry config virtualenvs.create false
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
sphinx:
configuration: docs/conf.py
fail_on_warning: false