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

Remove unnecessary parentheses from doc #13193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rffontenelle
Copy link
Contributor

@rffontenelle rffontenelle commented Dec 24, 2024

Feature or Bugfix

  • Bugfix

Purpose

Parentheses after the method name under :meth: role is reported as unnecessary by sphinx-lint as of version 1.0.0. This PR removes the parentheses to avoid such reports.

It might not be caught when running the sphinx-lint in the docs because the changed file is a Python file, not a reStructuredText, but it does get caught in translation files. See this lint output in CI and the corresponding translation file at sphinx-doc-translations.

Detail

Relates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants