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