mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-12-10 03:34:23 +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
|
||||
|
||||
# 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
|
||||
|
||||
build:
|
||||
image: testing
|
||||
|
||||
# Python requirements required to build your docs
|
||||
python:
|
||||
version: 3.10
|
||||
install:
|
||||
- requirements: requirements/local.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user