mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-27 04:03:09 +08:00
Merge branch 'core-scripts-v0.15b0'
This commit is contained in:
@ -10,7 +10,7 @@ def is_valid_rst(path):
|
||||
"""Checks if RST can be rendered on PyPI."""
|
||||
with open(path) as readme_file:
|
||||
markup = readme_file.read()
|
||||
return readme_renderer.rst.render(markup) is not None
|
||||
return readme_renderer.rst.render(markup, stream=sys.stderr) is not None
|
||||
|
||||
|
||||
def parse_args():
|
||||
|
Reference in New Issue
Block a user