From efcdd18b403359d18c2d94ceaae80e95606a509d Mon Sep 17 00:00:00 2001 From: Tzu-Wei Huang Date: Mon, 23 Dec 2024 08:36:19 +0800 Subject: [PATCH] Fix read the docs config file (#737) * fix read the docs * install sphinx-rtd-theme --- .readthedocs.yaml | 6 +++--- docs/requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1b157551..cba666a2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,7 +30,7 @@ formats: # 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 +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 00000000..86f1d9a4 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,2 @@ +sphinx-rtd-theme +