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