mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
17 lines
225 B
YAML
17 lines
225 B
YAML
|
|
---
|
||
|
|
version: 2
|
||
|
|
build:
|
||
|
|
os: ubuntu-20.04
|
||
|
|
tools:
|
||
|
|
python: "3.9"
|
||
|
|
python:
|
||
|
|
install:
|
||
|
|
- requirements: docs/requirements.txt
|
||
|
|
- method: pip
|
||
|
|
path: .
|
||
|
|
sphinx:
|
||
|
|
configuration: docs/conf.py
|
||
|
|
formats:
|
||
|
|
- epub
|
||
|
|
- pdf
|