diff options
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 84d028feda8..0d56e4f7c3c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -34,6 +34,8 @@ if os.environ.get("READTHEDOCS", "") == "True": # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.insert(0, os.path.abspath('sphinx')) +sys.path.append(os.path.abspath('../test/py/tests')) +sys.path.append(os.path.abspath('../test/py')) from load_config import loadConfig # -- General configuration ------------------------------------------------ @@ -48,7 +50,8 @@ extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'kfigure', 'sphinx.ext.ifconfig', # 'automarkup', 'maintainers_include', 'sphinx.ext.autosectionlabel', 'kernel_abi', 'kernel_feat', 'sphinx-prompt', - 'sphinx_reredirects', 'sphinx.ext.autodoc' ] + 'sphinx_reredirects', 'sphinx.ext.autodoc', + 'binman_docs' ] # # cdomain is badly broken in Sphinx 3+. Leaving it out generates *most* |
