From ce239ea96573216c3c542d044079d289e0c40de3 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Thu, 26 Sep 2024 14:08:11 +0200 Subject: [PATCH] GL-1427: fix readthedocs build, install optional docs dependency group in RTD --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6b59ffa95..f9c5f48fd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,8 +29,10 @@ sphinx: formats: all # Optionally declare the Python requirements required to build your docs +# https://docs.readthedocs.io/en/stable/config-file/v2.html#packages python: install: - method: pip path: . - - requirements: docs/requirements.txt + extra_requirements: + - docs -- GitLab