This avoids some merge conflicts to allow git blame to detect renames properly.
11 lines
164 B
YAML
11 lines
164 B
YAML
version: 2
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|