diff --git a/synth.py b/synth.py index 0b3fff8e5..1ca1dcc4e 100644 --- a/synth.py +++ b/synth.py @@ -28,6 +28,6 @@ # Add templated files # ---------------------------------------------------------------------------- templated_files = common.py_library(cov_level=99) -s.move(templated_files, excludes=["noxfile.py"]) +s.move(templated_files, excludes=["noxfile.py, docs/multiprocessing.rst"]) s.shell.run(["nox", "-s", "blacken"], hide_output=False)