diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-09 18:46:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-09 18:46:18 +0000 |
commit | 5e9c1775e3c52258f5a230358c18d5fbfa949401 (patch) | |
tree | 659a84ba9183d45a782e049885fa8260dc3d9764 /docs/conf.py | |
parent | c85a2be531eda41e3a634de67feb7ab49ac2397a (diff) | |
parent | e096c7fb3fd1c43dbf6588ced287ece1db7d1350 (diff) |
Merge "Fix minor Documentation Formatting Errors"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index b0a38c536..8bf54b054 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ 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 = [] +exclude_patterns = ['templates/*', 'how-to-use-docs/files/*', 'development/opnfvsecguide/*'] # The reST default role (used for this markup: `text`) to use for all # documents. |