Skip to content

Commit ce12202

Browse files
Make docs-html target depend on DocTestData
1 parent 5401972 commit ce12202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ endfunction()
108108

109109
# Documentation types
110110
add_sphinx_build_target(html "sphinx.ext.mathjax")
111+
add_dependencies(docs-html DocTestData)
111112
add_sphinx_build_target(doctest "sphinx.ext.mathjax")
112113
add_dependencies(docs-doctest DocTestData)
113114

0 commit comments

Comments
 (0)