From 48233e0d2c5dc9aa21c0d75581270747c9523c9c Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Fri, 1 Sep 2023 19:23:01 +0200 Subject: [PATCH] fix readthedocs dependencies installation --- .readthedocs.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bd711a6..bdf2d39 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,8 +15,10 @@ build: sphinx: configuration: doc/conf.py -# We recommend specifying your dependencies to enable reproducible builds: -# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# Install dependencies python: install: - - requirements: docs + - method: pip + path: . + extra_requirements: + - docs