From eb3fa8f414c422b8e6de9face73663c73e80a4f8 Mon Sep 17 00:00:00 2001 From: imacat Date: Tue, 24 Oct 2023 05:11:39 +0530 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 d929a67..0c2af9f 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