I think the issue is that the Hamcrest docs website is an external dependency: https://github.com/apache/beam/blob/da9432b197207ab39edc6cb720286a81153b6d3b/sdks/python/scripts/generate_pydoc.sh#L116
Compare: https://pyhamcrest.readthedocs.io/en/latest/core/ (empty) with: https://pyhamcrest.readthedocs.io/en/v1.9.0/core/ I suggest changing the above line to: ``` 'hamcrest': ('https://pyhamcrest.readthedocs.io/en/stable/', None), ``` [ Full content available at: https://github.com/apache/beam/pull/6465 ] This message was relayed via gitbox.apache.org for [email protected]
