]> granicus.if.org Git - clang/commitdiff
[docs] Fix an inconsistent title level, and a sphinx warning.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 7 Jan 2013 20:43:06 +0000 (20:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 7 Jan 2013 20:43:06 +0000 (20:43 +0000)
 - We don't need any static files currently, so drop that dir.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171787 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangTools.rst
docs/conf.py

index 2de09438427cd7288745d3f9ace565bdf2031265..ff47b9906310c9280f5d2087666bb28ff34ff4d5 100644 (file)
@@ -91,7 +91,7 @@ and features of the tools for other tool developers; each tool should
 provide its own user-focused documentation.
 
 Ideas for new Tools
--------------------
+===================
 
 * C++11 null pointer conversion tool.  Will convert all null pointer constants
   (like ``NULL`` or ``0``) to C++11 ``nullptr``.
index 0c35fb103a4d3b1df2e6d13fb13987e6979596ce..92741d25917cdfd6d9db4ab916d5974d1c0c868f 100644 (file)
@@ -120,7 +120,7 @@ html_theme = 'haiku'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
+html_static_path = []
 
 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
 # using the given strftime format.