From fa1ab2560396bc2154e5dcdb53d9bf56ce5ececb Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 31 Jul 2017 23:10:09 +0300 Subject: [PATCH] Add logo to docs. --- docs/source/conf.py | 1 + docs/source/static/logo.svg | 1 + 2 files changed, 2 insertions(+) create mode 100755 docs/source/static/logo.svg diff --git a/docs/source/conf.py b/docs/source/conf.py index 56a07ea0..a686f047 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -96,6 +96,7 @@ html_theme = 'sphinx_rtd_theme' # # html_theme_options = {} +html_logo = 'static/logo.svg' # 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/docs/source/static/logo.svg b/docs/source/static/logo.svg new file mode 100755 index 00000000..1827b208 --- /dev/null +++ b/docs/source/static/logo.svg @@ -0,0 +1 @@ +logo \ No newline at end of file