We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b637e commit 6970adeCopy full SHA for 6970ade
noxfile.py
@@ -122,6 +122,8 @@ def cover(session):
122
session.run("coverage", "erase")
123
124
125
+# Keep docs session at Python 3.10 until
126
+# https://github.com/googleapis/sphinx-docfx-yaml/issues/345 is fixed
127
@nox.session(python="3.10")
128
def docs(session):
129
"""Build the docs for this library."""
@@ -158,6 +160,8 @@ def docs(session):
158
160
)
159
161
162
163
+# Keep docfx session at Python 3.10 until
164
165
166
def docfx(session):
167
"""Build the docfx yaml files for this library."""
0 commit comments