From: Paul Brossier Date: Sat, 25 Mar 2017 10:14:34 +0000 (+0100) Subject: doc/conf.py: do not rebuild included documents X-Git-Tag: 0.4.5~29 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=aec6ca8f5dc4edf630159d901b753b999cf1aa45;p=aubio.git doc/conf.py: do not rebuild included documents --- diff --git a/doc/conf.py b/doc/conf.py index e0f927c1..07469718 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -69,7 +69,17 @@ release = get_aubio_version() # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build'] +exclude_patterns = ['_build', + 'statuslinks.rst', + 'download.rst', + 'binaries.rst', + 'debian_packages.rst', + 'building.rst', + 'android.rst', + 'xcode_frameworks.rst', + 'requirements.rst', + 'cli_features.rst', + ] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None