From e1cc0b1c5705e2cc3a63a1957bb1922a422dcc83 Mon Sep 17 00:00:00 2001 From: Virgile Andreani Date: Wed, 22 Jan 2025 15:18:46 +0100 Subject: [PATCH] doc: fix readthedocs install --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0e9854d..ed574c5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,4 +18,7 @@ mkdocs: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs