Skip to content

Commit

Permalink
move build dependencies to requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
remrama committed Jun 2, 2024
1 parent f9de866 commit 414d0b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
path: "./docs" # Upload entire repository
- name: Install package
run: python -m pip install .
- name: Install dependencies
run: python -m pip install sphinx pydata-sphinx-theme
- name: Deploy to GitHub Pages
id: deployment
uses: sphinx-notes/pages@v3
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pydata-sphinx-theme

0 comments on commit 414d0b9

Please sign in to comment.