[cfe-commits] r171787 - in /cfe/trunk/docs: ClangTools.rst conf.py
Daniel Dunbar
daniel at zuster.org
Mon Jan 7 12:43:06 PST 2013
Author: ddunbar
Date: Mon Jan 7 14:43:06 2013
New Revision: 171787
URL: http://llvm.org/viewvc/llvm-project?rev=171787&view=rev
Log:
[docs] Fix an inconsistent title level, and a sphinx warning.
- We don't need any static files currently, so drop that dir.
Modified:
cfe/trunk/docs/ClangTools.rst
cfe/trunk/docs/conf.py
Modified: cfe/trunk/docs/ClangTools.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangTools.rst?rev=171787&r1=171786&r2=171787&view=diff
==============================================================================
--- cfe/trunk/docs/ClangTools.rst (original)
+++ cfe/trunk/docs/ClangTools.rst Mon Jan 7 14:43:06 2013
@@ -91,7 +91,7 @@
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``.
Modified: cfe/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/conf.py?rev=171787&r1=171786&r2=171787&view=diff
==============================================================================
--- cfe/trunk/docs/conf.py (original)
+++ cfe/trunk/docs/conf.py Mon Jan 7 14:43:06 2013
@@ -120,7 +120,7 @@
# 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.
More information about the cfe-commits
mailing list