|
@@ -28,7 +28,7 @@ sys.path.insert(0, os.path.abspath('sphinx'))
|
|
|
# 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']
|
|
|
+extensions = ['kernel-doc', 'rstFlatTable', 'kernel_include']
|
|
|
|
|
|
# Gracefully handle missing rst2pdf.
|
|
|
try:
|