You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Building the documentation currently fails due to a missing object.inv file: