From b7be4af0b9859b773613af48dac0a8a99b35edf2 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 6 Nov 2018 15:30:41 -0800 Subject: Fix minor Documentation Formatting Errors These include wrongly indented bullet points, title underlines, and malfomed links. Templates which are used for project documentation are also excluded from builds as they are orphaned pages. Change-Id: Iaabfb5f2bbf0b9bdfabec622e0b75dd23ea9e472 Signed-off-by: Trevor Bramwell (cherry picked from commit e096c7fb3fd1c43dbf6588ced287ece1db7d1350) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 970e3fff0..02eb98497 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. -- cgit