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: sphinx-gallery/sphinx-gallery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: sphinx-gallery/sphinx-gallery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.1
Choose a head ref
  • 6 commits
  • 22 files changed
  • 2 contributors

Commits on Jul 26, 2022

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

Commits on Aug 6, 2022

  1. Remove old sphinx compatibility code (#985)

    This code was for Sphinx < 1.6, and the minimum is now 1.8.3, so this
    should have been dropped in #513.
    QuLogic authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    4072df4 View commit details
    Browse the repository at this point in the history
  2. Use Mock more in tests (#986)

    * Replace FakeSphinxApp with a Mock
    
    No need to re-implement something that's in the standard library.
    
    * Use a Mock in gallery_conf fixture
    
    This also drops the last use of `Bunch`.
    QuLogic authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    edf8a01 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. BUG: Fix links (#991)

    larsoner authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    18705f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. BUG: Fix single column example (#993)

    * TST: Expose bug with divs
    
    * BUG: Fix bug with doubling
    
    * FIX: Better test
    
    * FIX: Bump req to 3
    
    * FIX: Try another
    
    * FIX: Restoer
    
    * FIX: Better name
    
    * FIX: Possible
    
    * FIX: re
    larsoner authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f4a283a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2829315 View commit details
    Browse the repository at this point in the history
Loading