Skip to content

Commit

Permalink
Add requirements subfolder with sphinx requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-Chang committed Feb 19, 2024
1 parent 7c724f9 commit b419cba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements/docs.txt
- name: Build HTML
run: |
cd docs/
Expand Down
5 changes: 5 additions & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
myst-nb
pydata-sphinx-theme
sphinx
sphinx-copybutton
sphinx-design
Empty file added requirements/docs.txt~
Empty file.

0 comments on commit b419cba

Please sign in to comment.