From d9d56cc850b181237fab11414d37574dc2561087 Mon Sep 17 00:00:00 2001 From: Jaren Ashcraft Date: Mon, 25 Sep 2023 10:57:29 -0700 Subject: [PATCH] add explicity submodule inclusion --- .readthedocs.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9e6306a..2070d98 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,17 @@ version: 2 submodules: - include: all + include: + - poke/poke_core.py + - poke/poke_math.py + - poke/plotting.py + - poke/writing.py + - poke/interfaces.py + - poke/polarization.py + - poke/beamlets.py + - poke/thinfilms.py + - poke/raytrace.py + # Set the version of Python and other tools you might need build: