forked from jan/debianmemberportfolio
15 lines
180 B
YAML
15 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
|