From 001f901ee297bb5346729a02e8920b7528e20717 Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Mon, 17 May 2021 14:31:50 +0000 Subject: Fix doc build with Sphinx 4 --- docs/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/CMakeLists.txt') 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} -- cgit v1.2.1