generic/.readthedocs.yml
Arjan Molenaar 9cbd55581b Make docs dependencies a group
Same as all other groups. Now we do not have to carry docs extras
around.
2024-02-03 16:30:48 +01:00

15 lines
308 B
YAML

version: 2
formats: all
build:
os: ubuntu-20.04
tools:
python: "3.9"
jobs:
pre_install:
- python -m pip install --constraint=.github/constraints.txt poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
sphinx:
configuration: docs/conf.py