Skip to content

Commit

Permalink
Installing pydata-sphinx-theme for website
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jun 14, 2024
1 parent edead57 commit 0cf0d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Installing Python packages
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install sphinx nbsphinx ipython
python3 -m pip install sphinx pydata-sphinx-theme nbsphinx ipython
- name: Building documentation
run: sphinx-build help/docsrc help/build/html -b html -d help/build/doctrees
run: sphinx-build help/docsrc help/build/html -b HTML -d help/build/doctrees

- name: Adding nojekyll file
run: touch help/build/html/.nojekyll
Expand Down

0 comments on commit 0cf0d5a

Please sign in to comment.