Skip to content

Commit

Permalink
FIX: Fix example gallery build (ARM-DOE#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Jan 26, 2024
1 parent 14fde26 commit cb21eb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/environment_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- lazy_loader
- metpy>=1.2
- arm-pyart
- sphinx
- sphinx<7.2
- sphinx_gallery
- sphinx-copybutton
- pydata-sphinx-theme<0.9.0
Expand Down
12 changes: 6 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,16 @@
'blog': [
'search-field.html',
'sidebar-nav-bs.html',
'postcard.html',
'recentposts.html',
'archives.html',
'ablog/postcard.html',
'ablog/recentposts.html',
'ablog/archives.html',
],
'blog_posts/*/*': [
'search-field.html',
'sidebar-nav-bs.html',
'postcard.html',
'recentposts.html',
'archives.html',
'ablog/postcard.html',
'ablog/recentposts.html',
'ablog/archives.html',
],
}

Expand Down

0 comments on commit cb21eb1

Please sign in to comment.