We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bfebf commit e877bceCopy full SHA for e877bce
packages/bigframes/noxfile.py
@@ -516,14 +516,15 @@ def cover(session):
516
session.run("coverage", "erase")
517
518
519
-@nox.session(python="3.10")
+@nox.session(python="3.13")
520
def docs(session):
521
"""Build the docs for this library."""
522
session.install("-e", ".[scikit-learn]")
523
session.install(
524
- "sphinx==8.2.3",
+ "sphinx==9.1.0",
525
"sphinx-sitemap==2.9.0",
526
- "myst-parser==4.0.1",
+ "myst-parser==5.0.0",
527
+ "myst-nb==1.4.0",
528
"pydata-sphinx-theme==0.16.1",
529
)
530
0 commit comments