Skip to content

Commit

Permalink
auto_examples: fix index.rst for CI workflow
Browse files Browse the repository at this point in the history
Problem: sphinx-gallery has rolled some updates
in the last few months. As a working theory, one of
these updates might have required a new div in the
auto-generated gallery we use for displaying examples.

Update that gallery's index.rst to get the CI working
again.
  • Loading branch information
wihobbs committed Aug 12, 2024
1 parent c24830f commit 7c03d7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auto_examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ of using the Flux Python API.

<div class="sphx-glr-thumbnails">

.. thumbnail-parent-div-open
.. raw:: html

Expand All @@ -40,6 +41,8 @@ of using the Flux Python API.
</div>


.. thumbnail-parent-div-close
.. raw:: html

</div>
Expand Down

0 comments on commit 7c03d7f

Please sign in to comment.