From: Eric Fiselier Date: Fri, 16 Sep 2016 03:47:53 +0000 (+0000) Subject: Attempt to fix Sphinx build X-Git-Tag: llvmorg-4.0.0-rc1~9595 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e68d6a0234b2e6ff058db51d62d5b4189307697;p=platform%2Fupstream%2Fllvm.git Attempt to fix Sphinx build llvm-svn: 281697 --- diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst index 5e506b8..1c3be87 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -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: diff --git a/libcxx/docs/Makefile.sphinx b/libcxx/docs/Makefile.sphinx index 2ca1e4d..ae37a34 100644 --- a/libcxx/docs/Makefile.sphinx +++ b/libcxx/docs/Makefile.sphinx @@ -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 diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index e5323a3..d4fe152 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/docs/TestingLibcxx.rst @@ -191,13 +191,13 @@ Environment Variables .. envvar:: LIBCXX_SITE_CONFIG= 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 ==========