From f13c36c856a63849aedd8a3002d9738622021ee4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 28 Feb 2019 16:28:53 +0100 Subject: [PATCH] docs: use exclude_pattern instead of :orphan: Seems rst2man cannot handle :orphan: --- docs/conf.py | 6 +++++- docs/proxmox-backup-client/man1.rst | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ef4c4819..dbc1cb05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,11 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = [ + '_build', 'Thumbs.db', '.DS_Store', + 'proxmox-backup-client/man1.rst', + 'pbs-copyright.rst', +] # The reST default role (used for this markup: `text`) to use for all # documents. diff --git a/docs/proxmox-backup-client/man1.rst b/docs/proxmox-backup-client/man1.rst index 643a2621..5734c894 100644 --- a/docs/proxmox-backup-client/man1.rst +++ b/docs/proxmox-backup-client/man1.rst @@ -1,5 +1,3 @@ -:orphan: - ========================== proxmox-backup-client ==========================