Skip to content

Commit 7a3ae02

Browse files
authored
Fix errors in spyder.api docstrings & add __all__ to show exports (spyder-ide#13)
1 parent 589e598 commit 7a3ae02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def construct_sphinx_invocation(
165165
build_dir = BUILD_DIR / builder if build_dir is None else build_dir
166166

167167
if "autodoc" in cli_options:
168-
build_options = [item for item in build_options if item != "-W"]
168+
build_options = [item for item in build_options if item != "-n"]
169169

170170
if CI:
171171
build_options = list(build_options) + ["--color"]

0 commit comments

Comments
 (0)