Skip to content

Commit 919ad7d

Browse files
committed
Increase sphinx verbosity for debugging
Signed-off-by: Michael Dolan <[email protected]>
1 parent bbd6ab2 commit 919ad7d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 2
99
build:
1010
os: ubuntu-20.04
1111
tools:
12-
python: "3.9"
12+
python: "3.11"
1313

1414
sphinx:
1515
configuration: docs/conf.py

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,6 @@
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)