Skip to content

Commit 39a0aac

Browse files
docs fix to avoid nonexistent SmartCompile (#3241)
1 parent d71ba0c commit 39a0aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ with the following:
113113
114114
from pybind11.setup_helpers import ParallelCompile, naive_recompile
115115
116-
SmartCompile("NPY_NUM_BUILD_JOBS", needs_recompile=naive_recompile).install()
116+
ParallelCompile("NPY_NUM_BUILD_JOBS", needs_recompile=naive_recompile).install()
117117
118118
119119
If you have a more complex build, you can implement a smarter function and pass

0 commit comments

Comments
 (0)