diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2016-08-22 15:16:21 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-22 15:19:15 -0600 |
commit | e8f5c617f26626ef4915ffa176f4ae02c9e08531 (patch) | |
tree | 55b53a8c2100e59371ff44707d1072c5072512c1 /Documentation/conf.py | |
parent | 5512128f027aec63a9a2ca792858801554a57baf (diff) | |
download | linux-stable-e8f5c617f26626ef4915ffa176f4ae02c9e08531.tar.gz linux-stable-e8f5c617f26626ef4915ffa176f4ae02c9e08531.tar.bz2 linux-stable-e8f5c617f26626ef4915ffa176f4ae02c9e08531.zip |
doc-rst: add boilerplate to customize c-domain
Add a sphinx-extension to customize the sphinx c-domain. No functional
changes right yet, just the boilerplate code.
Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
[ jc: coding-style tweak ]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index 23e2f0bbcfc8..88c377d468d0 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -34,7 +34,7 @@ from load_config import loadConfig # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['kernel-doc', 'rstFlatTable', 'kernel_include'] +extensions = ['kernel-doc', 'rstFlatTable', 'kernel_include', 'cdomain'] # The name of the math extension changed on Sphinx 1.4 if minor > 3: |