From b06f0e8444ae2a7bdd2498459135d77d3526a2ec Mon Sep 17 00:00:00 2001 From: bmortier <benoit.mortier@fusiondirectory.org> Date: Thu, 5 Oct 2023 13:27:33 +0000 Subject: [PATCH] Resolve "add a requirement for the python tools needed by shpinx" --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 451016d..080e3a8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,6 +30,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html - python: - install: +python: + install: - requirements: source/requirements.txt -- GitLab