Skip to content

Commit

Permalink
conf.py comment out html_static_path
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-takase committed Nov 7, 2024
1 parent a2962a4 commit cf2c140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
poetry config --list
- name: Install sphinx
run: |
pip install sphinx
pip install pydata-sphinx-theme
run: pip install sphinx pydata-sphinx-theme

- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@

#html_theme = 'alabaster'
html_theme = 'pydata_sphinx_theme'
html_static_path = ['_static']
#html_static_path = ['_static']

0 comments on commit cf2c140

Please sign in to comment.