From 1975ff738b7706fe0c28b3bb159e70bd975801c2 Mon Sep 17 00:00:00 2001 From: Thamme Gowda Date: Sun, 30 Jul 2023 14:03:41 -0700 Subject: [PATCH] .readthedocs.yaml: pip install .[dev] --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e7ce316..d2e7a06 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -26,6 +26,10 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# https://docs.readthedocs.io/en/stable/config-file/v2.html#packages python: install: - - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - dev