Skip to content

Commit 5cbbf93

Browse files
sararobcopybara-github
authored andcommitted
chore: Update docs nox sessions to use virtualenv as backend
PiperOrigin-RevId: 834420031
1 parent d9f6c58 commit 5cbbf93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

noxfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def cover(session):
459459
session.run("coverage", "erase")
460460

461461

462-
@nox.session(python="3.9")
462+
@nox.session(python="3.9", venv_backend="virtualenv")
463463
def docs(session):
464464
"""Build the docs for this library."""
465465

@@ -483,7 +483,7 @@ def docs(session):
483483
)
484484

485485

486-
@nox.session(python="3.10")
486+
@nox.session(python="3.10", venv_backend="virtualenv")
487487
def docfx(session):
488488
"""Build the docfx yaml files for this library."""
489489

@@ -519,7 +519,7 @@ def docfx(session):
519519
)
520520

521521

522-
@nox.session(python="3.9")
522+
@nox.session(python="3.9", venv_backend="virtualenv")
523523
def gemini_docs(session):
524524
"""Build the docs for library related to Gemini."""
525525

@@ -540,7 +540,7 @@ def gemini_docs(session):
540540
)
541541

542542

543-
@nox.session(python="3.10")
543+
@nox.session(python="3.10", venv_backend="virtualenv")
544544
def gemini_docfx(session):
545545
"""Build the docfx yaml files for library related to Gemini."""
546546

0 commit comments

Comments
 (0)