We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bd432 commit 1c8d2f4Copy full SHA for 1c8d2f4
1 file changed
packages/google-auth/noxfile.py
@@ -196,6 +196,7 @@ def docs(session):
196
"""Build the docs for this library."""
197
198
session.install("-e", ".[aiohttp]")
199
+ session.install("requests==2.31.0")
200
session.install("sphinx", "alabaster", "recommonmark", "sphinx-docstring-typing")
201
202
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
0 commit comments