mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 05:06:58 +03:00
2bbec96f31
* FIX: Uptade Template ci.yml linter requirements * IMPROVMENT_FIX: Template CI actions up to date * FIX: template readthedocs instructions * Update ci.yml * Update readthedocs config file * Update {{cookiecutter.project_slug}}/.readthedocs.yml --------- Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
21 lines
457 B
YAML
21 lines
457 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
# Required
|
|
version: 2
|
|
|
|
# Set the version of Python and other tools you might need
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.10"
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
# Python requirements required to build your docs
|
|
python:
|
|
install:
|
|
- requirements: requirements/local.txt
|