Skip to content

Commit 0b280df

Browse files
committed
generate bindings for pangocairoffi and cairoffi manually
1 parent 9cdd00e commit 0b280df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121

2222
if os.environ.get("READTHEDOCS") == "True":
2323
site_path = get_python_lib()
24-
# bindings for pangocffi need to be generated
24+
# bindings for pangocffi, cairocffi, pangocairocffi need to be generated
2525
subprocess.run(["python", "pangocffi/ffi_build.py"], cwd=site_path)
26+
subprocess.run(["python", "cairocffi/ffi_build.py"], cwd=site_path)
27+
subprocess.run(["python", "pangocairocffi/ffi_build.py"], cwd=site_path)
2628
# we need to add ffmpeg to the path
2729
ffmpeg_path = os.path.join(site_path, "imageio_ffmpeg", "binaries")
2830
# the included binary is named ffmpeg-linux..., create a symlink

0 commit comments

Comments
 (0)