mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
Create .readthedocs.yml
* I forgot to add it in the PR * This makes sure the requirements/local.txt requirements are added
This commit is contained in:
parent
4757ed9bce
commit
3c54ad019d
13
{{cookiecutter.project_slug}}/.readthedocs.yml
Normal file
13
{{cookiecutter.project_slug}}/.readthedocs.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
# Build documentation in the docs/ directory with Sphinx
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/conf.py
|
||||||
|
|
||||||
|
formats:
|
||||||
|
- pdf
|
||||||
|
|
||||||
|
python:
|
||||||
|
version: 3.8
|
||||||
|
install:
|
||||||
|
- requirements: requirements/local.txt
|
Loading…
Reference in New Issue
Block a user