diff options
author | Antonio Rojas <arojas@archlinux.org> | 2021-05-17 14:31:50 +0000 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-05-17 14:31:50 +0000 |
commit | 001f901ee297bb5346729a02e8920b7528e20717 (patch) | |
tree | e1778fc4e7626c162dfbf34ecc67c9a5311886b4 /docs/CMakeLists.txt | |
parent | 63479ef093c7dc0e23281ecb957d526943565eaf (diff) | |
download | extra-cmake-modules-001f901ee297bb5346729a02e8920b7528e20717.tar.gz extra-cmake-modules-001f901ee297bb5346729a02e8920b7528e20717.tar.bz2 |
Fix doc build with Sphinx 4
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} |