Skip to content

Commit

Permalink
docs fix to avoid nonexistent SmartCompile (#3241)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger authored Sep 8, 2021
1 parent d71ba0c commit 39a0aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ with the following:
from pybind11.setup_helpers import ParallelCompile, naive_recompile
SmartCompile("NPY_NUM_BUILD_JOBS", needs_recompile=naive_recompile).install()
ParallelCompile("NPY_NUM_BUILD_JOBS", needs_recompile=naive_recompile).install()
If you have a more complex build, you can implement a smarter function and pass
Expand Down

0 comments on commit 39a0aac

Please sign in to comment.