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.3
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
  • 6 commits
  • 27 files changed
  • 4 contributors

Commits on May 4, 2026

  1. Switch from Azure Pipelines to GitHub Actions (#62)

    * Initial plan
    
    * Switch from Azure Pipelines to GitHub Actions
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/eaf8a233-884a-4e06-8add-2956315a7d82
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * Fix sphinx_issues missing issues_github_path in conf.py
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/785e87ae-9f95-42cb-a3d1-47bfd405c950
    
    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 May 4, 2026
    Configuration menu
    Copy the full SHA
    b630ca2 View commit details
    Browse the repository at this point in the history
  2. Add sphinx_runpython.runmermaid extension for Mermaid diagram suppo…

    …rt (#58)
    
    * Initial plan
    
    * add mermaid sphinx extension with tests and docs
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/d8720735-e1ac-42f5-8f74-5cb189420a5e
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * fix unreachable branch and improve docstrings in mermaid extension
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/d8720735-e1ac-42f5-8f74-5cb189420a5e
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * rename mermaid to mermaidjs to avoid conflicts with existing packages
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/0b9e316d-85dd-491f-a8fe-fcb57e2c1479
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * rename mermaidjs to runmermaid
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/d779d538-fb95-4f79-ba03-95dfc33cf6e0
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * move runmermaid after quote in api index
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/08981185-c76f-49f9-bc90-02ba60e6c5ac
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * 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 May 4, 2026
    Configuration menu
    Copy the full SHA
    fd97dcb View commit details
    Browse the repository at this point in the history
  3. Extend code coverage across sphinx-runpython utilities (#60)

    * Initial plan
    
    * initial plan for code coverage extension
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/5f7ddf50-ca98-4180-bfc7-e949b3b79b24
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * Add tests to improve code coverage for multiple modules
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/5f7ddf50-ca98-4180-bfc7-e949b3b79b24
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * Add more tests for higher coverage: latex_functions, img_export, conf_helper, process_rst, readme
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/5f7ddf50-ca98-4180-bfc7-e949b3b79b24
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * Add tests for run_cmd, ext_test_case utilities improving coverage further
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/5f7ddf50-ca98-4180-bfc7-e949b3b79b24
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * black
    
    * Skip test_process_args_readme on Windows
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/6bff9a98-f076-48c0-b958-a41e73f5b704
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    
    * Fix Windows CI failures in github_link, import_path, and run_cmd tests
    
    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/673d9b92-6119-4171-8dc5-2c28bc233e20
    
    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>
    Co-authored-by: Xavier Dupré <xadupre@microsoft.com>
    3 people authored May 4, 2026
    Configuration menu
    Copy the full SHA
    e805bf1 View commit details
    Browse the repository at this point in the history
  4. Initial plan

    Copilot authored May 4, 2026
    Configuration menu
    Copy the full SHA
    3808911 View commit details
    Browse the repository at this point in the history
  5. Update version to 0.4.4 and add changelog entries for PRs #58, #60, #62

    Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/15edfe84-fbd3-4ec9-a96d-dd20182e8f72
    
    Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com>
    Copilot and xadupre authored May 4, 2026
    Configuration menu
    Copy the full SHA
    9f4527a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #64 from sdpython/copilot/update-version-number-ch…

    …angelogs
    
    Bump version to 0.4.4 and update changelog
    xadupre authored May 4, 2026
    Configuration menu
    Copy the full SHA
    a27d4c8 View commit details
    Browse the repository at this point in the history
Loading