Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 2.3.1.2 release branch back to main #304

Merged
merged 33 commits into from
Dec 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d2c0abc
Bump env versions in tox.ini
bskinn Dec 9, 2024
6740597
Update python_requires & classifiers
bskinn Dec 9, 2024
cad274f
Update pipeline/workflow Python versions
bskinn Dec 9, 2024
ee9b466
Move linkcheck from CI to tox
bskinn Dec 10, 2024
febf654
Update flake8 version in requirements-flake8.txt
bskinn Dec 10, 2024
782ece6
Add GITHUB_TOKEN to Azure Pipelines def
bskinn Dec 10, 2024
5f20248
Try removing the pipeline variable
bskinn Dec 10, 2024
a7cb210
Remove linkcheck step from Azure Pipelines
bskinn Dec 10, 2024
8fd570f
Switch GITHUB_TOKEN to the right job def
bskinn Dec 10, 2024
4bf9b8a
Change to env variable
bskinn Dec 10, 2024
26fb91c
No, *this* time put it in the right place, eesh
bskinn Dec 10, 2024
bf65777
Add test var-printing job
bskinn Dec 10, 2024
2966f48
Helps when you spell it correctly
bskinn Dec 10, 2024
297220f
Add group reference and adjust existing var
bskinn Dec 10, 2024
1e3c3c6
Revert test-env-print changes and add group to coretest
bskinn Dec 10, 2024
4921eda
Move variable def back to the main YAML
bskinn Dec 10, 2024
7f1a857
Rename to .readthedocs.yaml
bskinn Dec 14, 2024
815f0e2
Convert tox linkcheck to explicit sh call
bskinn Dec 14, 2024
df2e8ef
Switch to better tox dir change
bskinn Dec 14, 2024
b4f6fad
Remove .pre-commit-config.yaml
bskinn Dec 19, 2024
8f453b9
Add flake8-black
bskinn Dec 19, 2024
8d7780d
Blacken
bskinn Dec 19, 2024
fba8cfd
Make a first-pass update to CONTRIBUTING.md
bskinn Dec 19, 2024
1d85698
Add 'black' env to tox
bskinn Dec 19, 2024
d83931b
Update Pepy badge link target
bskinn Dec 19, 2024
5b0b3a4
Update RtD to use Python 3.12
bskinn Dec 19, 2024
20cd1c4
Bump version
bskinn Dec 19, 2024
6c215ca
Update CHANGELOG with bullets
bskinn Dec 19, 2024
30b52d4
Switch AUTHORS.md from Twitter to Mastodon
bskinn Dec 21, 2024
19a1633
Revise CONTRIBUTING.md
bskinn Dec 22, 2024
51112cf
Rearrange reporting of doc rendering fix in CHANGELOG
bskinn Dec 22, 2024
7245e8f
Add CHANGELOG version and date for release
bskinn Dec 22, 2024
5fe3b07
Bump version to next micro dev
bskinn Dec 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rearrange reporting of doc rendering fix in CHANGELOG
It's not a project-code fix, so it shouldn't go into 'Fixed'.
  • Loading branch information
bskinn committed Dec 22, 2024
commit 51112cf710a9d42577eeb685d087642f1182b5cd
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,20 +10,20 @@ changes.

### Unreleased

#### Fixed
#### Internal

* The `super` keyword used in a statement in the HTML footer
* **DOC RENDERING FIX**: The `super` keyword used in a statement in the HTML footer
template was missing parentheses to perform a method call; this
caused the template rendering to emit a Python string describing
the parent template object, instead of rendering the parent
template as intended.
([#298](https://github.com/bskinn/sphobjinv/issues/298))

#### Internal

* Moved the Sphinx linkcheck job out of CI and into `tox`.
* The linkcheck is often flaky, and is a nuisance when it fails the CI.
Less-frequent link checking, at release-time, is sufficient.
* The linkcheck is often flaky, and is a nuisance when it fails the CI. For
uncertain reasons, the flakiness has increased noticeably in recent
months. Less-frequent link checking, at release-time, is sufficient; so,
we move the check out of CI.

* Renamed `.readthedocs.yml` to `.readthedocs.yaml` to comply with the new,
strict RtD requirement.