From b439ac03616c64094370d0ed328fb4ca51e760a4 Mon Sep 17 00:00:00 2001 From: Mathew Shaker Date: Tue, 21 May 2024 20:05:59 +0000 Subject: [PATCH] Remove _static from logo path --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ea4e82483..57d01a72a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -80,6 +80,6 @@ html_js_files = ['https://code.jquery.com/jquery-3.6.0.min.js'] -html_logo = '_static/sarra_horror_culture.jpg' +html_logo = 'sarra_horror_culture.jpg' html_theme_options = { 'sidebar_span': 6 }