Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/python/scripts/generate_pydoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ import apache_beam as beam
intersphinx_mapping = {
'python': ('https://docs.python.org/2', None),
'hamcrest': ('https://pyhamcrest.readthedocs.io/en/stable/', None),
'google-cloud': ('https://googleapis.github.io/google-cloud-python/latest/', None),
'google-cloud': ('https://google-cloud-python.readthedocs.io/en/stable/', None),
}

# Since private classes are skipped by sphinx, if there is any cross reference
Expand Down