requirements.txt added

This commit is contained in:
Akshay 2025-05-16 15:53:28 +05:30
parent e22cdae09a
commit 96b13fdea9
2 changed files with 6 additions and 2 deletions

View file

@ -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
View file

@ -0,0 +1,5 @@
sphinx
sphinx-rtd-theme
pallets_sphinx_themes
sphinxcontrib-log-cabinet