googleapis/python-ndb

Building documentation currently fails due to missing object.inv

rwhogg opened this issue · 0 comments

Building the documentation currently fails due to a missing object.inv file:

% nox -s docs
Warning, treated as error:
failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://googleapis.dev/python/datastore/latest/objects.inv' not readable due to ValueError: unknown or unsupported inventory version: ValueError('invalid inventory header: <!doctype html>')
nox > Command sphinx-build -W -T -N -b html -d docs/_build/doctrees/ docs/ docs/_build/html/ failed with exit code 2
nox > Session docs failed.