|
|
@ -69,7 +69,7 @@ language = None |
|
|
|
# List of patterns, relative to source directory, that match files and |
|
|
|
# directories to ignore when looking for source files. |
|
|
|
# This patterns also effect to html_static_path and html_extra_path |
|
|
|
exclude_patterns = [] |
|
|
|
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
|
|
|
|
|
|
|
# The name of the Pygments (syntax highlighting) style to use. |
|
|
|
pygments_style = 'sphinx' |
|
|
@ -102,15 +102,15 @@ html_static_path = ['_static'] |
|
|
|
# |
|
|
|
# This is required for the alabaster theme |
|
|
|
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars |
|
|
|
html_sidebars = { |
|
|
|
'**': [ |
|
|
|
'about.html', |
|
|
|
'navigation.html', |
|
|
|
'relations.html', # needs 'show_related': True theme option to display |
|
|
|
'searchbox.html', |
|
|
|
'donate.html', |
|
|
|
] |
|
|
|
} |
|
|
|
#html_sidebars = { |
|
|
|
# '**': [ |
|
|
|
# 'about.html', |
|
|
|
# 'navigation.html', |
|
|
|
# 'relations.html', # needs 'show_related': True theme option to display |
|
|
|
# 'searchbox.html', |
|
|
|
# 'donate.html', |
|
|
|
# ] |
|
|
|
#} |
|
|
|
|
|
|
|
|
|
|
|
# -- Options for HTMLHelp output ------------------------------------------ |
|
|
|