-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 the :bpo:
RST role declaration
#12533
Conversation
BPO is in read-only mode and all issues have been migrated to GitHub. This patch replaces the use of that role with `:issue:`, recently integrated via pytest-dev#12522. It also disables the built-in `extlinks` Sphinx extension, as it's no longer in use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
- :issue:`6082`: Fix line detection for doctest samples inside :py:class:`python:property` docstrings, as a workaround to :bpo:`17446`. | ||
- :issue:`6082`: Fix line detection for doctest samples inside | ||
:py:class:`python:property` docstrings, as a workaround to | ||
:issue:`python/cpython#61648`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preview of how this is rendered: https://pytest--12533.org.readthedocs.build/en/12533/changelog.html#id470
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preview of how this is rendered: https://pytest--12533.org.readthedocs.build/en/12533/changelog.html#contributor-facing-changes
Backport to 8.2.x: 💚 backport PR created✅ Backport PR branch: Backported as #12534 🤖 @patchback |
(cherry picked from commit f74e947)
BPO is in read-only mode and all issues have been migrated to GitHub. This patch replaces the use of that role with
:issue:
, recently integrated via #12522. It also disables the built-inextlinks
Sphinx extension, as it's no longer in use.