diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-12-11 09:57:00 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-12-16 15:54:12 -0700 |
commit | 0e805b11866260d99c931be8a4cd54cda32eab3e (patch) | |
tree | f794981b75daf42a57054cc4f6448f35cd36fe6c /Documentation/doc-guide | |
parent | 98d614bdaa58360bd3dec90710e7069cafad4c76 (diff) |
docs: address some text issues with css/theme support
Fix:
- overriden ->overridden
- some whitespace issues introduced at the css/theme
Makefile help.
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/b0b166025019f7cc4f122bd789c79ba28cc2d29d.1639212812.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/doc-guide')
-rw-r--r-- | Documentation/doc-guide/sphinx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst index 7fb6e6168bbb..673cbb769c08 100644 --- a/Documentation/doc-guide/sphinx.rst +++ b/Documentation/doc-guide/sphinx.rst @@ -147,7 +147,7 @@ By default, the build will try to use the Read the Docs sphinx theme: If the theme is not available, it will fall-back to the classic one. -The Sphinx theme can be overriden by using the ``DOCS_THEME`` make variable. +The Sphinx theme can be overridden by using the ``DOCS_THEME`` make variable. To remove the generated documentation, run ``make cleandocs``. |