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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user