Skip to content

Commit

Permalink
Add requirements.txt file for Sphinx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myousefi committed Jul 27, 2024
1 parent b01bd0b commit ea74087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_book_theme sphinx_rtd_theme
pip install -r requirements.txt
- name: Build HTML documentation
run: |
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
sphinx == "*"
sphinx-book-theme == "*"
sphinxcontrib-bibtex == "*"
sphinx-autobuild == "*"

0 comments on commit ea74087

Please sign in to comment.