From 627491696d69f9fa1e0435ce96c846e18f193f3c Mon Sep 17 00:00:00 2001 From: Joao Antunes Date: Wed, 3 Apr 2024 09:05:44 -0600 Subject: [PATCH] Fix build read the docs. 6th attempt --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c8343edb..e43dadef 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: os: ubuntu-22.04 python: version: 3.12 - install: - - requirements: docs/_ext/djangodummy/requirements.txt + install: + - requirements: docs/_ext/djangodummy/requirements.txt sphinx: configuration: docs/conf.py