From d902cb98e3961d4fba1d9142ac3b280921430982 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Thu, 20 Feb 2020 11:33:24 -0600 Subject: [PATCH] [#59] Add Airship logo to docs This change adds the Airship logo to our documentation. Change-Id: Ie3d068eea2e3545fa38f35f6f7a1e1869360ffac Signed-off-by: Drew Walters --- docs/source/conf.py | 3 ++- docs/source/img/airship.logo.white.svg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/source/img/airship.logo.white.svg 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