diff --git a/docs/source/conf.py b/docs/source/conf.py index 15489a4c6..3fb617a16 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,6 +46,7 @@ exclude_patterns = [] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # +html_logo = "img/airship.logo.white.svg" html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] @@ -58,4 +59,4 @@ html_static_path = ['_static'] source_suffix = { '.rst': 'restructuredtext', '.md': 'markdown', -} \ No newline at end of file +} diff --git a/docs/source/img/airship.logo.white.svg b/docs/source/img/airship.logo.white.svg new file mode 100644 index 000000000..b664296d1 --- /dev/null +++ b/docs/source/img/airship.logo.white.svg @@ -0,0 +1 @@ +logo_white \ No newline at end of file