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-11-06 15:14:01 +0000
commitb7a7dde44ab2cb6794b45b1702a30d69bc1ae42f (patch)
tree4a2fffe8bc0186568899e52836994ce81d95edfb /documentation/conf.py
parent98df63020d963d6ff606db77aae7542a4e5f5291 (diff)
downloadpoky-b7a7dde44ab2cb6794b45b1702a30d69bc1ae42f.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.