8000 chore: update docfx minimum Python version (#841) · googleapis/python-spanner-django@cd82ea1 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd82ea1

Browse files
authored
chore: update docfx minimum Python version (#841)
* chore: update docfx minimum Python version * chore: unpin sphinx version to use sphinx plugin version
1 parent 6b7d391 commit cd82ea1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

noxfile.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,16 +201,15 @@ def docs(session):
201201
)
202202

203203

204-
@nox.session(python="3.9")
204+
@nox.session(python="3.10")
205205
def docfx(session):
206206
"""Build the docfx yaml files for this library."""
207207

208208
session.install("-e", ".[tracing]")
209209
session.install(
210-
"sphinx==4.0.1",
210+
"gcp-sphinx-docfx-yaml",
211211
"alabaster",
212212
"recommonmark",
213-
"gcp-sphinx-docfx-yaml",
214213
"django==2.2",
215214
)
216215

0 commit comments

Comments
 (0)
0