From 12479458a2d82697520a58c1a5710a4a021b4b07 Mon Sep 17 00:00:00 2001 From: Kelsy Cotto Date: Tue, 20 Aug 2024 20:28:53 -0700 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 015eb5d..bdb2a5d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,6 @@ mkdocs: configuration: mkdocs.yml # Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt +# python: +# install: +# - requirements: docs/requirements.txt