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.5
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.7
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Feb 15, 2024

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

Commits on Oct 8, 2024

  1. Drop usage of internal API when conditionally including assets (#198)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
    - [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49)
    - [github.com/psf/black: 22.3.0 → 24.8.0](psf/black@22.3.0...24.8.0)
    - [github.com/PyCQA/pylint: v2.14.3 → v3.2.6](pylint-dev/pylint@v2.14.3...v3.2.6)
    
    * bump codecov-action to v4
    
    codecov-action v1 is really old, bump to v4.
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    
    * Drop usage of internal API when conditionally including assets
    
    Fixes #197 by reversing the logic of how JS/CSS assets are added to pages.
    Rather than adding assets to the app and using undocumented API to *remove* them when not needed, do the exact opposite and only add them to the local html-page-context when building a page.
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    
    * drop support for really old Sphinx versions
    
    Drop the code that was used to support Sphinx version < 1.8, released 6 years ago.
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    
    * pylint: drop usage of bad-continuation
    
    `bad-continuation` has been removed from pylint
    See pylint-dev/pylint#3571
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    
    ---------
    
    Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    kartben and pre-commit-ci[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3e52a1e View commit details
    Browse the repository at this point in the history
  2. Bump version

    foster999 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b3e66f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a27c4d8 View commit details
    Browse the repository at this point in the history
  4. Bump version

    foster999 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    85913d9 View commit details
    Browse the repository at this point in the history
Loading