We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdd00e commit 0b280dfCopy full SHA for 0b280df
docs/source/conf.py
@@ -21,8 +21,10 @@
21
22
if os.environ.get("READTHEDOCS") == "True":
23
site_path = get_python_lib()
24
- # bindings for pangocffi need to be generated
+ # bindings for pangocffi, cairocffi, pangocairocffi need to be generated
25
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)
28
# we need to add ffmpeg to the path
29
ffmpeg_path = os.path.join(site_path, "imageio_ffmpeg", "binaries")
30
# the included binary is named ffmpeg-linux..., create a symlink
0 commit comments