Skip to content

Commit

Permalink
sagemathgh-37470: src/sage_docbuild/ext/sage_autodoc.py: Fix linter f…
Browse files Browse the repository at this point in the history
…ailure

<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes sagemath#12345". -->

Fixes linter failure as seen in https://github.com/sagemath/sage/actions
/runs/8038811469/job/21955149914?pr=37464#step:8:17

### :memo: Checklist

<!-- Put an `x` in all the boxes that apply. -->

- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### :hourglass: Dependencies

<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - sagemath#12345: short description why this is a dependency -->
<!-- - sagemath#34567: ... -->

URL: sagemath#37470
Reported by: Matthias Köppe
Reviewer(s): Kwankyu Lee
  • Loading branch information
Release Manager committed Feb 26, 2024
2 parents 234e530 + ac11fb8 commit 71ad9f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=a3fc8c3bf9198d28a8f2d5a08cffdcf519150b77
md5=32f4f1763765232dc7e7431d5e48e129
cksum=708121316
sha1=8563bb528219a4e7f4f1e263e53cf32efd32fe49
md5=15228e409fffeddc28191e77ee299212
cksum=447670416
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0fb793fa91a0b46de452036b521cbbaeee878340
fdeef24ae861da4cd70a318663743dcb0b052024
2 changes: 1 addition & 1 deletion src/sage_docbuild/ext/sage_autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def identity(x: Any) -> Any:


class _All:
"""A special value for :*-members: that matches to any member."""
"""A special value for ``:*-members:`` that matches to any member."""

def __contains__(self, item: Any) -> bool:
return True
Expand Down

0 comments on commit 71ad9f5

Please sign in to comment.