From 43e136deea53c474adf1fbf922db2749b7d69376 Mon Sep 17 00:00:00 2001 From: Jay Moran Date: Mon, 16 Jan 2023 15:45:05 -0800 Subject: [PATCH] fixed logo link in conf.py --- docs/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 69f133154..455739822 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -143,8 +143,9 @@ # html_favicon = '_static/logo_blank_small.png' # html_logo = '_static/logo_blank_small.png' -html_favicon = '_static/aliro_brain_logo.png' -html_logo = '_static/aliro_brain_logo.png' +[![Logo](https://media.githubusercontent.com/media/EpistasisLab/Aliro/master/docs/source/_static/aliro_brain_logo.png)] +html_favicon = 'https://media.githubusercontent.com/media/EpistasisLab/Aliro/master/docs/source/_static/aliro_brain_logo.png' +html_logo = 'https://media.githubusercontent.com/media/EpistasisLab/Aliro/master/docs/source/_static/aliro_brain_logo.png' # -- Options for HTMLHelp output ---------------------------------------------