diff --git a/{{cookiecutter.project_slug}}/.readthedocs.yml b/{{cookiecutter.project_slug}}/.readthedocs.yml index b9f60427a..08d7f9c24 100644 --- a/{{cookiecutter.project_slug}}/.readthedocs.yml +++ b/{{cookiecutter.project_slug}}/.readthedocs.yml @@ -14,7 +14,7 @@ build: sphinx: configuration: docs/conf.py -# Version of Python and requirements required to build the docs +# Python requirements required to build your docs python: install: - requirements: requirements/local.txt