[pbs-devel] [PATCH proxmox-backup 1/6] docs: silence duplicate label warnings.
Stoiko Ivanov
s.ivanov at proxmox.com
Mon May 16 18:27:28 CEST 2022
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 <s.ivanov at proxmox.com>
---
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
--
2.30.2
More information about the pbs-devel
mailing list