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:
|
||||
python: '3.11'
|
||||
commands:
|
||||
- pip install -e . # install the package itself
|
||||
- pip install sphinx sphinx-rtd-theme pallets_sphinx_themes # install doc dependencies
|
||||
- pip install -r requirements.txt
|
||||
- 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