From eb24017456e7f9b62d7ad7bf9d53bf3c9233b67b Mon Sep 17 00:00:00 2001 From: Joao Antunes Date: Wed, 3 Apr 2024 09:10:16 -0600 Subject: [PATCH] Fix build read the docs. 7th attempt --- .readthedocs.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e43dadef..ca961460 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,10 +4,13 @@ version: 2 build: - os: ubuntu-22.04 - python: - version: 3.12 - install: - - requirements: docs/_ext/djangodummy/requirements.txt + os: ubuntu-20.04 + tools: + python: "3.8" + sphinx: configuration: docs/conf.py + +python: + install: + - requirements: docs/_ext/djangodummy/requirements.txt \ No newline at end of file