We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7167c commit 0577a3dCopy full SHA for 0577a3d
noxfile.py
@@ -5,7 +5,7 @@
5
nox.options.reuse_existing_virtualenvs = True
6
7
8
-@nox.session(python="3.13", default=False)
+@nox.session(default=False)
9
def docs(session):
10
"""
11
Build the documentation and, optionally with '-- live', run a web server.
0 commit comments