diff --git a/noxfile.py b/noxfile.py index a266131b9..282e390d2 100644 --- a/noxfile.py +++ b/noxfile.py @@ -23,6 +23,7 @@ LOCATIONS = { "protected-pip": "tools/tox_pip.py", } REQUIREMENTS = { + "docs": "tools/requirements/docs.txt", "tests": "tools/requirements/tests.txt", "common-wheels": "tools/requirements/tests-common_wheels.txt", }