Skip to content

Commit

Permalink
add sphinx_gallery to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
StFroese committed Jul 6, 2023
1 parent d3fbf6a commit 5055f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Install doc dependencies
run: |
sudo apt update --yes && sudo apt install --yes git build-essential pandoc graphviz ffmpeg
pip install -U pip towncrier sphinx-gallery
pip install -U pip towncrier
pip install -e .[docs]
pip install ./test_plugin
git describe --tags
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ docs =
jinja2 ~=3.0.2 # for sphinx 3.5, remove when upgrading sphinx
sphinx_rtd_theme
sphinx_automodapi
sphinx_gallery
nbsphinx ~=0.8.12
numpydoc ~=1.4.0
jupyter
Expand Down

0 comments on commit 5055f52

Please sign in to comment.