Fix Sphinx warning. Patch by Sean Silva

llvm-svn: 158678
This commit is contained in:
Nick Kledzik 2012-06-18 20:24:47 +00:00
parent 626a4ecf3a
commit 920ceddf80
2 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,8 @@ The project documentation is written in reStructuredText and generated using the
`Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
information on writing documentation for the project, see the
:ref:`sphinx_intro`.
.. toctree::
:hidden:
Readers

View File

@ -51,6 +51,7 @@ On Unix-like Systems
it is installed in an alternate location, you'll need to tell the cmake tool
the location of the C and C++ compiler via CMAKE_C_COMPILER and
CMAKE_CXX_COMPILER. For example::
$ cmake -DCMAKE_CXX_COMPILER=/path/to/clang++ -DCMAKE_C_COMPILER=/path/to/clang ...
5. Test::