From 00a253ddd82c916cbc8b1b7ab7c1468d20bd2ded Mon Sep 17 00:00:00 2001 From: Huihuo Zheng Date: Wed, 22 Nov 2023 04:18:22 +0000 Subject: [PATCH] fixed readthedoc build issue --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5fc242ca..092a6b2b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,6 +30,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html -# python: -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file