diff options
| author | Francesco Gazzetta <fgaz@fgaz.me> | 2021-10-03 17:21:52 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel.thompson@linaro.org> | 2021-11-17 15:29:08 (GMT) |
| commit | b5f4099fa6f2eb43de847aed673d0d9a29ef726f (patch) | |
| tree | 55555807bf1bf1efa2c0964f56a5a449186a172c /docs | |
| parent | 0eabf0f109c2277c527c334b2b84eec2afec310b (diff) | |
Test and build docs for user defined apps too
Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 146b040..25edb59 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,6 +13,7 @@ import os import sys sys.path.insert(0, os.path.abspath('../wasp')) +sys.path.insert(0, os.path.abspath('../apps')) sys.path.insert(0, os.path.abspath('../wasp/boards/sphinx')) |
