diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/docs/source/static/sarra_horror_culture.jpg b/docs/source/_static/sarra_horror_culture.jpg similarity index 100% rename from docs/source/static/sarra_horror_culture.jpg rename to docs/source/_static/sarra_horror_culture.jpg diff --git a/docs/source/static/sarra_horror_culture_favicon.png b/docs/source/_static/sarra_horror_culture_favicon.png similarity index 100% rename from docs/source/static/sarra_horror_culture_favicon.png rename to docs/source/_static/sarra_horror_culture_favicon.png diff --git a/docs/source/static/sarra_horror_culture_w200.png b/docs/source/_static/sarra_horror_culture_w200.png similarity index 100% rename from docs/source/static/sarra_horror_culture_w200.png rename to docs/source/_static/sarra_horror_culture_w200.png diff --git a/docs/source/conf.py b/docs/source/conf.py index a1561583c..ab2fff0f7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -80,8 +80,8 @@ html_js_files = ['https://code.jquery.com/jquery-3.6.0.min.js'] -html_logo = 'static/sarra_horror_culture_w200.png' +html_logo = '_static/sarra_horror_culture_w200.png' -html_favicon = 'static/sarra_horror_culture_favicon.png' +html_favicon = '_static/sarra_horror_culture_favicon.png' html_theme_options = { 'sidebar_span': 6 }