fix: removed dependency on wtf_coop theme

This commit is contained in:
Stephan
2021-10-02 15:18:29 +02:00
parent 87afa4541e
commit 6e778c48d6
6 changed files with 234 additions and 64 deletions

View File

@ -57,7 +57,7 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = "wtf_coop"
html_theme = "custom_sphinx_rtd_theme"
html_theme_path = ["../theme"]
html_logo = "_static/wtf_logo_dark_bg.png"
#html_theme = 'alabaster'