Skip to content

Commit 3a766ae

Browse files
Marti BolivarMaureenHelm
authored andcommitted
doc: conf.py: add sphinx.ext.autodoc extension
This will allow us to pull in Python API documentation from source files. Signed-off-by: Marti Bolivar <[email protected]>
1 parent 1c852dd commit 3a766ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
extensions = [
3838
'breathe', 'sphinx.ext.todo',
3939
'sphinx.ext.extlinks',
40+
'sphinx.ext.autodoc',
4041
'zephyr.application',
4142
]
4243

0 commit comments

Comments
 (0)