Skip to content

Commit

Permalink
Pin sphinx gallery to fix example rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kburns committed Jul 30, 2022
1 parent 8b8cfdd commit 43278e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -194,4 +194,3 @@
'pages/examples/lbvp_2d_poisson': '_images/poisson.png',
'pages/examples/nlbvp_ball_lane_emden': '_images/lane_emden.png',
}

2 changes: 1 addition & 1 deletion docs/requirements.rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ sphinx-autoapi
nbsphinx
pygments >= 2.4.1
sphinx_rtd_theme >= 1.0.0
sphinx-gallery
sphinx-gallery < 0.11.0
sphinxcontrib-video

0 comments on commit 43278e5

Please sign in to comment.