repository for casafeather app
Source
xxxxxxxxxx
52
52
# directories to ignore when looking for source files.
53
53
# This pattern also affects html_static_path and html_extra_path.
54
54
exclude_patterns = []
55
55
56
56
57
57
# -- Options for HTML output -------------------------------------------------
58
58
59
59
# The theme to use for HTML and HTML Help pages. See the documentation for
60
60
# a list of builtin themes.
61
61
#
62
-
html_theme = 'alabaster'
62
+
html_theme = 'sphinx_rtd_theme'
63
63
64
64
# Add any paths that contain custom static files (such as style sheets) here,
65
65
# relative to this directory. They are copied after the builtin static files,
66
66
# so a file named "default.css" will overwrite the builtin "default.css".
67
67
html_static_path = ['_static']