[doc] Add parser for modules doc generation. (#2973)

This commit is contained in:
Fabien-B
2023-02-06 11:16:10 +01:00
committed by GitHub
parent 336ecddfc6
commit 9b18744322
9 changed files with 203 additions and 2 deletions
+4 -1
View File
@@ -17,7 +17,9 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
# import sys
import sys
sys.path.insert(0, "../../sw/tools/modules_doc")
# sys.path.insert(0, os.path.abspath('.'))
# -- General configuration ------------------------------------------------
@@ -35,6 +37,7 @@ extensions = [
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'modules_parser',
]
# Add any paths that contain templates here, relative to this directory.
+1
View File
@@ -33,6 +33,7 @@ Contents:
developer_guide/index_developer
tutorials/index_tutorials
support/index_support
modules/index.rst
--------------
+1
View File
@@ -0,0 +1 @@
../../../conf/modules/