forked from gulliver/rtfm
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:
@ -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']
|
||||
|
Reference in New Issue
Block a user