From 540d3aa0ec88a03bfd756bec604d386e9368e247 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 11 Feb 2020 19:10:27 +0530 Subject: [PATCH] Fix nox -s docs --- noxfile.py | 1 + 1 file changed, 1 insertion(+) 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", }