From 8ac92a7b7b4c2a94772dad22423e246aba02fa89 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 16 May 2025 15:41:17 +0530 Subject: [PATCH] fix: install Sphinx in .readthedocs.yaml to fix docs build error --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b8e02221..f0dfb8ae 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,4 +4,5 @@ build: tools: python: '3.11' # safer stable version commands: + - pip install sphinx sphinx-rtd-theme - sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html