We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb4278 commit 59b8834Copy full SHA for 59b8834
noxfile.py
@@ -7,7 +7,7 @@
7
def build_docs(session):
8
"""Build the documentation and load it in a browser tab, rebuilding on changes."""
9
envbindir = session.bin
10
- session.install("-e", ".[all,docs]")
+ session.install("-e", ".[docs]")
11
with session.chdir("docs/"):
12
session.run(
13
"sphinx-autobuild",
0 commit comments