From ec21e920e72ba69cb7b1f66a8ad22986486d69e6 Mon Sep 17 00:00:00 2001 From: TheElementalOfDestruction Date: Wed, 8 Nov 2023 06:50:45 -0800 Subject: [PATCH] Manually add the sphinx rtd theme --- readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yaml b/readthedocs.yaml index 2ac09f8a..0dbf1397 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -13,4 +13,5 @@ python: - method: pip extra_requirements: - readthedocs + - sphinx-rtd-theme path: . \ No newline at end of file