From 8cfc12f50a27496d098485723af4b0c93a4c794b Mon Sep 17 00:00:00 2001 From: cydrobolt <1058150+cydrobolt@users.noreply.github.com> Date: Sun, 17 Sep 2023 12:10:08 -0400 Subject: [PATCH] Update .readthedocs.yaml (#637) --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c5587fb..2139e2f 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