Skip to content

Commit 73c874b

Browse files
committed
update python version for docs
1 parent a4565e1 commit 73c874b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def cover(session):
520520
session.run("coverage", "erase")
521521

522522

523-
@nox.session(python=DEFAULT_PYTHON_VERSION)
523+
@nox.session(python="3.10")
524524
def docs(session):
525525
"""Build the docs for this library."""
526526
session.install("-e", ".[scikit-learn]")
@@ -561,7 +561,7 @@ def docs(session):
561561
)
562562

563563

564-
@nox.session(python=DEFAULT_PYTHON_VERSION)
564+
@nox.session(python="3.10")
565565
def docfx(session):
566566
"""Build the docfx yaml files for this library."""
567567

0 commit comments

Comments
 (0)