Tweak html display - better title, no source links

This commit is contained in:
baldurk
2016-05-15 18:53:41 +02:00
parent a26205381f
commit d06e81e1c2
+6 -1
View File
@@ -121,7 +121,7 @@ html_theme = 'alabaster'
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#html_title = 'RenderDoc v0.29'
html_title = 'RenderDoc documentation'
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
@@ -291,3 +291,8 @@ import sphinx_rtd_theme
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_context = {
'show_source': False,
'html_show_sourcelink': False,
}