Skip to content

Commit 414d0b9

Browse files
committed
move build dependencies to requirements file
1 parent f9de866 commit 414d0b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
path: "./docs" # Upload entire repository
3838
- name: Install package
3939
run: python -m pip install .
40-
- name: Install dependencies
41-
run: python -m pip install sphinx pydata-sphinx-theme
4240
- name: Deploy to GitHub Pages
4341
id: deployment
4442
uses: sphinx-notes/pages@v3

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pydata-sphinx-theme

0 commit comments

Comments
 (0)