From 3ab02233e1ef308433e663ce55dfb6ef65b950c8 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Thu, 29 Jun 2023 15:03:00 +0000 Subject: [PATCH] Update .readthedocs.yaml --- docs/.readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 5e4f0808c47..ccfd63265fb 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -14,3 +14,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt -- GitLab