Skip to content

Commit 60d6402

Browse files
authored
Merge pull request #7721 from pradyunsg/misc/fix-nox-docs
Fix nox -s docs
2 parents f2fbc7d + 540d3aa commit 60d6402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"protected-pip": "tools/tox_pip.py",
2424
}
2525
REQUIREMENTS = {
26+
"docs": "tools/requirements/docs.txt",
2627
"tests": "tools/requirements/tests.txt",
2728
"common-wheels": "tools/requirements/tests-common_wheels.txt",
2829
}

0 commit comments

Comments
 (0)