Do not use automatic title in fixture reference

It creates odd wording otherwise. Keep the reference, update the title
using Sphinx notation.
This commit is contained in:
Alfredo Deza
2020-04-01 09:43:54 -04:00
parent 2d9dac95ec
commit 7d75762de6
3 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ The new config.cache object
Plugins or conftest.py support code can get a cached value using the
pytest ``config`` object. Here is a basic example plugin which
implements a :ref:`fixture` which re-uses previously created state
implements a :ref:`fixture <fixture>` which re-uses previously created state
across pytest invocations:
.. code-block:: python