[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
develop
pre-commit-ci[bot] 2022-08-08 06:39:11 +00:00
parent 3e9a916f4e
commit 8f332c5925
1 changed files with 1 additions and 1 deletions

@ -492,7 +492,7 @@ if(BUILD_DOCS)
)
add_custom_command(OUTPUT ${SPHINX_OUTPUT}
COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/docs/build.py"
html text --sphinx="${SPHINX_EXECUTABLE}" -- -q
html text --sphinx="${SPHINX_EXECUTABLE}" -- -q
DEPENDS ${SPHINX_DEPS}
COMMENT "Building documentation with Sphinx"
)