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.3.1
Choose a head ref
  • 15 commits
  • 27 files changed
  • 9 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

Commits on Aug 5, 2021

  1. Fix test_other_with_assets_new_style w/Sphinx 4.0 (#133)

    Make the test work with Sphinx 4.0.x.
    Fix the typo so that the regression file is actually found.
    befeleme authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    0f185f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. 🧪 TESTS: Add testing for Python 3.9 and pygments versions (#135)

    * Include testing for python 3.9
    
    * Remove pygments output from regression test HTML
    
    * Add pygments version paramtrization to Actions CI
    
    * Change CI sphinx version from pre-release
    
    * Add new regression outputs for Sphinx 4
    
    * Change test to use independent root
    foster999 authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    ade8d9c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

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

Commits on Feb 17, 2022

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

Commits on Feb 21, 2022

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

Commits on Mar 9, 2022

  1. [pre-commit.ci] pre-commit autoupdate (#136)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - git://github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0
    - [github.com/mgedmin/check-manifest: 0.46 → 0.47](mgedmin/check-manifest@0.46...0.47)
    - [github.com/psf/black: 21.7b0 → 22.1.0](psf/black@21.7b0...22.1.0)
    - [github.com/PyCQA/pylint: v2.9.5 → v2.12.2](pylint-dev/pylint@v2.9.5...v2.12.2)
    
    * Update .pre-commit-config.yaml to trigger Actions
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: David Foster <31405412+foster999@users.noreply.github.com>
    pre-commit-ci[bot] and foster999 authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    709a43a View commit details
    Browse the repository at this point in the history
  2. 🎉 RELEASE: v3.3.0

    foster999 committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    53b6a63 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. [fix] don't append CSS files to the end of html_static_path list (#153)

    html_static_path is a list of paths that contain custom static files.  They are
    copied to the output’s _static directory **after** the theme’s static files, so a
    file named default.css will overwrite the theme’s default.css [1]
    
    Without this patch a tabs.css can't be overwritten by the `conf.py` file:
    
       html_static_path = [ 'static/tabs.css', ]
    
    The /static folder from sphinx-tabs needs to be added in front of
    html_static_path since the last item in the list will be written last to
    /_static.
    
    [1] https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_static_path
    
    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    154f273 View commit details
    Browse the repository at this point in the history
  2. [fix] prefers-color-scheme: use dark theme if body[data-theme="auto"] (

    …#154)
    
    Before this patch the CSS implementation assumes that "dark" is supported by the
    theme if the `data-theme` attribute of the <body> tag is unset.
    
    Since most themes are using "light" colors (compare https://sphinx-themes.org)
    and do not set `data-theme` it is better to assume light is the default, even
    when the browser setting `prefers-color-scheme: dark`!
    
    BTW: remove duplication of styles from dark/light theme that are already set in
    the common style.
    
    Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
    return42 authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    5b2f4ee View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. RELEASE: v3.3.1

    foster999 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    0b04c8e View commit details
    Browse the repository at this point in the history
Loading