Skip to content

Commit 5c91a70

Browse files
andrewsgcojenco
authored andcommitted
fix: add multiprocessing.rst to synthool excludes (googleapis#186)
1 parent 396790b commit 5c91a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
# Add templated files
2929
# ----------------------------------------------------------------------------
3030
templated_files = common.py_library(cov_level=99)
31-
s.move(templated_files, excludes=["noxfile.py"])
31+
s.move(templated_files, excludes=["noxfile.py, docs/multiprocessing.rst"])
3232

3333
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)