Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sdpython/sphinx-runpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: sdpython/sphinx-runpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 39 files changed
  • 5 contributors

Commits on Jul 20, 2025

  1. Inline (#41)

    * try 3.13 on CI
    
    * changelogs
    xadupre authored Jul 20, 2025
    Configuration menu
    Copy the full SHA
    8c35099 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Excludes function from pybind11 in docassert (#42)

    * exclude function from pybind11 in docassert
    
    * upgrade version
    
    "
    xadupre authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    d3bad5a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. style (#43)

    xadupre authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    fb4052e View commit details
    Browse the repository at this point in the history
  2. fix url (#44)

    * fix url
    
    * spell
    
    * fix
    xadupre authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    163e255 View commit details
    Browse the repository at this point in the history
  3. Gdot (#45)

    * fix url
    
    * spell
    
    * fix
    
    * last
    
    ---------
    
    Co-authored-by: Xavier Dupré <xadupre@microsoft.com>
    sdpython and xadupre authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    b8594e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. gdot: default image format changed from PNG to SVG (#47)

    * Initial plan
    
    * Use svg by default instead of png in gdot directive
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * update version
    
    * fix svg
    
    * fix svg
    
    * fix
    
    * fix
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    Co-authored-by: Xavier Dupré <xadupre@microsoft.com>
    3 people authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    2820367 View commit details
    Browse the repository at this point in the history
  2. Replace Azure Pipelines CI with GitHub Actions (#51)

    * Initial plan
    
    * Replace Azure Pipelines CI with GitHub Actions tests workflow
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    Copilot and xadupre authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    317aa8e View commit details
    Browse the repository at this point in the history
  3. Skip graphviz binary calls and emit format-specific dummy output when…

    … UNITTEST_GOING=1 (#53)
    
    * Initial plan
    
    * Disable gdot graphviz call when UNITTEST_GOING=1, replace with dummy SVG
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * Differentiate dummy SVG vs PNG output when UNITTEST_GOING=1, both contain DISABLED FOR TESTS
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * style
    
    * style
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    Co-authored-by: Xavier Dupré <xadupre@microsoft.com>
    3 people authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    ed8d015 View commit details
    Browse the repository at this point in the history
  4. Cache gdot script execution results in Sphinx environment (#49)

    * Initial plan
    
    * speedup runpython execution for graphviz: cache script results in Sphinx env
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * fix
    
    * fix
    
    * gdot: prefix cache key with last segment of docname
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * change
    
    * changes
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    Co-authored-by: Xavier Dupré <xadupre@microsoft.com>
    3 people authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    f3fadce View commit details
    Browse the repository at this point in the history
  5. polish loggers (#54)

    xadupre authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    a8e6cdb View commit details
    Browse the repository at this point in the history
Loading