From c760a67278145307f1f81ef84abf451648ea4928 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 16 May 2022 16:27:28 +0000 Subject: [PATCH] docs: silence duplicate label warnings. by reindroducing the trailing ',' after local-zfs.rst and adding the missing 'traffic-control.rst' to the list of files/patterns to be excluded. Signed-off-by: Stoiko Ivanov --- docs/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2a189ba6..a7c2b8bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,9 +111,10 @@ exclude_patterns = [ 'config/*/man5.rst', 'epilog.rst', 'pbs-copyright.rst', - 'local-zfs.rst' + 'local-zfs.rst', 'package-repositories.rst', - 'system-booting.rst' + 'system-booting.rst', + 'traffic-control.rst', ] # The reST default role (used for this markup: `text`) to use for all