We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9f6d2 commit 3206ed3Copy full SHA for 3206ed3
docs/CMakeLists.txt
@@ -53,6 +53,6 @@ add_custom_target(doc ALL
53
-d "${SPHINX_CACHE_DIR}"
54
"${CMAKE_CURRENT_SOURCE_DIR}/source"
55
"${SPHINX_HTML_DIR}"
56
- DEPENDS doxygen_doc librascal
+ DEPENDS doxygen_doc copy_python_bindings
57
COMMENT "Building HTML documentation with Sphinx"
58
)
0 commit comments