X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6613e76658143bcbbe363da76461e0202d589400..777cae55b601f8a501e2138cec99361929b128ea:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 55d0fa9..2801e0e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -115,29 +115,8 @@ myst_disable_syntax = [ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = "alabaster" - -html_sidebars = { - "**": [ - "about.html", - "navigation.html", - "relations.html", - "searchbox.html", - ] -} - -html_theme_options = { - "show_related": False, - "description": "“Any color you like.”", - "github_button": True, - "github_user": "psf", - "github_repo": "black", - "github_type": "star", - "show_powered_by": True, - "fixed_sidebar": True, - "logo": "logo2.png", -} - +html_theme = "furo" +html_logo = "_static/logo2-readme.png" # 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,