10000
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 8ecf013 commit 7a64bb3Copy full SHA for 7a64bb3
noxfile.py
@@ -131,7 +131,7 @@ def prerelease_deps(session, implementation):
131
)
132
133
134
-@nox.session(python="3.10")
+@nox.session
135
def docs(session):
136
"""Build the docs."""
137
@@ -164,7 +164,7 @@ def docs(session):
164
165
166
167
168
def lint_setup_py(session):
169
"""Verify that setup.py is valid (including RST check)."""
170
0 commit comments