From 637812e8c4751c33bc62b32d7020300936f74e82 Mon Sep 17 00:00:00 2001 From: andrey-canon Date: Wed, 6 Dec 2023 16:24:01 -0500 Subject: [PATCH] fix: include readthedocs fix from cookiecutter https://github.com/openedx/edx-cookiecutters/pull/419 --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0f029d2f..363472a3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,12 @@ version: 2 sphinx: configuration: docs/conf.py +# Set the version of python needed to build these docs. +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + python: - version: 3.8 install: - requirements: requirements/doc.txt