mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Tweak html display - better title, no source links
This commit is contained in:
+6
-1
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user