new theme wtf_coop created from sphinx13, config changed to use new theme, no further adapations than filenames are done

This commit is contained in:
Gulliver
2021-08-05 19:37:38 +02:00
parent e83966be97
commit 50eae38d34
10 changed files with 530 additions and 2 deletions

View File

@ -58,9 +58,11 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = "wtf_coop"
html_theme_path = ["../theme"]
#html_theme = 'alabaster'
# 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_static_path = ['_static']