From 4df8f2b153339387f13949c37a40ff86073bda70 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Fri, 6 Apr 2018 08:13:28 +0200 Subject: [PATCH] fix doc build, use noindex on the mark reference --- doc/en/mark.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/mark.rst b/doc/en/mark.rst index 72c597e50..b08788254 100644 --- a/doc/en/mark.rst +++ b/doc/en/mark.rst @@ -29,6 +29,7 @@ which also serve as documentation. .. currentmodule:: _pytest.mark.structures .. autoclass:: Mark :members: + :noindex: .. `marker-iteration`