Skip to content

Commit 3206ed3

Browse files
committed
Fix doc dependency issue
1 parent 7f9f6d2 commit 3206ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ add_custom_target(doc ALL
5353
-d "${SPHINX_CACHE_DIR}"
5454
"${CMAKE_CURRENT_SOURCE_DIR}/source"
5555
"${SPHINX_HTML_DIR}"
56-
DEPENDS doxygen_doc librascal
56+
DEPENDS doxygen_doc copy_python_bindings
5757
COMMENT "Building HTML documentation with Sphinx"
5858
)

0 commit comments

Comments
 (0)