google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

Documentation is broken since 2.31+

Open GergelyKalmar opened this issue 1 year ago • 0 comments

The latest URL of the documentation points to 2.31.0 (see https://googleapis.dev/python/google-auth/latest/): image

Accordingly, the following URLs give a 404:

  • https://googleapis.dev/python/google-auth/2.31.0/
  • https://googleapis.dev/python/google-auth/2.32.0/
  • https://googleapis.dev/python/google-auth/2.33.0/
  • https://googleapis.dev/python/google-auth/2.34.0/

The sphinx inventory file seems to be missing since version 2.31+ too:

wget https://googleapis.dev/python/google-auth/2.30.0/objects.inv  # works
wget https://googleapis.dev/python/google-auth/2.31.0/objects.inv  # does not work

GergelyKalmar avatar Sep 16 '24 11:09 GergelyKalmar