summaryrefslogtreecommitdiffstats
path: root/documentation/README
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-30 17:32:47 +0100
committerSteve Sakoman <steve@sakoman.com>2024-04-19 04:50:39 -0700
commita6fdddf8c44367a5bd82ba9d979e708bd710db79 (patch)
tree887e4a04e9bc399663e8807961e5e259ba195427 /documentation/README
parentccbfa27d19f6dbce2c9880f128ed1eac0cf30a5a (diff)
downloadpoky-a6fdddf8c44367a5bd82ba9d979e708bd710db79.tar.gz
manuals: add initial sphinx-lint support
Makes it possible to catch errors not reported by sphinx, such as idle spaces. After customization, this should be used to enforce our syntax conventions, such as two spaces after a "-" character to introduce a list item. Just run "make sphinx-lint". (From yocto-docs rev: a735549a764f7cfebdc7534761b4d75dc523371a) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/README')
-rw-r--r--documentation/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/README b/documentation/README
index 8035418cac..b60472fcbf 100644
--- a/documentation/README
+++ b/documentation/README
@@ -165,6 +165,20 @@ To run Vale:
165 165
166 $ make stylecheck 166 $ make stylecheck
167 167
168Link checking the Yocto Project documentation
169=============================================
170
171To fix errors which are not reported by Sphinx itself,
172the project uses sphinx-lint (https://github.com/sphinx-contrib/sphinx-lint).
173
174To install sphinx-lint:
175
176 $ pip install sphinx-lint
177
178To run sphinx-lint:
179
180 $ make sphinx-lint
181
168Sphinx theme and CSS customization 182Sphinx theme and CSS customization
169================================== 183==================================
170 184