forked from jan/debianmemberportfolio
14 lines
180 B
YAML
14 lines
180 B
YAML
---
|
|
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/doc-requirements.txt
|