Finish updating sphinx-build changes

Completes 5643119.
develop
PeridexisErrant 2015-10-31 15:39:00 +11:00
parent f080e42c22
commit 9b1d277ef5
2 changed files with 1 additions and 2 deletions

@ -221,7 +221,6 @@ if (BUILD_DOCS)
add_custom_command(OUTPUT ${SPHINX_OUTPUT}
COMMAND ${SPHINX_EXECUTABLE}
-a -E -q -b html
-c "${CMAKE_CURRENT_SOURCE_DIR}/docs"
"${CMAKE_CURRENT_SOURCE_DIR}"
"${CMAKE_CURRENT_SOURCE_DIR}/docs/html"
-w "${CMAKE_CURRENT_SOURCE_DIR}/docs/_sphinx-warnings.txt"

@ -121,7 +121,7 @@ Documentation Standards
DFHack documentation is built with Sphinx, and configured automatically
through CMake. If you want to build the docs *only*, use this command::
sphinx-build -a -c docs . docs/html
sphinx-build . docs/html
Whether you're adding new code or just fixing old documentation (and there's plenty),
there are a few important standards for completeness and consistent style. Treat