From e8713b62d1f09326a94f51b150cb6a63fbcfa2a3 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 14 Oct 2021 19:11:02 +0200 Subject: doc/developer: fix warnings in topotests doc Sphinx warns about a few nits here, just fix. (Note :option:`-E` can't be used without a "option:: -E" definition, it's intended as a cross reference.) Signed-off-by: David Lamparter --- doc/developer/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/developer/conf.py') diff --git a/doc/developer/conf.py b/doc/developer/conf.py index 8f282c0790..61df6e0e60 100644 --- a/doc/developer/conf.py +++ b/doc/developer/conf.py @@ -138,6 +138,7 @@ exclude_patterns = [ "_build", "building-libyang.rst", "topotests-snippets.rst", + "topotests-markers.rst", "include-compile.rst", ] -- cgit v1.2.3