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 ==========================