Skip to content

Commit 3411131

Browse files
committed
Replaced single backticks with double ones
These two items `**` and `package_data` were being identified as links rather than code due to the single backticks. In turn leading to Sphinx emitting warnings about this and the docs failing to build.
1 parent 1e5e8df commit 3411131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Deprecations
4242

4343
Changes
4444
^^^^^^^
45-
* #1806: Allowed recursive globs (`**`) in `package_data`. -- by :user:`nullableVoidPtr`
45+
* #1806: Allowed recursive globs (``**``) in ``package_data``. -- by :user:`nullableVoidPtr`
4646
* #3206: Fixed behaviour when both ``install_requires`` (in ``setup.py``) and
4747
``dependencies`` (in ``pyproject.toml``) are specified.
4848
The configuration in ``pyproject.toml`` will take precedence over ``setup.py``

0 commit comments

Comments
 (0)