docs: use exclude_pattern instead of :orphan:

Seems rst2man cannot handle :orphan:
This commit is contained in:
Dietmar Maurer 2019-02-28 16:28:53 +01:00
parent b55cee9227
commit f13c36c856
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -1,5 +1,3 @@
:orphan:
==========================
proxmox-backup-client
==========================