From 73966d9c48b8406385a1d5d34f54d29ee0f1d21a Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 7 Oct 2023 09:49:01 +0300 Subject: [PATCH] Update conf.py --- {{cookiecutter.project_name}}/docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/{{cookiecutter.project_name}}/docs/conf.py b/{{cookiecutter.project_name}}/docs/conf.py index ba71c742..37c82a32 100644 --- a/{{cookiecutter.project_name}}/docs/conf.py +++ b/{{cookiecutter.project_name}}/docs/conf.py @@ -103,11 +103,6 @@ def _get_project_meta() -> dict[str, str]: # lying abour return type # a list of builtin themes. html_theme = 'alabaster' -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -html_theme_options = {} - # 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".