We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642f380 commit 77a371cCopy full SHA for 77a371c
1 file changed
packages/google-cloud-spanner-dbapi-driver/noxfile.py
@@ -45,6 +45,7 @@
45
]
46
47
DEFAULT_PYTHON_VERSION = "3.14"
48
+DOCS_PYTHON_VERSION = "3.10"
49
50
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
51
# Switch this to Python 3.15 alpha1
@@ -350,7 +351,7 @@ def cover(session):
350
351
session.run("coverage", "erase")
352
353
-@nox.session(python=DEFAULT_PYTHON_VERSION)
354
+@nox.session(python=DOCS_PYTHON_VERSION)
355
def docs(session):
356
"""Build the docs for this library."""
357
@@ -386,7 +387,7 @@ def docs(session):
386
387
)
388
389
390
391
def docfx(session):
392
"""Build the docfx yaml files for this library."""
393
0 commit comments