9cbd55581b
Same as all other groups. Now we do not have to carry docs extras around.
15 lines
308 B
YAML
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
|