Skip to content

Commit e877bce

Browse files
committed
minor version change to docs session to confirm CI/CD execution
1 parent f2bfebf commit e877bce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/bigframes/noxfile.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,14 +516,15 @@ def cover(session):
516516
session.run("coverage", "erase")
517517

518518

519-
@nox.session(python="3.10")
519+
@nox.session(python="3.13")
520520
def docs(session):
521521
"""Build the docs for this library."""
522522
session.install("-e", ".[scikit-learn]")
523523
session.install(
524-
"sphinx==8.2.3",
524+
"sphinx==9.1.0",
525525
"sphinx-sitemap==2.9.0",
526-
"myst-parser==4.0.1",
526+
"myst-parser==5.0.0",
527+
"myst-nb==1.4.0",
527528
"pydata-sphinx-theme==0.16.1",
528529
)
529530

0 commit comments

Comments
 (0)