From 34cf340bdf21f434e3598b7bda15acb6b8b63f1d Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 16 May 2025 15:43:41 +0530 Subject: [PATCH] fix: install pallets_sphinx_themes in .readthedocs.yaml to fix docs build error --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f0dfb8ae..c85b59a1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-24.04 tools: - python: '3.11' # safer stable version + python: '3.11' commands: - - pip install sphinx sphinx-rtd-theme + - pip install sphinx sphinx-rtd-theme pallets_sphinx_themes - sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html