mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[doc] Add parser for modules doc generation. (#2973)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -33,6 +33,7 @@ Contents:
|
||||
developer_guide/index_developer
|
||||
tutorials/index_tutorials
|
||||
support/index_support
|
||||
modules/index.rst
|
||||
|
||||
--------------
|
||||
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../../conf/modules/
|
||||
Reference in New Issue
Block a user