[libcxx] r281697 - Attempt to fix Sphinx build

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 20:47:53 PDT 2016


Author: ericwf
Date: Thu Sep 15 22:47:53 2016
New Revision: 281697

URL: http://llvm.org/viewvc/llvm-project?rev=281697&view=rev
Log:
Attempt to fix Sphinx build

Modified:
    libcxx/trunk/docs/BuildingLibcxx.rst
    libcxx/trunk/docs/Makefile.sphinx
    libcxx/trunk/docs/TestingLibcxx.rst

Modified: libcxx/trunk/docs/BuildingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/BuildingLibcxx.rst?rev=281697&r1=281696&r2=281697&view=diff
==============================================================================
--- libcxx/trunk/docs/BuildingLibcxx.rst (original)
+++ libcxx/trunk/docs/BuildingLibcxx.rst Thu Sep 15 22:47:53 2016
@@ -144,26 +144,26 @@ libc++ specific options
 
   **Default**: ``OFF``
 
-  Build libc++ as a 32 bit library. Also see :option:`LLVM_BUILD_32_BITS`.
+  Build libc++ as a 32 bit library. Also see `LLVM_BUILD_32_BITS`.
 
 .. option:: LIBCXX_ENABLE_SHARED:BOOL
 
   **Default**: ``ON``
 
-  Build libc++ as a shared library. Either :option:`LIBCXX_ENABLE_SHARED` or
-  :option:`LIBCXX_ENABLE_STATIC` has to be enabled.
+  Build libc++ as a shared library. Either `LIBCXX_ENABLE_SHARED` or
+  `LIBCXX_ENABLE_STATIC` has to be enabled.
 
 .. option:: LIBCXX_ENABLE_STATIC:BOOL
 
   **Default**: ``ON``
 
-  Build libc++ as a static library. Either :option:`LIBCXX_ENABLE_SHARED` or
-  :option:`LIBCXX_ENABLE_STATIC` has to be enabled.
+  Build libc++ as a static library. Either `LIBCXX_ENABLE_SHARED` or
+  `LIBCXX_ENABLE_STATIC` has to be enabled.
 
 .. option:: LIBCXX_LIBDIR_SUFFIX:STRING
 
   Extra suffix to append to the directory where libraries are to be installed.
-  This option overrides :option:`LLVM_LIBDIR_SUFFIX`.
+  This option overrides `LLVM_LIBDIR_SUFFIX`.
 
 
 .. _libc++experimental options:

Modified: libcxx/trunk/docs/Makefile.sphinx
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/Makefile.sphinx?rev=281697&r1=281696&r2=281697&view=diff
==============================================================================
--- libcxx/trunk/docs/Makefile.sphinx (original)
+++ libcxx/trunk/docs/Makefile.sphinx Thu Sep 15 22:47:53 2016
@@ -5,7 +5,7 @@
 # out-of-tree builds.
 
 # You can set these variables from the command line.
-SPHINXOPTS    =
+SPHINXOPTS    = -n -W
 SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = _build

Modified: libcxx/trunk/docs/TestingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/TestingLibcxx.rst?rev=281697&r1=281696&r2=281697&view=diff
==============================================================================
--- libcxx/trunk/docs/TestingLibcxx.rst (original)
+++ libcxx/trunk/docs/TestingLibcxx.rst Thu Sep 15 22:47:53 2016
@@ -191,13 +191,13 @@ Environment Variables
 .. envvar:: LIBCXX_SITE_CONFIG=<path/to/lit.site.cfg>
 
   Specify the site configuration to use when running the tests.
-  Also see :option:`libcxx_site_config`.
+  Also see `libcxx_site_config`.
 
 .. envvar:: LIBCXX_COLOR_DIAGNOSTICS
 
   If ``LIBCXX_COLOR_DIAGNOSTICS`` is defined then the test suite will attempt
   to use color diagnostic outputs from the compiler.
-  Also see :option:`color_diagnostics`.
+  Also see `color_diagnostics`.
 
 Benchmarks
 ==========




More information about the cfe-commits mailing list