# Pastebin OI3OEjYh diff --git a/doc/conf.py b/doc/conf.py index c50daf874a53..590f03dbacd9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,7 +47,8 @@ needs_sphinx = '2.4.4' extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'kfigure', 'sphinx.ext.ifconfig', # 'automarkup', 'maintainers_include', 'sphinx.ext.autosectionlabel', - 'kernel_abi', 'kernel_feat', 'sphinx-prompt'] + 'kernel_abi', 'kernel_feat', 'sphinx-prompt', + 'sphinx.ext.autodoc' ] # # cdomain is badly broken in Sphinx 3+. Leaving it out generates *most* diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst index b50473039be4..3db1804fddec 100644 --- a/doc/develop/py_testing.rst +++ b/doc/develop/py_testing.rst @@ -527,3 +527,12 @@ of the `u_boot_console.config` object, for example Build configuration values (from `.config`) may be accessed via the dictionary `u_boot_console.config.buildconfig`, with keys equal to the Kconfig variable names. + +Document test_net_boot.py +------------------------- + +.. automodule:: test_net_boot + :member-order: bysource + :members: + :undoc-members: + :synopsis: