Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render Psydac examples as a sphinx-gallery #402

Draft
wants to merge 6 commits into
base: devel
Choose a base branch
from

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    4f7a4d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd83efb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d59b3 View commit details
    Browse the repository at this point in the history
  4. Install Psydac in build_docs CI

    sphinx-gallery needs to run Psydac sample scripts.
    kvrigor committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    df72faf View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fixed isinstance() error raised by sphinx-gallery

    The call-order of sphinx extensions seems to have some side-effect
    that conflicts with `sphinx-gallery`. I'm not able to pinpoint
    which extension/s cause this; as a workaround, I moved sphinx_gallery
    to the top of extension list. This reordering of sphinx extensions
    seem to magically fix the cryptic `isinstance()` issue.
    kvrigor committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    46f9e8b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    f838790 View commit details
    Browse the repository at this point in the history