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-doc/sphinx-intl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.1
Choose a base ref
...
head repository: sphinx-doc/sphinx-intl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.2
Choose a head ref
  • 12 commits
  • 18 files changed
  • 4 contributors

Commits on Dec 1, 2024

  1. bump version

    shimizukawa committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    ca10946 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Add suport for Python 3.14 (#115)

    * Add Python 3.14 to tox.ini
    
    * Add Python 3.14 to test.yml
    
    * Add Python 3.14 to pyproject.toml
    
    * Update CHANGES.rst
    rffontenelle authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8783e21 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2025

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

Commits on Jul 21, 2025

  1. fixes #116: Update doesn't respect default value of locale_dirs from …

    …`-c` passed `conf.py` (#122)
    
    * fixes #116: Update doesn't respect default value of locale_dirs from `-c` passed `conf.py`
    
    * lint fix
    shimizukawa authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    2cc10e0 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES.rst

    refs #116,  #122
    shimizukawa authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    2d409a3 View commit details
    Browse the repository at this point in the history
  3. using uv for dev setup, build, publish (#114)

    * using uv for dev setup, build, publish
    
    * fix github actions trigger
    
    * add missing tox-gh-actions
    
    * remove requirements-dev.txt
    
    * update release procedure to clarify version bumping for next release
    
    * update versions for dependencies
    
    * adapt LICENSE metadata to SPDX expression
    https://packaging.python.org/en/latest/specifications/license-expression/
    shimizukawa authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    3a4e235 View commit details
    Browse the repository at this point in the history
  4. fixes path for CI badges.

    shimizukawa committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    6caf662 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. Bump astral-sh/setup-uv from 3 to 6 in the all-github-actions group (#…

    …124)
    
    Bumps the all-github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).
    
    
    Updates `astral-sh/setup-uv` from 3 to 6
    - [Release notes](https://github.com/astral-sh/setup-uv/releases)
    - [Commits](astral-sh/setup-uv@v3...v6)
    
    ---
    updated-dependencies:
    - dependency-name: astral-sh/setup-uv
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    052367f View commit details
    Browse the repository at this point in the history
  2. #123: Release to PyPI with digital attestations (#125)

    * #123: Release to PyPI with digital attestations
    
    PEP 740 - Index support for digital attestations
    https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
    
    * testing publish to testpypi
    
    * testing publish to testpypi
    
    * fix syntax error
    
    * fetch all commits and tags for setuptools_scm versioning.
    
    * setuptools_scm should omit local version that doesn't support PyPI
    
    * revert 7d45792, 63b5d1d
    
    * "github release" job uploads for existing tag.
    
    * update CHANGES
    
    * CI runs on master only
    
    * revert name to "Test". this name is used for badge on PyPI.
    shimizukawa authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    abd1dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dc8257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a01946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1810688 View commit details
    Browse the repository at this point in the history
Loading