Removing :py:func: and :ref: from changelog as it's not supported by towncrier

This commit is contained in:
Joshua Storck 2019-10-30 15:02:18 -04:00
parent 7a96d94fd4
commit 0027908e9e
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
Adding the pluginmanager as an option to :py:func:`~hookspec.pytest_addoption`
Adding the pluginmanager as an option ``pytest_addoption``
so that hooks can be invoked when setting up command line options. This is
useful for having one plugin communicate things to another plugin,
such as default values or which set of command line options to add. See
:ref:`Using hooks in pytest_addoption <addoptionhooks>` for more details.
such as default values or which set of command line options to add.