From b1943bd03fed664940671e0a322d772a1c8c10e1 Mon Sep 17 00:00:00 2001 From: Giacomo Acciarini Date: Mon, 16 Oct 2023 21:39:42 +0200 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cd65a55..3b1b30d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,7 +40,7 @@ napoleon_numpy_docstring = False # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +templates_path = ['__templates'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -58,9 +58,9 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] -html_logo = '_static/Karman.ai' -# html_favicon = '_static/favicon.ico' +html_static_path = ['__static'] +html_logo = '__static/Karman.ai' +# html_favicon = '__static/favicon.ico' html_theme_options = { 'logo_only': True, 'display_version': True