summaryrefslogtreecommitdiffstats
path: root/documentation/conf.py
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-10-30 15:38:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-30 16:03:19 +0000
commit43e3a19c19e2d4f6b1d84c24413df6327540fab9 (patch)
treec974ca684f247c029e2cdf17c5ed3a65cc262691 /documentation/conf.py
parent507717949f8a30ef19260cd6ca5753801413b258 (diff)
downloadpoky-43e3a19c19e2d4f6b1d84c24413df6327540fab9.tar.gz
adt-manual: delete obsolete ADT manual, and related content
Since the ADT manual has long been superseded by the SDK manual, remove the entire adt-manual directory, and the references to it in the two top-level files "conf.py" and "poky.yaml". (From yocto-docs rev: 64b2e83bddf6af0439ac7089ac95e60faa696cfc) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r--documentation/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index ebc26aa3bf..9a0186f352 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -53,8 +53,7 @@ templates_path = ['_templates']
53# List of patterns, relative to source directory, that match files and 53# List of patterns, relative to source directory, that match files and
54# directories to ignore when looking for source files. 54# directories to ignore when looking for source files.
55# This pattern also affects html_static_path and html_extra_path. 55# This pattern also affects html_static_path and html_extra_path.
56exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'boilerplate.rst', 56exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'boilerplate.rst']
57 'adt-manual/*.rst']
58 57
59# master document name. The default changed from contents to index. so better 58# master document name. The default changed from contents to index. so better
60# set it ourselves. 59# set it ourselves.