From 861f8b8f441b4c84ec133a90353290927457f207 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 14 Nov 2019 11:14:09 +0100 Subject: [PATCH] docs/conf.py: add exclude_pattern package-repositories.rst The file is inlcuded with 'include' directive. Exclude it to avoid avoid warning about duplicate label definition. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 026e99fc..658daeb7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,6 +91,7 @@ exclude_patterns = [ 'proxmox-backup-proxy/man1.rst', 'epilog.rst', 'pbs-copyright.rst', + 'package-repositories.rst', ] # The reST default role (used for this markup: `text`) to use for all