[Lldb-commits] [lldb] r360641 - LLDB website: Change the title back to "The LLDB Debugger"

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon May 13 19:31:56 PDT 2019


Author: adrian
Date: Mon May 13 19:31:56 2019
New Revision: 360641

URL: http://llvm.org/viewvc/llvm-project?rev=360641&view=rev
Log:
LLDB website: Change the title back to "The LLDB Debugger"

This is what the old homepage also used.

Modified:
    lldb/trunk/docs/conf.py
    lldb/trunk/docs/index.rst

Modified: lldb/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/conf.py?rev=360641&r1=360640&r2=360641&view=diff
==============================================================================
--- lldb/trunk/docs/conf.py (original)
+++ lldb/trunk/docs/conf.py Mon May 13 19:31:56 2019
@@ -104,7 +104,7 @@ html_theme = 'haiku'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
-#html_title = None
+html_title = 'The LLDB Debugger'
 
 # A shorter title for the navigation bar.  Default is the same as html_title.
 #html_short_title = None
@@ -175,6 +175,9 @@ html_last_updated_fmt = '%b %d, %Y'
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'LLDBdoc'
 
+# If true, the reST sources are included in the HTML build as
+# _sources/name. The default is True.
+html_copy_source = False
 
 # -- Options for LaTeX output --------------------------------------------------
 

Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=360641&r1=360640&r2=360641&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Mon May 13 19:31:56 2019
@@ -1,7 +1,9 @@
-.. title:: Welcome to LLDB's documentation!
+.. title:: LLDB Homepage
 
-LLDB
-====
+The LLDB Debugger
+=================
+
+Welcome to the LLDB version |release| documentation!
 
 LLDB is a next generation, high-performance debugger. It is built as a set of
 reusable components which highly leverage existing libraries in the larger LLVM




More information about the lldb-commits mailing list