We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a356df commit 471b7a9Copy full SHA for 471b7a9
packages/google-auth/noxfile.py
@@ -173,6 +173,12 @@ def docs(session):
173
)
174
175
176
+@nox.session(python="3.10")
177
+def docfx(session):
178
+ """Build the docfx yaml files for this library."""
179
+ session.skip("This package does not have documentation in cloud.google.com")
180
+
181
182
@nox.session(python=DEFAULT_PYTHON_VERSION)
183
def prerelease_deps(session):
184
"""Run all tests with pre-release versions of dependencies installed
0 commit comments