commit | 74b16221caa1206cabfc3cb8166f238b839bc04b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jul 19 23:23:26 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 19 16:48:07 2024 -0600 |
tree | 082bee3e897da89fb654a269f3823ffd2693b18e | |
parent | bb3dec8ca302abc0445ff00f6fdc91ff035e2756 [diff] |
doc: define html_context in conf.py The dictionary html_context is not passed into conf.py but must be created there. See https://dev.readthedocs.io/en/latest/design/theme-context.html#customizing-the-context Fixes: df86796028df ("doc: enable ReadTheDocs addon management") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>