fix: install pallets_sphinx_themes in .readthedocs.yaml to fix docs build error
This commit is contained in:
parent
8ac92a7b7b
commit
34cf340bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue