From 25b3b1bae4f249e998a0dc1bd0dc90eadac88ba8 Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Mon, 31 Oct 2022 10:06:38 -0700 Subject: [PATCH] Fix Sphinx build --- docs/source/history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/history.rst b/docs/source/history.rst index 9ef63e5..2200102 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -11,7 +11,7 @@ pytest-trio 0.7.0 (2020-10-15) Features ~~~~~~~~ -- Support added for :ref:`alternative Trio run functions ` via the ``trio_run`` configuration variable and ``@pytest.mark.trio(run=...)``. Presently supports Trio and QTrio. (`#105 `__) +- Support added for :ref:`alternative Trio run functions ` via the ``trio_run`` configuration variable and ``@pytest.mark.trio(run=...)``\. Presently supports Trio and QTrio. (`#105 `__) Deprecations and Removals