mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
13 lines
153 B
YAML
13 lines
153 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
build:
|
|
image: testing
|
|
|
|
python:
|
|
version: 3.9
|
|
install:
|
|
- requirements: requirements/local.txt
|