We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6f4c1 commit 53d4e89Copy full SHA for 53d4e89
Documentation/sphinx/kerneldoc.py
@@ -61,9 +61,9 @@ def run(self):
61
env = self.state.document.settings.env
62
cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno']
63
64
- # Pass the version string to kernel-doc, as it needs to use a different
65
- # dialect, depending what the C domain supports for each specific
66
- # Sphinx versions
+ # Pass the version string to kernel-doc, as it needs to use a different
+ # dialect, depending what the C domain supports for each specific
+ # Sphinx versions
67
cmd += ['-sphinx-version', sphinx.__version__]
68
69
filename = env.config.kerneldoc_srctree + '/' + self.arguments[0]
0 commit comments