16 lines
199 B
YAML
16 lines
199 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
|
|
build:
|
|
tools:
|
|
python: "3.9"
|
|
os: "ubuntu-22.04"
|