Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit c6ef49e

Browse files
committed
chore: use Python 3.8 for docs / docfx sessions
Works around recent changes to the Kokoro 'docs-presubmt' configuration. See: googleapis/python-api-core#224
1 parent f6584bc commit c6ef49e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def cover(session):
106106
session.run("coverage", "erase")
107107

108108

109-
@nox.session(python=DEFAULT_PYTHON_VERSION)
109+
@nox.session(python="3.8")
110110
def docs(session):
111111
"""Build the docs for this library."""
112112

@@ -129,7 +129,7 @@ def docs(session):
129129
)
130130

131131

132-
@nox.session(python=DEFAULT_PYTHON_VERSION)
132+
@nox.session(python="3.8")
133133
def docfx(session):
134134
"""Build the docfx yaml files for this library."""
135135

0 commit comments

Comments
 (0)