aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
AgeCommit message (Collapse)Author
2023-08-29docs: Fix documentation themeAndrei Gherzan
This avoids failing builds with: NameError: name 'html_theme' is not defined It also makes the theme configuration explicit and correctly set up. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2022-04-21docs: Bump copyright yearAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2021-11-14docs: Fix RtD buildAndrei Gherzan
Markdown parser has changed[1]. [1] https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html#using-markdown-with-sphinx Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2021-11-14docs: Bump copyright yearAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2021-08-04Manually fix conversionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-04Convert to new override syntaxMartin Jansa
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-12-18docs: Do not force alabaster themePaul Barker
Sphinx will use the 'alabaster' theme by default when building locally. However, Read the Docs will use their own theme by default which suits their site better. By not specifying html_theme we allow both targets to use the appropriate default theme. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2017-05-26docs: Initial sphinx configurationPaul Barker
This allows us to create documentation by running 'make html' or 'make latexpdf' in the docs directory. It depends on sphinx and the recommonmark python module (for parsing markdown files in sphinx). Creation of the PDF document requires a full LaTeX toolchain to be installed. Signed-off-by: Paul Barker <pbarker@toganlabs.com>