requirements.txt added
This commit is contained in:
parent
e22cdae09a
commit
96b13fdea9
2 changed files with 6 additions and 2 deletions
|
|
@ -4,6 +4,5 @@ build:
|
||||||
tools:
|
tools:
|
||||||
python: '3.11'
|
python: '3.11'
|
||||||
commands:
|
commands:
|
||||||
- pip install -e . # install the package itself
|
- pip install -r requirements.txt
|
||||||
- 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
|
||||||
|
|
|
||||||
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
sphinx
|
||||||
|
sphinx-rtd-theme
|
||||||
|
pallets_sphinx_themes
|
||||||
|
sphinxcontrib-log-cabinet
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue