mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Fix readthedocs config file for generated project (#4172)
* 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>
This commit is contained in:
parent
9665b067d7
commit
2bbec96f31
|
@ -1,12 +1,20 @@
|
||||||
|
# Read the Docs configuration file
|
||||||
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||||
|
|
||||||
|
# Required
|
||||||
version: 2
|
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:
|
sphinx:
|
||||||
configuration: docs/conf.py
|
configuration: docs/conf.py
|
||||||
|
|
||||||
build:
|
# Python requirements required to build your docs
|
||||||
image: testing
|
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.10
|
|
||||||
install:
|
install:
|
||||||
- requirements: requirements/local.txt
|
- requirements: requirements/local.txt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user