From: Daniel Dunbar Date: Mon, 7 Jan 2013 20:43:06 +0000 (+0000) Subject: [docs] Fix an inconsistent title level, and a sphinx warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3fc097b6ab0c7e62912219083c3a220879f3525;p=clang [docs] Fix an inconsistent title level, and a sphinx warning. - 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 --- diff --git a/docs/ClangTools.rst b/docs/ClangTools.rst index 2de0943842..ff47b99063 100644 --- a/docs/ClangTools.rst +++ b/docs/ClangTools.rst @@ -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``. diff --git a/docs/conf.py b/docs/conf.py index 0c35fb103a..92741d2591 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.