diff --git a/docs/source/_static/favicon.ico b/docs/source/_images/favicon.ico similarity index 100% rename from docs/source/_static/favicon.ico rename to docs/source/_images/favicon.ico diff --git a/docs/source/_static/logo.png b/docs/source/_images/logo.png similarity index 100% rename from docs/source/_static/logo.png rename to docs/source/_images/logo.png diff --git a/docs/source/conf.py b/docs/source/conf.py index d1a408bf..cf8ef732 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -116,19 +116,17 @@ html_theme_options = { # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '_static/logo.png' +html_logo = '_images/logo.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = '_static/favicon.ico' +html_favicon = '_images/favicon.ico' # 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_style = 'css/style.css' +# html_static_path = ['_static'] # Custom sidebar templates, must be a dictionary that maps document names # to template names.