mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 14:10:26 +00:00
16 lines
226 B
YAML
16 lines
226 B
YAML
---
|
|
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.10"
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
formats:
|
|
- epub
|
|
- pdf
|