Speed up `nox -s docs`

This commit is contained in:
Pradyun Gedam 2020-03-14 00:29:04 +05:30
parent 98b3221fd4
commit a8058fe9e9
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def test(session):
@nox.session
def docs(session):
session.install(".")
session.install("-e", ".")
session.install("-r", REQUIREMENTS["docs"])
def get_sphinx_build_command(kind):