Skip to content

Commit 6970ade

Browse files
committed
add comment
1 parent 98b637e commit 6970ade

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ def cover(session):
122122
session.run("coverage", "erase")
123123

124124

125+
# Keep docs session at Python 3.10 until
126+
# https://github.com/googleapis/sphinx-docfx-yaml/issues/345 is fixed
125127
@nox.session(python="3.10")
126128
def docs(session):
127129
"""Build the docs for this library."""
@@ -158,6 +160,8 @@ def docs(session):
158160
)
159161

160162

163+
# Keep docfx session at Python 3.10 until
164+
# https://github.com/googleapis/sphinx-docfx-yaml/issues/345 is fixed
161165
@nox.session(python="3.10")
162166
def docfx(session):
163167
"""Build the docfx yaml files for this library."""

0 commit comments

Comments
 (0)