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

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    23b56be View commit details
    Browse the repository at this point in the history
  2. 🔧 MAINTAIN: Remove manual pre-commit from CI (#131)

    * 🔧 MAINTAIN: Remove manual pre-commit from CI
    
    * Remove dependency on pre-commit in publish Action
    foster999 authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7b1cad6 View commit details
    Browse the repository at this point in the history
  3. 🔧 MAINTAIN: update pre-commit version and hooks (#130)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - git://github.com/pre-commit/pre-commit-hooks: v2.2.3 → v4.0.1
    - [github.com/mgedmin/check-manifest: 0.39 → 0.46](mgedmin/check-manifest@0.39...0.46)
    - [github.com/psf/black: stable → 21.7b0](psf/black@stable...21.7b0)
    - [github.com/PyCQA/pylint: pylint-2.4.2 → v2.9.5](pylint-dev/pylint@pylint-2.4.2...v2.9.5)
    
    * Change exception raising to use 'from' syntax
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Bump pre-commit version
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: foster999 <foster.dev999@gmail.com>
    pre-commit-ci[bot] and foster999 authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7bd3fdb View commit details
    Browse the repository at this point in the history
  4. 👌 IMPROVE: Use Sphinx HTML assets policy to decide whether include as…

    …sets (#132)
    
    * 👌 IMPROVE: Use Sphinx HTML assets policy to decide whether include assets
    
    Sphinx v4.1.0 will include `Sphinx.registry.html_assets_policy` that defines the
    policy to whether include or not HTML assets in pages where the extension is not
    used.
    
    This PR makes usage of this policy to decide if sphinx-tabs assets should be
    included or not in the page that's being rendered.
    
    Reference: sphinx-doc/sphinx#9115
    
    * Update test for conditional assets
    
    * Run pre-commit
    
    Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
    foster999 and humitos authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7f2146a View commit details
    Browse the repository at this point in the history
  5. �� RELEASE: v3.2.0

    foster999 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f3cf8a9 View commit details
    Browse the repository at this point in the history
Loading