diff options
author | Tim Harder <radhermit@gmail.com> | 2016-01-31 20:02:20 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2016-01-31 20:02:20 -0500 |
commit | 5f6d53b3c76d6d45f78c4071abedaa531160ad1e (patch) | |
tree | dc92edf19818f3d72a98e36d363482932663f9fd /doc | |
parent | util/commandline: add extend_comma_toggle action for argparse usage (diff) | |
download | pkgcore-5f6d53b3c76d6d45f78c4071abedaa531160ad1e.tar.gz pkgcore-5f6d53b3c76d6d45f78c4071abedaa531160ad1e.tar.bz2 pkgcore-5f6d53b3c76d6d45f78c4071abedaa531160ad1e.zip |
doc: ignore generated files
Drops a few of the doc not included any toctree warnings.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 043af94bc..6cb169fe5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -82,7 +82,7 @@ release = 'trunk' # 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', 'generated'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None |