From dad7fdf80637d8c6d1cd0602eb307c270df1080a Mon Sep 17 00:00:00 2001 From: sachaMorin Date: Fri, 25 Aug 2023 13:36:20 -0400 Subject: [PATCH] Add dev dependencies in documentation build --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 498ebf7..8256620 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,5 +16,5 @@ python: install: - method: pip path: . -# - requirements: requirements.txt -# - requirements: dev-requirements.txt \ No newline at end of file + extra_requirements: + - dev \ No newline at end of file