From ac2e2c961ea15761bc383038451142dcc73c487e Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Thu, 21 Dec 2023 03:22:56 +0000 Subject: [PATCH] install subpackages during docs build --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4f37b12..438e5ce 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,4 +8,6 @@ build: configuration: docs/conf.py python: install: - - requirements: requirements/docs.txt \ No newline at end of file + - requirements: requirements/docs.txt + - package: marbles/core + - package: marbles/mixins