diff --git a/synth.py b/synth.py index 5ad0d5f0..13791dae 100644 --- a/synth.py +++ b/synth.py @@ -81,7 +81,7 @@ # Samples templates # ---------------------------------------------------------------------------- -python.py_samples() +python.py_samples(skip_readmes=True) # TODO(busunkim): Use latest sphinx after microgenerator transition