From 50b567f070855f62d0c854f824a2d70e8fb7429d Mon Sep 17 00:00:00 2001 From: patrick96 Date: Thu, 7 Jan 2021 14:19:48 +0100 Subject: [PATCH] sphinx: Turn on nit-picky mode --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 66447239..9a023864 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -35,6 +35,7 @@ foreach(builder ${doc_builders}) # conf.py dir -c "${CMAKE_CURRENT_BINARY_DIR}" -d "${CMAKE_CURRENT_BINARY_DIR}/doctrees" + -n ${sphinx_flags} # Documentation source file dir "${CMAKE_CURRENT_SOURCE_DIR}"