From a88afa9b4550f3d7e33fd86e639e2cc2ac04bbba Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 25 Feb 2023 12:39:32 +0000 Subject: [PATCH] Update {{cookiecutter.project_slug}}/.readthedocs.yml --- {{cookiecutter.project_slug}}/.readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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