Skip to content

Commit 4650b7f

Browse files
authored
chore: update noxfile for docfx job (#1594)
* chore: update noxfile for docfx job * chore: Update noxfile.py
1 parent 6c1ab80 commit 4650b7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

noxfile.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,13 +425,15 @@ def docs(session):
425425
)
426426

427427

428-
@nox.session(python=DEFAULT_PYTHON_VERSION)
428+
@nox.session(python="3.9")
429429
def docfx(session):
430430
"""Build the docfx yaml files for this library."""
431431

432432
session.install("-e", ".")
433433
session.install(
434-
"sphinx==4.0.2", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml"
434+
"gcp-sphinx-docfx-yaml",
435+
"alabaster",
436+
"recommonmark",
435437
)
436438

437439
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)

0 commit comments

Comments
 (0)