We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551affb commit 988ae6cCopy full SHA for 988ae6c
configure
@@ -4942,7 +4942,9 @@ has_sphinx_build() {
4942
# sphinx-build doesn't exist at all or if it is too old.
4943
mkdir -p "$TMPDIR1/sphinx"
4944
touch "$TMPDIR1/sphinx/index.rst"
4945
- "$sphinx_build" $sphinx_werror -c "$source_path/docs" -b html "$TMPDIR1/sphinx" "$TMPDIR1/sphinx/out" >/dev/null 2>&1
+ "$sphinx_build" $sphinx_werror -c "$source_path/docs" \
4946
+ -b html "$TMPDIR1/sphinx" \
4947
+ "$TMPDIR1/sphinx/out" >> config.log 2>&1
4948
}
4949
4950
# Check if tools are available to build documentation.
0 commit comments