From 020d33098370e90692052850f21b0bd22f5c5ee8 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:32:55 +0800 Subject: [PATCH] fix build docs error (#204) --- .readthedocs.yaml | 2 +- requirements/docs.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b46b8ad6..d98703ab 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,6 +21,6 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: install: - - requirements: docs/requirements.txt + - requirements: requirements/docs.txt - method: pip path: . diff --git a/requirements/docs.txt b/requirements/docs.txt index 84e45adb..8092dd68 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -10,3 +10,4 @@ Sphinx sphinx-autobuild sphinx-click sphinx-togglebutton +sphinx_rtd_theme