summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/conf.py')
-rw-r--r--bitbake/doc/conf.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/bitbake/doc/conf.py b/bitbake/doc/conf.py
index 77ea2e8215..f5a3aa56c1 100644
--- a/bitbake/doc/conf.py
+++ b/bitbake/doc/conf.py
@@ -63,4 +63,10 @@ html_theme = 'sphinx_rtd_theme'
63# Add any paths that contain custom static files (such as style sheets) here, 63# Add any paths that contain custom static files (such as style sheets) here,
64# relative to this directory. They are copied after the builtin static files, 64# relative to this directory. They are copied after the builtin static files,
65# so a file named "default.css" will overwrite the builtin "default.css". 65# so a file named "default.css" will overwrite the builtin "default.css".
66html_static_path = ['_static'] 66html_static_path = ['sphinx-static']
67
68html_context = {
69 'css_files': [
70 '_static/theme_overrides.css',
71 ],
72}