From e096c7fb3fd1c43dbf6588ced287ece1db7d1350 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 --- 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 c03114aac..d966487bf 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 1.2.3-korg