diff --git a/docs/conf.py b/docs/conf.py index a02cd016..baabf490 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ html_theme_path = ["_themes", ] html_logo = "img/logo.png" -# html_theme_options = { -# 'logo_only': True -# } +html_theme_options = { + 'logo_only': True + } # 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". diff --git a/docs/INSTALL_LOCAL.md b/docs/install_local.md similarity index 100% rename from docs/INSTALL_LOCAL.md rename to docs/install_local.md diff --git a/docs/INSTALL_VSCODE.md b/docs/install_vscode.md similarity index 100% rename from docs/INSTALL_VSCODE.md rename to docs/install_vscode.md