-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: sphinx-contrib/spelling
base: 7.6.0
head repository: sphinx-contrib/spelling
compare: 7.6.1
- 15 commits
- 11 files changed
- 3 contributors
Commits on Jun 25, 2022
-
Replace ``spelling`` with ``spelling:word-list`` and add ``spelling:word`` role.
Configuration menu - View commit details
-
Copy full SHA for 04cc965 - Browse repository at this point
Copy the full SHA 04cc965View commit details
Commits on Jul 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e3f45e - Browse repository at this point
Copy the full SHA 4e3f45eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 712aaaf - Browse repository at this point
Copy the full SHA 712aaafView commit details -
Configuration menu - View commit details
-
Copy full SHA for aad91b8 - Browse repository at this point
Copy the full SHA aad91b8View commit details -
Merge pull request #185 from dhellmann/check-python-versions
add check-python-versions to pkglint job
Configuration menu - View commit details
-
Copy full SHA for ad9b838 - Browse repository at this point
Copy the full SHA ad9b838View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7476f7a - Browse repository at this point
Copy the full SHA 7476f7aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6e2c999 - Browse repository at this point
Copy the full SHA 6e2c999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcb5dd - Browse repository at this point
Copy the full SHA 4dcb5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f733c43 - Browse repository at this point
Copy the full SHA f733c43View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6566179 - Browse repository at this point
Copy the full SHA 6566179View commit details -
Merge pull request #187 from dhellmann/tests-without-git
ensure tests work without git history
Configuration menu - View commit details
-
Copy full SHA for f4a419e - Browse repository at this point
Copy the full SHA f4a419eView commit details
Commits on Oct 8, 2022
-
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 #188Configuration menu - View commit details
-
Copy full SHA for 9bede52 - Browse repository at this point
Copy the full SHA 9bede52View commit details
Commits on Oct 9, 2022
-
Merge pull request #189 from Rycieos/fix-spelling-word
Fix spelling:word role rendering verbatim
Configuration menu - View commit details
-
Copy full SHA for 7372a46 - Browse repository at this point
Copy the full SHA 7372a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 208a036 - Browse repository at this point
Copy the full SHA 208a036View commit details -
Merge pull request #190 from dhellmann/pre-7.6.1
update history with version before 7.6.1 release
Configuration menu - View commit details
-
Copy full SHA for ad0aef3 - Browse repository at this point
Copy the full SHA ad0aef3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.6.0...7.6.1