From e4d77f5af803e4da495c67c5a6091bc82bf6629f Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 14 Jan 2025 11:21:28 -0600 Subject: [PATCH] include sphinx config in the RTD.yaml --- ....sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{ cookiecutter.__dirname }}/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %} b/{{ cookiecutter.__dirname }}/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %} index 3cd488c..ee38fa0 100644 --- a/{{ cookiecutter.__dirname }}/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %} +++ b/{{ cookiecutter.__dirname }}/{% if cookiecutter.sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %} @@ -8,6 +8,9 @@ # Required version: 2 +sphinx: + configuration: docs/conf.py + build: os: ubuntu-lts-latest tools: