Skip to content

Commit fdd97cb

Browse files
committed
Update sphinx verbosity
Signed-off-by: Michael Dolan <[email protected]>
1 parent 919ad7d commit fdd97cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,3 @@
206206
subprocess.run(pip_cmd + [f"opencolorio=={version}"], check=True)
207207
except subprocess.CalledProcessError:
208208
subprocess.run(pip_cmd + ["--upgrade", "opencolorio"], check=True)
209-
210-
def setup(app):
211-
app.verbosity = 2

0 commit comments

Comments
 (0)