From a2994ab11430e431f03193dcef6cfdf98bb51d05 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 21 Sep 2023 16:49:31 -0700 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0b6aafe5..0615e0b5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,10 +22,12 @@ sphinx: formats: all # Optionally set the version of Python and requirements required to build your docs -python: +ppython: install: - requirements: requirements-doc.txt + - requirements: requirements-opt.txt - requirements: requirements.txt + - path: . # Optionally include all submodules submodules: