From 02cc1e8f80c42bfdd8c0b9dd8f2d95d2ec496d2d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 15 Jun 2021 11:40:54 -0400 Subject: [PATCH] Put logo in _static/ as well? --- docs/_static/tractor_logo_side.svg | 458 +++++++++++++++++++++++++++++ docs/conf.py | 2 +- 2 files changed, 459 insertions(+), 1 deletion(-) create mode 100644 docs/_static/tractor_logo_side.svg diff --git a/docs/_static/tractor_logo_side.svg b/docs/_static/tractor_logo_side.svg new file mode 100644 index 0000000..24da8bb --- /dev/null +++ b/docs/_static/tractor_logo_side.svg @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/conf.py b/docs/conf.py index 6e4043c..7a0fb2c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -78,7 +78,7 @@ html_theme_options = { # doesn't seem to work? html_title = 'structured concurrent Python' -html_logo = 'images/tractor_logo_side.svg' +html_logo = '_static/tractor_logo_side.svg' html_favicon = 'images/tractor_logo_side.svg' # show_navbar_depth = 1