From 1817b3c8cc198658ad9f4f653647a113f6233915 Mon Sep 17 00:00:00 2001 From: TylerBackman Date: Mon, 13 Nov 2023 12:53:00 -0800 Subject: [PATCH] update sphinx build --- .readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 163e8e0..68391d9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,8 +20,8 @@ sphinx: # - pdf # Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/readthedocs.requirements.txt - - method: pip - path: . +# python: +# install: +# - requirements: docs/readthedocs.requirements.txt +# - method: pip +# path: .