fix: install pallets_sphinx_themes in .readthedocs.yaml to fix docs build error

This commit is contained in:
Akshay 2025-05-16 15:43:41 +05:30
parent 8ac92a7b7b
commit 34cf340bdf

View file

@ -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