diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-10-19 06:44:37 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-10-19 18:02:00 -0400 |
commit | 58af04dff742b6b49fae3de585bdea8c77b62ddc (patch) | |
tree | dac1d08694368cfa10c1e4ac4fe5ca2ac214ebf4 /Documentation/conf.py | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
Documentation/sphinx: rename kernel-doc.py to kerneldoc.py
Python module names should not have hyphens per [PEP 8]. Drop the hyphen
from kernel-doc.py. The extension directive remains unchanged.
[PEP 8] https://www.python.org/dev/peps/pep-0008/#package-and-module-names
Reported-by: Markus Heiser <markus.heiser@darmarit.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
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 bf6f310e5170..4db1993658ea 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py | |||
@@ -34,7 +34,7 @@ from load_config import loadConfig | |||
34 | # Add any Sphinx extension module names here, as strings. They can be | 34 | # Add any Sphinx extension module names here, as strings. They can be |
35 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom | 35 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
36 | # ones. | 36 | # ones. |
37 | extensions = ['kernel-doc', 'rstFlatTable', 'kernel_include', 'cdomain'] | 37 | extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain'] |
38 | 38 | ||
39 | # The name of the math extension changed on Sphinx 1.4 | 39 | # The name of the math extension changed on Sphinx 1.4 |
40 | if minor > 3: | 40 | if minor > 3: |