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 ---------------------------------------------