diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-10-14 19:11:02 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-10-14 19:12:01 +0200 |
| commit | e8713b62d1f09326a94f51b150cb6a63fbcfa2a3 (patch) | |
| tree | 7722c7fd58506ec1b39b7d4a9683f7e54f7bb9dd /doc/developer/conf.py | |
| parent | 936c12d71b817e7384625afa44479b2d87f07219 (diff) | |
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 <equinox@opensourcerouting.org>
Diffstat (limited to 'doc/developer/conf.py')
| -rw-r--r-- | doc/developer/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", ] |
