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: executablebooks/sphinx-tabs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.1
Choose a base ref
...
head repository: executablebooks/sphinx-tabs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.2
Choose a head ref
  • 6 commits
  • 28 files changed
  • 6 contributors

Commits on Jul 12, 2023

  1. Remove depreciated declare_namespace()` (#177)

    This fix removes declare_namespace() which is no longer needed.
    it used old style namespaces which has been using `pkg_resources` module
    which is part of the `setuptools` and which is as well depreceted now.
    
    Signed-off-by: Tomasz Kłoczko <[email protected]>
    kloczek authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    cd11906 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Make the tests pass with Sphinx 7.1

    Update the expected XML files to match Sphinx 7.1 output, and patch
    Sphinx < 7.1 output to match our new expectations.
    mitya57 authored and Daltz333 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f60a10e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Fix tests for Sphinx 7.2 (#179)

    * Fix tests for Sphinx 7.2
    
    * attempt for backwards compatibility
    
    * Remove testing for python < 3.9
    
    * Update readthedocs config for new settings
    
    * Fix readthedocs config format
    
    * Fix readthedocs config python version format
    
    ---------
    
    Co-authored-by: David Foster <[email protected]>
    MeggyCal and foster999 authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    1256852 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973a049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf5390e View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    foster999 authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    a3f94ca View commit details
    Browse the repository at this point in the history
Loading