mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-27 13:03:59 +00:00
12 lines
153 B
YAML
12 lines
153 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
build:
|
|
image: testing
|
|
|
|
python:
|
|
version: 3.9
|
|
install:
|
|
- requirements: requirements/local.txt
|