Skip to content

Commit

Permalink
change git action config
Browse files Browse the repository at this point in the history
  • Loading branch information
elpham6 authored and elpham6 committed May 9, 2024
1 parent 48e2307 commit 42bdb65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx-gitpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: "3.11"
- name: Setup Sphinx
run: |
pip install sphinx sphinx_rtd_theme
pip install sphinx sphinx_rtd_theme sphinx_gallery
- name: Sphinx Build
run: |
cd 'docs'
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ This streamlines the process of keeping your documentation up-to-date.
python-version: '3.11'
- name: Setup Sphinx
run: |
pip install sphinx sphinx_rtd_theme
pip install sphinx sphinx_rtd_theme sphinx_gallery
- name: Sphinx Build
run: |
cd 'docs'
Expand Down

0 comments on commit 42bdb65

Please sign in to comment.