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

This commit is contained in:
Akshay 2025-05-16 15:41:17 +05:30
parent 4b261ffeb7
commit 8ac92a7b7b

View file

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