We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbb7b3 commit f9de866Copy full SHA for f9de866
.github/workflows/docs.yml
@@ -37,6 +37,8 @@ jobs:
37
path: "./docs" # Upload entire repository
38
- name: Install package
39
run: python -m pip install .
40
+ - name: Install dependencies
41
+ run: python -m pip install sphinx pydata-sphinx-theme
42
- name: Deploy to GitHub Pages
43
id: deployment
44
uses: sphinx-notes/pages@v3
0 commit comments