From 0ce3f64fce7b6a9075abd306a7ef228d48a42035 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 15 Sep 2020 17:13:18 +0200 Subject: sphinx: conf: exclude adt-manual/*.rst The ADT Manual is deprecated, and was removed from the documentation set in 2.2, until we remove it completely, let's make sure it's excluded from Sphinx build. (From yocto-docs rev: 5fa20d6afb1be56cbb2a012357f8ccff4b91d585) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation/conf.py') diff --git a/documentation/conf.py b/documentation/conf.py index e1a7e5e3dd..34d1bc97a4 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -53,7 +53,8 @@ templates_path = ['_templates'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'boilerplate.rst'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'boilerplate.rst', + 'adt-manual/*.rst'] # master document name. The default changed from contents to index. so better # set it ourselves. -- cgit v1.2.3-54-g00ecf