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-contrib/spelling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.6.0
Choose a base ref
...
head repository: sphinx-contrib/spelling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.6.1
Choose a head ref
  • 15 commits
  • 11 files changed
  • 3 contributors

Commits on Jun 25, 2022

  1. docs: update docs for domain

    Replace ``spelling`` with ``spelling:word-list`` and add
    ``spelling:word`` role.
    dhellmann committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    04cc965 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    4e3f45e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    712aaaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad91b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #185 from dhellmann/check-python-versions

    add check-python-versions to pkglint job
    mergify[bot] authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    ad9b838 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    7476f7a View commit details
    Browse the repository at this point in the history
  2. add isolated test environment

    Set up test run outside of the git repository to verify that the tests
    that expect to find git history are marked with the directive to be
    skipped.
    dhellmann committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6e2c999 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dcb5dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f733c43 View commit details
    Browse the repository at this point in the history
  5. update expected result in docstring test

    Sphinx 5.1.0 and later includes a fix to show line numbers in nested
    and imported text, including docstrings. That changes the expected
    output for those versions of sphinx.
    dhellmann committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6566179 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #187 from dhellmann/tests-without-git

    ensure tests work without git history
    dhellmann authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f4a419e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Fix spelling:word role rendering verbatim

    A line like:
        This :spelling:word`foobared` role needs to be fixed.
    
    would be rendered in the output exactly like that, instead of what it
    should be:
        This foobared role needs to be fixed.
    
    Turns out the cause is quite simple: the nodes.Text object from docutils
    does not hold both the raw text and the "real" text, so it is being
    passed the raw text, which includes the role name as we see it.
    
    Add a test case to cover this as well.
    
    Fixes #188
    Rycieos committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    9bede52 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Merge pull request #189 from Rycieos/fix-spelling-word

    Fix spelling:word role rendering verbatim
    mergify[bot] authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    7372a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    208a036 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #190 from dhellmann/pre-7.6.1

    update history with version before 7.6.1 release
    mergify[bot] authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    ad0aef3 View commit details
    Browse the repository at this point in the history
Loading