This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new e94aa456fc3 Remove datastore intersphinx_dependency to fix docs job. 
(#25000)
e94aa456fc3 is described below

commit e94aa456fc3ec9784a3aacddb03eb13b8e109785
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Fri Jan 13 15:23:24 2023 -0500

    Remove datastore intersphinx_dependency to fix docs job. (#25000)
---
 sdks/python/scripts/generate_pydoc.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sdks/python/scripts/generate_pydoc.sh 
b/sdks/python/scripts/generate_pydoc.sh
index 9a0dc99613d..51ef692ace5 100755
--- a/sdks/python/scripts/generate_pydoc.sh
+++ b/sdks/python/scripts/generate_pydoc.sh
@@ -142,7 +142,6 @@ import apache_beam as beam
 intersphinx_mapping = {
   'python': ('https://docs.python.org/{}'.format(sys.version_info.major), 
None),
   'hamcrest': ('https://pyhamcrest.readthedocs.io/en/stable/', None),
-  'google-cloud-datastore': 
('https://googleapis.dev/python/datastore/latest/', None),
   'numpy': ('https://numpy.org/doc/stable', None),
   'pandas': ('http://pandas.pydata.org/pandas-docs/dev', None),
 }

Reply via email to