diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4b14d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +naries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib +bin/ + +# Various user specific files +.DS_Store +.idea/ +.vimrc +*.swp +.vscode/ + +# Docs build +doc/build/ +.tox diff --git a/doc/source/airship.logo.white.svg b/doc/source/airship.logo.white.svg new file mode 100644 index 0000000..b664296 --- /dev/null +++ b/doc/source/airship.logo.white.svg @@ -0,0 +1 @@ +logo_white \ No newline at end of file diff --git a/doc/source/conf.py b/doc/source/conf.py index b12b94b..895dbd9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -108,6 +108,10 @@ todo_include_todos = False # -- Options for HTML output ---------------------------------------------- +html_theme_options = { + 'logo_only': True +} + # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'sphinx_rtd_theme' @@ -130,7 +134,7 @@ html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +html_logo = "airship.logo.white.svg" # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32