From 8d1a1b2976ca2b0f45beeed41939bfdbe85ee10a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 13 Feb 2021 10:16:41 +0100 Subject: [PATCH] docs: conv.py - add man pages to exclude_patterns To avoid sphinx warnings. --- docs/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3f021149..4fb84aff 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -107,10 +107,8 @@ today_fmt = '%A, %d %B %Y' # This patterns also effect to html_static_path and html_extra_path exclude_patterns = [ '_build', 'Thumbs.db', '.DS_Store', - 'proxmox-backup-client/man1.rst', - 'proxmox-backup-manager/man1.rst', - 'proxmox-backup-proxy/man1.rst', - 'pxar/man1.rst', + '*/man1.rst', + 'config/*/man5.rst', 'epilog.rst', 'pbs-copyright.rst', 'local-zfs.rst'