# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
'**': [
'relations.html', # needs 'show_related': True theme option to display
'searchbox.html',
]
}
I don't think the material design theme currently supports this and we don't use it in the original docs anyways. Just not sure why it shows up when the theme is changed to our fork.
This was removed as it renders weirdly.
I don't think the material design theme currently supports this and we don't use it in the original docs anyways. Just not sure why it shows up when the theme is changed to our fork.
Signed-off-by: Daniel Lim Wee Soong weesoong.lim@gmail.com