From d5939c2406c46fa65a108df1efe50d4f55b67be4 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 15 Oct 2024 10:54:20 -0500 Subject: [PATCH] update rtd build container configuration value --- ...r.sphinx_docs in ['y', 'yes'] %}.readthedocs.yaml{% endif %} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fcb7778..3cd488c 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 %} @@ -9,7 +9,7 @@ version: 2 build: - os: ubuntu-latest + os: ubuntu-lts-latest tools: python: "3"