diff --git a/docs/sphinx/_static/logo.png b/docs/sphinx/_static/logo.png new file mode 100644 index 00000000..4ad4f8f6 Binary files /dev/null and b/docs/sphinx/_static/logo.png differ diff --git a/docs/sphinx/en/source/conf.py b/docs/sphinx/en/source/conf.py index 33d0eb31..a12e1eb2 100644 --- a/docs/sphinx/en/source/conf.py +++ b/docs/sphinx/en/source/conf.py @@ -41,6 +41,7 @@ # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' +html_static_path = ["../../_static"] # The master toctree document. master_doc = 'index' @@ -84,12 +85,14 @@ # a list of builtin themes. # html_theme = 'alabaster' +html_log = "logo.png" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # html_theme_options = { + 'logo': 'logo.png', 'font_family': 'Helvetica', 'sidebar_search_button': 'pink_1' } @@ -160,6 +163,7 @@ (master_doc, 'MateriApps Installer', u'MateriApps Installer Documentation', [author], 1) ] +latex_logo = "../../_static/logo.png" #latex_docclass = {'manual': 'jsbook'} diff --git a/docs/sphinx/ja/source/conf.py b/docs/sphinx/ja/source/conf.py index 3e184c29..30f7ec95 100644 --- a/docs/sphinx/ja/source/conf.py +++ b/docs/sphinx/ja/source/conf.py @@ -41,6 +41,7 @@ # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' +html_static_path = ["../../_static"] # The master toctree document. master_doc = 'index' @@ -84,12 +85,14 @@ # a list of builtin themes. # html_theme = 'alabaster' +html_log = "logo.png" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # html_theme_options = { + 'logo': 'logo.png', 'font_family': 'Helvetica', 'sidebar_search_button': 'pink_1' } @@ -162,6 +165,7 @@ ] latex_docclass = {'manual': 'jsbook'} +latex_logo = "../../_static/logo.png" # -- Options for Texinfo output -------------------------------------------