Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ReadTheDocs #1954

Merged
merged 4 commits into from
Apr 12, 2023
Merged

Fix ReadTheDocs #1954

merged 4 commits into from
Apr 12, 2023

Conversation

saulfield
Copy link
Contributor

@saulfield saulfield commented Apr 11, 2023

Added missing __init__.py file.

@@ -2,7 +2,7 @@

# Collate all files excluding auto generated files of *_pb2.py and *_pb2_grpc.py.
# We also exlude files in the waymo_open_dataset module.
python_files="$(find ./baselines/marl_benchmark ./cli ./envision ./smarts -name '*.py' ! -name '*_pb2.py' ! -name '*_pb2_grpc.py' ! -wholename './smarts/waymo/waymo_open_dataset/__init__.py')"
python_files="$(find ./baselines/marl_benchmark ./cli ./envision ./smarts -name '*.py' ! -name '*_pb2.py' ! -name '*_pb2_grpc.py' ! -wholename './smarts/waymo/waymo_open_dataset/__init__.py' ! -wholename './smarts/waymo/waymo_open_dataset/protos/__init__.py')"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious. This path ! -wholename './smarts/waymo/waymo_open_dataset/__init__.py' is being ignored but it has a Huawei copyright header.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange, looks like it got added at some point. I've changed it to be the Waymo copyright header.

@saulfield saulfield merged commit e72775a into master Apr 12, 2023
@saulfield saulfield deleted the saul/docs-fix branch April 12, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants