mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-11 04:48:33 +03:00
added docstrings, improved Sphinx docs
This commit is contained in:
@@ -43,9 +43,18 @@ 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 = 'sphinx_rtd_theme'
|
||||
|
||||
# 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 = []
|
||||
|
||||
# -- Default flags for autodoc------------------------------------------------
|
||||
|
||||
autodoc_default_options = {'exclude-members': '_sa_class_manager'}
|
||||
|
||||
html_favicon = '../images/favicon.ico'
|
||||
html_logo = '../images/cisticola_logo.svg'
|
||||
|
||||
html_theme_options = {'style_nav_header_background': '#000000'}
|
||||
Reference in New Issue
Block a user