diff --git a/documentation/conf.py b/documentation/conf.py index 643bd7cbc9..89137778b8 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -51,6 +51,8 @@ master_doc = 'index' # html_theme = 'sphinx_rtd_theme' +html_logo = 'sphinx-static/YoctoProject_Logo_RGB.jpg' + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". diff --git a/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg b/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg new file mode 100644 index 0000000000..8ab47d49f7 Binary files /dev/null and b/documentation/sphinx-static/YoctoProject_Logo_RGB.jpg differ