Skip to content

Commit 3891c98

Browse files
committed
Revert conf.py __doc__ test
Signed-off-by: Michael Dolan <[email protected]>
1 parent bc43323 commit 3891c98

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/conf.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,3 @@
207207
subprocess.run(pip_cmd + [f"opencolorio=={version}"], check=True)
208208
except subprocess.CalledProcessError:
209209
subprocess.run(pip_cmd + ["--upgrade", "opencolorio"], check=True)
210-
211-
import PyOpenColorIO as ocio
212-
print("Processor")
213-
print(ocio.Processor.__doc__)
214-
print("Processor.createGroupTransform")
215-
print(ocio.Processor.createGroupTransform.__doc__)
216-
print("CPUProcessor.apply")
217-
print(ocio.CPUProcessor.apply.__doc__)

0 commit comments

Comments
 (0)