Skip to content

Commit

Permalink
Bugfix - gallery index structure
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Nov 14, 2023
1 parent 88587ae commit d240107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ def reset_mpl(gallery_conf, fname):
# "jupyterlite": {"use_jupyter_lab": True},
"first_notebook_cell": "%matplotlib inline\n",
"reset_modules": (reset_mpl),
"nested_sections": False
}
# Remove matplotlib agg warnings from generated doc when using plt.show
warnings.filterwarnings(
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- twine
- pip:
- sphinx-autodoc-annotation
- sphinx_gallery>=0.6.0
- sphinx-gallery>=0.6.0
- -e . # install the local pyrolite package

# conda env create -f environment.yml
Expand Down

0 comments on commit d240107

Please sign in to comment.