]> git.dujemihanovic.xyz Git - u-boot.git/commit
doc: define html_context in conf.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Jul 2024 21:23:26 +0000 (23:23 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 20 Jul 2024 17:09:36 +0000 (11:09 -0600)
commitd353e30ef3610c01b031dc9ada53701b13d473d4
tree082bee3e897da89fb654a269f3823ffd2693b18e
parent23215d0650edd650a3c76fbf99dd6f7b1c2ce87b
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")
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/conf.py