8000 chore: ignore warnings in sphinx · na0fu3y/python-automl@28697ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 28697ed

Browse files
committed
chore: ignore warnings in sphinx
1 parent e34f49a commit 28697ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def docs(session):
154154
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
155155
session.run(
156156
"sphinx-build",
157-
"-W", # warnings as errors
158157
"-T", # show full traceback on exception
159158
"-N", # no colors
160159
"-b",

0 commit comments

Comments
 (0)
0