summaryrefslogtreecommitdiffstats
path: root/Documentation/doc-guide
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-12-07 10:53:00 +0100
committerJonathan Corbet <corbet@lwn.net>2021-12-10 14:05:55 -0700
commit135707d3765ec3734437864ec91667dc29f0cdec (patch)
treeea683e46a8bea3aca720ebd9f302a0a28385d08c /Documentation/doc-guide
parentfca7216bf53e7f1f4a8dba6af386d6faa7699fd6 (diff)
downloadlinux-stable-135707d3765ec3734437864ec91667dc29f0cdec.tar.gz
linux-stable-135707d3765ec3734437864ec91667dc29f0cdec.tar.bz2
linux-stable-135707d3765ec3734437864ec91667dc29f0cdec.zip
docs: allow to pass extra DOCS_CSS themes via make
Specially when the RTD theme is not used, it makes sense to allow specifying extra CSS files via a make variable. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/03d09bf41ad39aa0abfe2ea3c879b09aa3a0948d.1638870323.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.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst
index bef276c58ebe..7fb6e6168bbb 100644
--- a/Documentation/doc-guide/sphinx.rst
+++ b/Documentation/doc-guide/sphinx.rst
@@ -138,6 +138,9 @@ To pass extra options to Sphinx, you can use the ``SPHINXOPTS`` make
variable. For example, use ``make SPHINXOPTS=-v htmldocs`` to get more verbose
output.
+It is also possible to pass an extra DOCS_CSS overlay file, in order to customize
+the html layout, by using the ``DOCS_CSS`` make variable.
+
By default, the build will try to use the Read the Docs sphinx theme:
https://github.com/readthedocs/sphinx_rtd_theme