Skip to content

Commit

Permalink
Add sphinx-panels to GH Actions to build doc
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvallat committed Oct 28, 2021
1 parent 72e447d commit 041da50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build docs
if: ${{ matrix.platform == 'ubuntu-latest' && matrix.python-version == 3.8 }}
run: |
pip install --upgrade sphinx sphinx_bootstrap_theme numpydoc sphinx-copybutton
pip install --upgrade sphinx sphinx_bootstrap_theme numpydoc sphinx-copybutton sphinx-panels
make -C docs clean
make -C docs html
Expand Down

0 comments on commit 041da50

Please sign in to comment.