diff options
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r-- | docs/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 84cca9ea..ca15c002 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -84,6 +84,7 @@ foreach(format ${doc_formats}) OUTPUT ${doc_format_output} COMMAND Sphinx::Build + -D man_make_section_directory=0 -c ${CMAKE_CURRENT_BINARY_DIR} -d ${CMAKE_CURRENT_BINARY_DIR}/doctrees -b ${format} |