From 409b04af47aa6d7d5c77666c728b30bfbfb0d60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 8 Oct 2023 22:37:33 +0800 Subject: [PATCH] Added docs/requirements.txt and the "sphinx_rtd_theme" theme to the readthedocs configuration, as Read the Docs does not install sphinx_rtd_theme by default after August 7, 2023. --- .readthedocs.yaml | 1 + docs/requirements.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a3dc00e..3d90fb7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -38,3 +38,4 @@ python: install: - method: pip path: . + - requirements: docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..483a4e9 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx_rtd_theme