fix: install Flask package and doc dependencies in ReadTheDocs build config
This commit is contained in:
parent
34cf340bdf
commit
e22cdae09a
1 changed files with 2 additions and 1 deletions
|
|
@ -4,5 +4,6 @@ build:
|
||||||
tools:
|
tools:
|
||||||
python: '3.11'
|
python: '3.11'
|
||||||
commands:
|
commands:
|
||||||
- pip install sphinx sphinx-rtd-theme pallets_sphinx_themes
|
- pip install -e . # install the package itself
|
||||||
|
- pip install sphinx sphinx-rtd-theme pallets_sphinx_themes # install doc dependencies
|
||||||
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|
- sphinx-build -b dirhtml docs $READTHEDOCS_OUTPUT/html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue