diff options
| author | hathach <[email protected]> | 2021-08-05 14:06:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-05 14:06:08 +0700 |
| commit | b5d218e6845da43f693e5caa31d883de3b997f41 (patch) | |
| tree | 700d22e28fc17209d264048694aefe9beb59e521 /docs/conf.py | |
| parent | 2b521e0c101c371d1b0f36d594aa1e20642b9603 (diff) | |
add html extra for webusb example
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index c7a17478f..1d05d7cb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -39,4 +39,7 @@ html_theme_options = { 'sidebar_hide_name': True, } +# examples for webusb +html_extra_path = ['html_extra'] + todo_include_todos = True |
