Skip to content

Commit 59b8834

Browse files
Fix editable install argument
1 parent 0eb4278 commit 59b8834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def build_docs(session):
88
"""Build the documentation and load it in a browser tab, rebuilding on changes."""
99
envbindir = session.bin
10-
session.install("-e", ".[all,docs]")
10+
session.install("-e", ".[docs]")
1111
with session.chdir("docs/"):
1212
session.run(
1313
"sphinx-autobuild",

0 commit comments

Comments
 (0)