Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.2.0: sphinx warnings #5525

Closed
kloczek opened this issue Jun 7, 2021 · 12 comments
Closed

8.2.0: sphinx warnings #5525

kloczek opened this issue Jun 7, 2021 · 12 comments

Comments

@kloczek
Copy link

kloczek commented Jun 7, 2021

BTW because you PIL and other modules code is under src/ it is necessary to add $PYTHONPATH

[tkloczko@barrel Pillow-8.2.0]$ PYTHONPATH=$PWD/src /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.0.2
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 90 added, 0 changed, 0 removed
reading sources... [100%] releasenotes/versioning
WARNING: autodoc: failed to import module 'BdfFontFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'FontFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'GdImageFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'ImageDraw2' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'ImageTransform' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PcfFontFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'PngImagePlugin.iTXt' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'PngImagePlugin.PngInfo' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'WalImageFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.open' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.alpha_composite' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.blend' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.composite' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.eval' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.merge' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.new' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.fromarray' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.frombytes' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.frombuffer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.effect_mandelbrot' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.effect_noise' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.linear_gradient' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.radial_gradient' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_open' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_mime' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_save' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_save_all' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_extension' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_extensions' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.registered_extensions' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_decoder' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'Image.register_encoder' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'Image.Image' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.alpha_composite' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.convert' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.copy' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.crop' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.draft' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.effect_spread' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.entropy' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.filter' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.frombytes' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getbands' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getbbox' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getchannel' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getcolors' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getdata' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getexif' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getextrema' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getpalette' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getpixel' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.getprojection' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.histogram' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.paste' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.point' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.putalpha' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.putdata' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.putpalette' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.putpixel' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.quantize' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.reduce' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.remap_palette' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.resize' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.rotate' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.save' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.seek' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.show' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.split' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.tell' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.thumbnail' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.tobitmap' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.tobytes' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.transform' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.transpose' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.verify' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.load' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import method 'Image.Image.close' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'Image.Exif' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'Image.ImagePointHandler' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'Image.ImageTransformHandler' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.add' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.add_modulo' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.blend' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.composite' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.constant' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.darker' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.difference' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.duplicate' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.invert' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.lighter' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.logical_and' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.logical_or' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.logical_xor' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.multiply' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.soft_light' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.hard_light' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.overlay' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.offset' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.screen' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.subtract' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageChops.subtract_modulo' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageCms.ImageCmsTransform' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import exception 'ImageCms.PyCMSError' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.applyTransform' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.buildProofTransform' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.buildProofTransformFromOpenProfiles' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.buildTransform' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.buildTransformFromOpenProfiles' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.createProfile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getDefaultIntent' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getOpenProfile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getProfileCopyright' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getProfileDescription' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getProfileInfo' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getProfileManufacturer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getProfileModel' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.getProfileName' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.get_display_profile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.isIntentSupported' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.profileToProfile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageCms.versions' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageFile.Parser' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageFile.PyDecoder' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageFile.ImageFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageFile.StubImageFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import data 'ImageFile.LOAD_TRUNCATED_IMAGES' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import data 'ImageFile.ERRORS' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageFont.load' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageFont.load_path' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageFont.truetype' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageFont.load_default' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageFont.ImageFont' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageFont.FreeTypeFont' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageFont.TransposedFont' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'ImageMorph' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.autocontrast' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.colorize' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.pad' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.crop' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.scale' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.deform' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.equalize' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.expand' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.fit' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.flip' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.grayscale' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.invert' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.mirror' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.posterize' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.solarize' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageOps.exif_transpose' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImagePalette.ImagePalette' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageShow.show' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.IPythonViewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.WindowsViewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.MacViewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.DisplayViewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.GmDisplayViewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.EogViewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.XVViewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'ImageShow.register' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageShow.Viewer' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageTk.BitmapImage' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageTk.PhotoImage' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageWin.Dib' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageWin.HDC' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'ImageWin.HWND' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import class 'PSDraw.PSDraw' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.pilinfo' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.check' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.version' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.get_supported' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.check_module' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.version_module' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.get_supported_modules' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.check_codec' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.version_codec' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.get_supported_codecs' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.check_feature' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.version_feature' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import function 'features.get_supported_features' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'BmpImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'BufrStubImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'CurImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'DcxImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'EpsImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'FitsStubImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'FliImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'FpxImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'GbrImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'GifImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'GribStubImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'Hdf5StubImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'IcnsImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'IcoImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'ImImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'ImtImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'IptcImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'JpegImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'Jpeg2KImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'McIdasImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'MicImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'MpegImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'MspImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PalmImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PcdImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PcxImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PdfImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PixarImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PngImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PpmImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'PsdImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'SgiImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'SpiderImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'SunImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'TgaImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'TiffImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'WebPImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'WmfImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'XVThumbImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'XbmImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
WARNING: autodoc: failed to import module 'XpmImagePlugin' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py)
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-pillow.3 { installation handbook/index handbook/overview handbook/tutorial handbook/concepts handbook/appendices handbook/image-file-formats handbook/text-anchors handbook/writing-your-own-file-decoder reference/index reference/Image reference/ImageChops reference/ImageCms reference/ImageColor reference/ImageDraw reference/ImageEnhance reference/ImageFile reference/ImageFilter reference/ImageFont reference/ImageGrab reference/ImageMath reference/ImageMorph reference/ImageOps reference/ImagePalette reference/ImagePath reference/ImageQt reference/ImageSequence reference/ImageShow reference/ImageStat reference/ImageTk reference/ImageWin reference/ExifTags reference/TiffTags reference/JpegPresets reference/PSDraw reference/PixelAccess reference/PyAccess reference/features PIL reference/plugins reference/internal_design reference/open_files reference/limits reference/block_allocator reference/internal_modules reference/c_extension_debugging porting about releasenotes/index releasenotes/8.2.0 releasenotes/8.1.2 releasenotes/8.1.1 releasenotes/8.1.0 releasenotes/8.0.1 releasenotes/8.0.0 releasenotes/7.2.0 releasenotes/7.1.2 releasenotes/7.1.1 releasenotes/7.1.0 releasenotes/7.0.0 releasenotes/6.2.2 releasenotes/6.2.1 releasenotes/6.2.0 releasenotes/6.1.0 releasenotes/6.0.0 releasenotes/5.4.1 releasenotes/5.4.0 releasenotes/5.3.0 releasenotes/5.2.0 releasenotes/5.1.0 releasenotes/5.0.0 releasenotes/4.3.0 releasenotes/4.2.1 releasenotes/4.2.0 releasenotes/4.1.1 releasenotes/4.1.0 releasenotes/4.0.0 releasenotes/3.4.0 releasenotes/3.3.2 releasenotes/3.3.0 releasenotes/3.2.0 releasenotes/3.1.2 releasenotes/3.1.1 releasenotes/3.1.0 releasenotes/3.0.0 releasenotes/2.8.0 releasenotes/2.7.0 releasenotes/versioning deprecations } /home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/overview.rst:30: WARNING: py:class reference target not found: PIL.ImageTk.PhotoImage
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/overview.rst:30: WARNING: py:class reference target not found: PIL.ImageTk.BitmapImage
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/overview.rst:36: WARNING: py:meth reference target not found: PIL.Image.Image.show
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:7: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:12: WARNING: py:func reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:18: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:34: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:42: WARNING: py:meth reference target not found: PIL.Image.Image.show
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:53: WARNING: py:func reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:59: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:59: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:82: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:134: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:134: WARNING: py:meth reference target not found: PIL.Image.Image.crop
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:210: WARNING: py:meth reference target not found: PIL.Image.Image.split
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:217: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:217: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:217: WARNING: py:meth reference target not found: PIL.Image.Image.rotate
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:230: WARNING: py:meth reference target not found: PIL.Image.Image.rotate
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:230: WARNING: py:meth reference target not found: PIL.Image.Image.transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:246: WARNING: py:meth reference target not found: PIL.Image.Image.rotate
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:250: WARNING: py:meth reference target not found: PIL.Image.Image.transform
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:258: WARNING: py:meth reference target not found: PIL.Image.Image.convert
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:283: WARNING: py:meth reference target not found: PIL.Image.Image.filter
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:298: WARNING: py:meth reference target not found: PIL.Image.Image.point
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:311: WARNING: py:meth reference target not found: PIL.Image.Image.point
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:311: WARNING: py:meth reference target not found: PIL.Image.Image.paste
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:443: WARNING: py:func reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:452: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/tutorial.rst:504: WARNING: py:meth reference target not found: PIL.Image.Image.draft
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:19: WARNING: py:meth reference target not found: PIL.Image.Image.getbands
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:110: WARNING: py:meth reference target not found: PIL.ImageOps.exif_transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:132: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:132: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:149: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:149: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:165: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/concepts.rst:165: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:11: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:11: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:28: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:53: WARNING: py:meth reference target not found: PIL.Image.Image.load
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:77: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:107: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:107: WARNING: py:meth reference target not found: PIL.Image.Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:116: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:152: WARNING: py:class reference target not found: PIL.ImagePalette.ImagePalette
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:186: WARNING: py:attr reference target not found: PIL.ImageFile.ImageFile.tile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:203: WARNING: py:meth reference target not found: PIL.Image.Image.load
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:203: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:210: WARNING: py:meth reference target not found: PIL.Image.Image.load
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:219: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:233: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:241: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:265: WARNING: py:meth reference target not found: PIL.Image.Image.draft
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:269: WARNING: py:data reference target not found: ImageFile.LOAD_TRUNCATED_IMAGES
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:272: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:319: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:389: WARNING: py:meth reference target not found: PIL.Image.Image.load
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:396: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:483: WARNING: py:meth reference target not found: PIL.Image.Image.load
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:488: WARNING: py:data reference target not found: ImageFile.LOAD_TRUNCATED_IMAGES
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:491: WARNING: py:func reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:521: WARNING: py:data reference target not found: PngImagePlugin.MAX_TEXT_CHUNK
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:521: WARNING: py:data reference target not found: PngImagePlugin.MAX_TEXT_MEMORY
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:529: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:547: WARNING: py:class reference target not found: PIL.PngImagePlugin.PngInfo
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:581: WARNING: py:meth reference target not found: PIL.ImageFile.ImageFile.get_format_mimetype
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:581: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:581: WARNING: py:meth reference target not found: PIL.Image.Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:636: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:668: WARNING: py:data reference target not found: PIL.PngImagePlugin.APNG_DISPOSE_OP_NONE
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:670: WARNING: py:data reference target not found: PIL.PngImagePlugin.APNG_DISPOSE_OP_BACKGROUND
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:673: WARNING: py:data reference target not found: PIL.PngImagePlugin.APNG_DISPOSE_OP_PREVIOUS
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:682: WARNING: py:data reference target not found: PIL.PngImagePlugin.APNG_BLEND_OP_SOURCE
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:685: WARNING: py:data reference target not found: PIL.PngImagePlugin.APNG_BLEND_OP_OVER
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:715: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:715: WARNING: py:meth reference target not found: PIL.Image.Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:719: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:730: WARNING: py:meth reference target not found: PIL.SpiderImagePlugin.SpiderImageFile.convert2byte
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:772: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:781: WARNING: py:attr reference target not found: PIL.TiffImagePlugin.TiffImageFile.tag
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:794: WARNING: py:attr reference target not found: PIL.TiffImagePlugin.TiffImageFile.tag_v2
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:794: WARNING: py:class reference target not found: PIL.TiffImagePlugin.IFDRational
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:803: WARNING: py:attr reference target not found: PIL.TiffImagePlugin.TiffImageFile.tag
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:814: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:814: WARNING: py:meth reference target not found: PIL.Image.Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:826: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:842: WARNING: py:class reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v2
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:842: WARNING: py:class reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v2
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:842: WARNING: py:attr reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v2.tagtype
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:853: WARNING: py:class reference target not found: PIL.TiffImagePlugin.IFDRational
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:858: WARNING: py:class reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v1
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:870: WARNING: py:class reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v2
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:870: WARNING: py:attr reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v2.tagtype
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:931: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:962: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1028: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1047: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1080: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1092: WARNING: py:func reference target not found: PIL.GdImageFile.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1095: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1120: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1120: WARNING: py:meth reference target not found: PIL.Image.Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1129: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1129: WARNING: py:meth reference target not found: PIL.Image.Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1162: WARNING: py:mod reference target not found: PIL.WalImageFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1183: WARNING: py:func reference target not found: PIL.WmfImagePlugin.register_handler
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1211: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1235: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1322: WARNING: py:func reference target not found: PIL.BufrStubImagePlugin.register_handler
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1332: WARNING: py:func reference target not found: PIL.FitsStubImagePlugin.register_handler
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1346: WARNING: py:func reference target not found: PIL.GribStubImagePlugin.register_handler
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/image-file-formats.rst:1356: WARNING: py:func reference target not found: PIL.Hdf5StubImagePlugin.register_handler
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/writing-your-own-file-decoder.rst:29: WARNING: py:class reference target not found: PIL.ImageFile.ImageFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/writing-your-own-file-decoder.rst:104: WARNING: py:func reference target not found: PIL.Image.register_open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/writing-your-own-file-decoder.rst:157: WARNING: py:func reference target not found: PIL.Image.frombytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/writing-your-own-file-decoder.rst:271: WARNING: py:func reference target not found: PIL.Image.frombytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/writing-your-own-file-decoder.rst:417: WARNING: py:class reference target not found: PIL.ImageFile.PyDecoder
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/handbook/writing-your-own-file-decoder.rst:417: WARNING: py:meth reference target not found: PIL.Image.register_decoder
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:120: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:120: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:279: WARNING: py:class reference target not found: Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:: WARNING: py:class reference target not found: PIL.ImagePalette.ImagePalette
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:320: WARNING: py:class reference target not found: PIL.ImagePalette.ImagePalette
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:351: WARNING: py:func reference target not found: Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:351: WARNING: py:func reference target not found: Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:366: WARNING: py:func reference target not found: Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:366: WARNING: py:func reference target not found: Image.tell
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:384: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:390: WARNING: py:meth reference target not found: Image.transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:403: WARNING: py:meth reference target not found: Image.transform
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:458: WARNING: py:meth reference target not found: Image.convert
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:458: WARNING: py:meth reference target not found: Image.quantize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:477: WARNING: py:meth reference target not found: Image.convert
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:485: WARNING: py:meth reference target not found: Image.quantize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/Image.rst:504: WARNING: py:func reference target not found: PIL.features.check_feature
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageColor.rst:7: WARNING: py:meth reference target not found: PIL.Image.new
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:7: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:46: WARNING: py:meth reference target not found: PIL.Image.new
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:46: WARNING: py:meth reference target not found: PIL.Image.Image.putpixel
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:173: WARNING: py:meth reference target not found: PIL.Image.Image.paste
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:317: WARNING: py:class reference target not found: PIL.ImageFont.ImageFont
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:381: WARNING: py:class reference target not found: PIL.ImageFont.ImageFont
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:449: WARNING: py:class reference target not found: PIL.ImageFont.ImageFont
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:497: WARNING: py:class reference target not found: PIL.ImageFont.ImageFont
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:575: WARNING: py:class reference target not found: PIL.ImageFont.ImageFont
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:612: WARNING: py:class reference target not found: PIL.ImageFont.FreeTypeFont
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageDraw.rst:659: WARNING: py:class reference target not found: PIL.ImageFont.FreeTypeFont
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageFile.rst:10: WARNING: py:class reference target not found: Parser
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageFilter.rst:7: WARNING: py:meth reference target not found: PIL.Image.Image.filter
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageFilter.rst:72: WARNING: py:meth reference target not found: PIL.Image.Image.filter
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageFilter.rst:85: WARNING: py:meth reference target not found: PIL.Image.Image.filter
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageFont.rst:73: WARNING: py:func reference target not found: PIL.features.check_feature
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageGrab.rst:32: WARNING: py:func reference target not found: PIL.features.check_feature
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageMath.rst:28: WARNING: py:meth reference target not found: PIL.Image.Image.split
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageMath.rst:28: WARNING: py:func reference target not found: PIL.Image.merge
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImagePalette.rst:16: WARNING: py:class reference target not found: PIL.ImagePalette.ImagePalette
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageQt.rst:14: WARNING: py:class reference target not found: PIL.Image.Image
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageStat.rst:25: WARNING: py:meth reference target not found: PIL.Image.Image.histogram
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageStat.rst:25: WARNING: py:meth reference target not found: PIL.Image.Image.getextrema
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/ImageStat.rst:25: WARNING: py:meth reference target not found: PIL.Image.Image.getextrema
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/JpegPresets.py:docstring of PIL.JpegPresets:35: WARNING: py:func reference target not found: JpegImagePlugin.get_sampling
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/JpegPresets.py:docstring of PIL.JpegPresets:65: WARNING: py:func reference target not found: JpegImagePlugin.convert_dict_qtables
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/features.rst:21: WARNING: py:func reference target not found: PIL.ImageFont.truetype
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/features.rst:60: WARNING: py:func reference target not found: PIL.ImageFont.truetype
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/features.rst:61: WARNING: py:func reference target not found: PIL.Image.Image.quantize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/__init__.py:docstring of PIL.UnidentifiedImageError:1: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:15: WARNING: py:mod reference target not found: PIL.BdfFontFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:31: WARNING: py:mod reference target not found: PIL.FontFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:39: WARNING: py:mod reference target not found: PIL.GdImageFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:63: WARNING: py:mod reference target not found: PIL.ImageDraw2
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:72: WARNING: py:mod reference target not found: PIL.ImageTransform
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:88: WARNING: py:mod reference target not found: PIL.PcfFontFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:96: WARNING: py:class reference target not found: PngImagePlugin.iTXt
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:110: WARNING: py:class reference target not found: PngImagePlugin.PngInfo
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/PIL.rst:127: WARNING: py:mod reference target not found: PIL.WalImageFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:4: WARNING: py:mod reference target not found: PIL.BmpImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:12: WARNING: py:mod reference target not found: PIL.BufrStubImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:20: WARNING: py:mod reference target not found: PIL.CurImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:28: WARNING: py:mod reference target not found: PIL.DcxImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:36: WARNING: py:mod reference target not found: PIL.EpsImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:44: WARNING: py:mod reference target not found: PIL.FitsStubImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:52: WARNING: py:mod reference target not found: PIL.FliImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:60: WARNING: py:mod reference target not found: PIL.FpxImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:68: WARNING: py:mod reference target not found: PIL.GbrImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:76: WARNING: py:mod reference target not found: PIL.GifImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:84: WARNING: py:mod reference target not found: PIL.GribStubImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:92: WARNING: py:mod reference target not found: PIL.Hdf5StubImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:100: WARNING: py:mod reference target not found: PIL.IcnsImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:108: WARNING: py:mod reference target not found: PIL.IcoImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:116: WARNING: py:mod reference target not found: PIL.ImImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:124: WARNING: py:mod reference target not found: PIL.ImtImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:132: WARNING: py:mod reference target not found: PIL.IptcImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:140: WARNING: py:mod reference target not found: PIL.JpegImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:148: WARNING: py:mod reference target not found: PIL.Jpeg2KImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:156: WARNING: py:mod reference target not found: PIL.McIdasImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:164: WARNING: py:mod reference target not found: PIL.MicImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:172: WARNING: py:mod reference target not found: PIL.MpegImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:180: WARNING: py:mod reference target not found: PIL.MspImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:188: WARNING: py:mod reference target not found: PIL.PalmImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:196: WARNING: py:mod reference target not found: PIL.PcdImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:204: WARNING: py:mod reference target not found: PIL.PcxImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:212: WARNING: py:mod reference target not found: PIL.PdfImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:220: WARNING: py:mod reference target not found: PIL.PixarImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:228: WARNING: py:mod reference target not found: PIL.PngImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:240: WARNING: py:mod reference target not found: PIL.PpmImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:248: WARNING: py:mod reference target not found: PIL.PsdImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:256: WARNING: py:mod reference target not found: PIL.SgiImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:264: WARNING: py:mod reference target not found: PIL.SpiderImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:272: WARNING: py:mod reference target not found: PIL.SunImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:280: WARNING: py:mod reference target not found: PIL.TgaImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:288: WARNING: py:mod reference target not found: PIL.TiffImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:296: WARNING: py:mod reference target not found: PIL.WebPImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:304: WARNING: py:mod reference target not found: PIL.WmfImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:312: WARNING: py:mod reference target not found: PIL.XVThumbImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:320: WARNING: py:mod reference target not found: PIL.XbmImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/reference/plugins.rst:328: WARNING: py:mod reference target not found: PIL.XpmImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:29: WARNING: py:meth reference target not found: PIL.Image.Image.alpha_composite
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:29: WARNING: py:meth reference target not found: PIL.Image.Image.paste
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:37: WARNING: py:meth reference target not found: PIL.Image.Image.getexif
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:45: WARNING: py:meth reference target not found: PIL.Image.Image.getexif
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:91: WARNING: py:meth reference target not found: PIL.ImageOps.autocontrast
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:99: WARNING: py:class reference target not found: PIL.ImageShow.Viewer
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:102: WARNING: py:func reference target not found: ImageShow.show
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:111: WARNING: py:class reference target not found: PIL.ImageShow.Viewer
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:115: WARNING: py:class reference target not found: PIL.ImageShow.Viewer
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:115: WARNING: py:func reference target not found: ImageShow.show
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:144: WARNING: py:class reference target not found: PsdImagePlugin.PsdImageFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:144: WARNING: py:meth reference target not found: PIL.Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.2.0.rst:144: WARNING: py:meth reference target not found: PIL.Image.Image.load
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:21: WARNING: py:func reference target not found: ImageChops.offset
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:26: WARNING: py:func reference target not found: Image.frombytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:27: WARNING: py:meth reference target not found: PIL.Image.Image.frombytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:28: WARNING: py:meth reference target not found: PIL.Image.Image.tobytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:67: WARNING: py:class reference target not found: PsdImagePlugin.PsdImageFile
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:76: WARNING: py:func reference target not found: Image.open
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:78: WARNING: py:func reference target not found: PIL.features.pilinfo
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:87: WARNING: py:func reference target not found: ImageOps.autocontrast
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:95: WARNING: py:func reference target not found: ImageOps.autocontrast
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:125: WARNING: py:meth reference target not found: FreeTypeFont.getlength
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:133: WARNING: py:meth reference target not found: FreeTypeFont.getbbox
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/8.0.0.rst:161: WARNING: py:meth reference target not found: PIL.ImageOps.exif_transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:18: WARNING: py:meth reference target not found: PIL.Image.Exif.tobytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:25: WARNING: py:class reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v1
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:25: WARNING: py:class reference target not found: PIL.TiffImagePlugin.ImageFileDirectory_v2
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:25: WARNING: py:class reference target not found: PIL.Image.Exif
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:25: WARNING: py:class reference target not found: PIL.TiffImagePlugin.IFDRational
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:43: WARNING: py:class reference target not found: PIL.ImageShow.Viewer
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:49: WARNING: py:meth reference target not found: PIL.Image.Image.show
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:49: WARNING: py:meth reference target not found: PIL.ImageShow.register
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.2.0.rst:49: WARNING: py:class reference target not found: PIL.ImageShow.Viewer
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.1.0.rst:27: WARNING: py:meth reference target not found: PIL.ImageChops.soft_light
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.1.0.rst:27: WARNING: py:meth reference target not found: PIL.ImageChops.hard_light
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.1.0.rst:27: WARNING: py:meth reference target not found: PIL.ImageChops.overlay
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.1.0.rst:89: WARNING: py:meth reference target not found: PIL.Image.Image.getbbox
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.1.0.rst:98: WARNING: py:meth reference target not found: PIL.Image.Image.seek
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:58: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:58: WARNING: py:meth reference target not found: PIL.ImageOps.pad
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:58: WARNING: py:meth reference target not found: PIL.ImageOps.scale
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:58: WARNING: py:meth reference target not found: PIL.ImageOps.fit
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:69: WARNING: py:meth reference target not found: PIL.Image.Image.draft
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:69: WARNING: py:meth reference target not found: PIL.Image.Image.draft
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:69: WARNING: py:meth reference target not found: PIL.Image.Image.draft
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:69: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:98: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:101: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:101: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:101: WARNING: py:meth reference target not found: PIL.Image.Image.draft
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:101: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:112: WARNING: py:meth reference target not found: PIL.Image.Image.reduce
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:112: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:112: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:135: WARNING: py:meth reference target not found: PIL.Image.Image.close
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/7.0.0.rst:156: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.1.0.rst:59: WARNING: py:meth reference target not found: PIL.ImageFont.FreeTypeFont.get_variation_names
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.1.0.rst:59: WARNING: py:meth reference target not found: PIL.ImageFont.FreeTypeFont.set_variation_by_name
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.1.0.rst:59: WARNING: py:meth reference target not found: PIL.ImageFont.FreeTypeFont.get_variation_axes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.1.0.rst:59: WARNING: py:meth reference target not found: PIL.ImageFont.FreeTypeFont.set_variation_by_axes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.0.0.rst:151: WARNING: py:meth reference target not found: PIL.Image.Image.convert
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.0.0.rst:171: WARNING: py:meth reference target not found: PIL.Image.Image.getexif
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.0.0.rst:171: WARNING: py:class reference target not found: PIL.Image.Exif
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.0.0.rst:179: WARNING: py:meth reference target not found: PIL.ImageOps.exif_transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.0.0.rst:185: WARNING: py:meth reference target not found: PIL.Image.Image.load
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/6.0.0.rst:211: WARNING: py:meth reference target not found: PIL.Image.Image.transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.3.0.rst:53: WARNING: py:meth reference target not found: PIL.Image.Image.getchannel
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.3.0.rst:69: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.3.0.rst:77: WARNING: py:meth reference target not found: PIL.Image.Image.transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.2.0.rst:27: WARNING: py:meth reference target not found: PIL.Image.Image.crop
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.1.0.rst:45: WARNING: py:class reference target not found: PIL.GifImagePlugin
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.1.0.rst:48: WARNING: py:class reference target not found: PIL.ImagePalette.ImagePalette
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.1.0.rst:48: WARNING: py:meth reference target not found: PIL.Image.Image.save
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/4.1.0.rst:61: WARNING: py:meth reference target not found: PIL.Image.Image.remap_palette
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/2.7.0.rst:19: WARNING: py:attr reference target not found: PIL.PngImagePlugin.MAX_TEXT_CHUNK
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/2.7.0.rst:19: WARNING: py:attr reference target not found: PIL.PngImagePlugin.MAX_TEXT_MEMORY
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/2.7.0.rst:29: WARNING: py:meth reference target not found: PIL.Image.Image.resize
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/2.7.0.rst:29: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/2.7.0.rst:103: WARNING: py:meth reference target not found: PIL.Image.Image.thumbnail
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/releasenotes/2.7.0.rst:114: WARNING: py:meth reference target not found: PIL.Image.Image.transpose
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:53: WARNING: py:class reference target not found: ImageShow.Viewer
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:61: WARNING: py:meth reference target not found: Image.Image.show
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:61: WARNING: py:func reference target not found: ImageShow.register
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:61: WARNING: py:class reference target not found: ImageShow.Viewer
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:97: WARNING: py:func reference target not found: ImageChops.offset
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:110: WARNING: py:func reference target not found: Image.frombytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:111: WARNING: py:meth reference target not found: PIL.Image.Image.frombytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/deprecations.rst:112: WARNING: py:meth reference target not found: PIL.Image.Image.tobytes
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/docs/installation.rst:: WARNING: "table row spanning" not supported
done
build succeeded, 538 warnings.
@hugovk
Copy link
Member

hugovk commented Jun 7, 2021

I don't see any warnings when building the docs locally:

$ rm -rf docs/_build
$ make doc
/Library/Developer/CommandLineTools/usr/bin/make -C docs html
sphinx-build -b html -W --keep-going -d _build/doctrees   . _build/html
Running Sphinx v4.0.1
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 91 source files that are out of date
updating environment: [new config] 91 added, 0 changed, 0 removed
reading sources... [100%] releasenotes/versioning
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] releasenotes/versioning
generating indices... genindex py-modindex done
highlighting module code... [100%] PIL.features
writing additional pages... search done
copying images... [100%] ../Tests/images/imagedraw_stroke_different.png
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in _build/html.

Build finished. The HTML pages are in _build/html.

Nor those specific warnings on ReadTheDocs:

Am I missing something? Is there something we need to change in Pillow?

@kloczek
Copy link
Author

kloczek commented Jun 7, 2021

You are using sphinx 4.0.1. I'm using 4.0.2.
This could be the cause ..

@hugovk
Copy link
Member

hugovk commented Jun 7, 2021

I get the same result with 4.0.2:

$ rm -rf docs/_build
$ make doc
/Library/Developer/CommandLineTools/usr/bin/make -C docs html
sphinx-build -b html -W --keep-going -d _build/doctrees   . _build/html
Running Sphinx v4.0.2
making output directory... done
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 91 source files that are out of date
updating environment: [new config] 91 added, 0 changed, 0 removed
reading sources... [100%] releasenotes/versioning
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] releasenotes/versioning
generating indices... genindex py-modindex done
highlighting module code... [100%] PIL.features
writing additional pages... search done
copying images... [100%] ../Tests/images/imagedraw_stroke_different.png
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in _build/html.

Build finished. The HTML pages are in _build/html.

And different (but expected?) warnings using your command to build man pages:

$ rm -rf docs/_build
$ PYTHONPATH=$PWD/src python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.0.2
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 91 added, 0 changed, 0 removed
reading sources... [100%] releasenotes/versioning
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... pillowpilfork.1 { installation handbook/index handbook/overview handbook/tutorial handbook/concepts handbook/appendices handbook/image-file-formats handbook/text-anchors handbook/writing-your-own-file-decoder reference/index reference/Image reference/ImageChops reference/ImageCms reference/ImageColor reference/ImageDraw reference/ImageEnhance reference/ImageFile reference/ImageFilter reference/ImageFont reference/ImageGrab reference/ImageMath reference/ImageMorph reference/ImageOps reference/ImagePalette reference/ImagePath reference/ImageQt reference/ImageSequence reference/ImageShow reference/ImageStat reference/ImageTk reference/ImageWin reference/ExifTags reference/TiffTags reference/JpegPresets reference/PSDraw reference/PixelAccess reference/PyAccess reference/features PIL reference/plugins reference/internal_design reference/open_files reference/limits reference/block_allocator reference/internal_modules reference/c_extension_debugging porting about releasenotes/index releasenotes/8.3.0 releasenotes/8.2.0 releasenotes/8.1.2 releasenotes/8.1.1 releasenotes/8.1.0 releasenotes/8.0.1 releasenotes/8.0.0 releasenotes/7.2.0 releasenotes/7.1.2 releasenotes/7.1.1 releasenotes/7.1.0 releasenotes/7.0.0 releasenotes/6.2.2 releasenotes/6.2.1 releasenotes/6.2.0 releasenotes/6.1.0 releasenotes/6.0.0 releasenotes/5.4.1 releasenotes/5.4.0 releasenotes/5.3.0 releasenotes/5.2.0 releasenotes/5.1.0 releasenotes/5.0.0 releasenotes/4.3.0 releasenotes/4.2.1 releasenotes/4.2.0 releasenotes/4.1.1 releasenotes/4.1.0 releasenotes/4.0.0 releasenotes/3.4.0 releasenotes/3.3.2 releasenotes/3.3.0 releasenotes/3.2.0 releasenotes/3.1.2 releasenotes/3.1.1 releasenotes/3.1.0 releasenotes/3.0.0 releasenotes/2.8.0 releasenotes/2.7.0 releasenotes/versioning deprecations } /Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
/Users/hugo/github/Pillow/docs/installation.rst:: WARNING: "table row spanning" not supported
done
build succeeded, 11 warnings.

The manual pages are in build/sphinx/man.

And the same when omitting PYTHONPATH=$PWD/src.

@nulano
Copy link
Contributor

nulano commented Jun 7, 2021

WARNING: autodoc: failed to import module 'BdfFontFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/init.py)

@kloczek Did you build Pillow before building docs? You have to either install Pillow (so you won't need PYTHONPATH) or run an --inplace build (typically used for setup.py develop).

@hugovk
Copy link
Member

hugovk commented Jun 7, 2021

Yes, I built with python setup.py develop.

@nulano
Copy link
Contributor

nulano commented Jun 7, 2021

Yes, I built with python setup.py develop.

Apologies for the confusion, I was asking the OP, since I suspect that is the reason for their issue.

@kloczek
Copy link
Author

kloczek commented Jun 7, 2021

WARNING: autodoc: failed to import module 'BdfFontFile' from module 'PIL'; the following exception was raised:
cannot import name '_imaging' from 'PIL' (/home/tkloczko/rpmbuild/BUILD/Pillow-8.2.0/src/PIL/init.py)

@kloczek Did you build Pillow before building docs? You have to either install Pillow (so you won't need PYTHONPATH) or run an --inplace build (typically used for setup.py develop).

From my python-pillow.spec file:

%build
%py3_build
PYTHONPATH=$PWD/src \
%py3_build_sphinx_man
[tkloczko@barrel SPECS]$ rpm -E %py3_build_sphinx_man
\
        /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx

Issue seems is that pillow builds some DSO modules which are under build/lib-<os>.<arch>/ directory and in setup.py or setup.cfg should be added proper PYTHONPATH to allow build_sphinx command find all those DSOs.

In other words .. implementation of the setuptools build_sphinx command is broken (someone whic is using setuptool abstraction should have quaraneed that all necessary resources will be available for exact setuptool commands).

@wiredfool
Copy link
Member

wiredfool commented Jun 7, 2021

Yes. Pillow has a build process, and adding the source directory to the python path will not work. Pillow requires the ability to import the c library to be able to import pillow at all, and sphinx needs to import the library to build the docs. Therefore, you need to actually install Pillow, either in a develop mode or virtual env.

If you are making manual changes to the python path, you’re doing it wrong. (unless you’re writing a packaging system or otherwise boiling the ocean)

@radarhere
Copy link
Member

@kloczek after the discussion in pytest-dev/pytest#8731, do you have any updated thoughts on this?

@kloczek
Copy link
Author

kloczek commented Jun 10, 2021

I've switched from /usr/bin/python3 -m pytest to /usr/bin/pytest so may pytest macro looks now like below

$ rpm -E %pytest
\

CFLAGS="-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none";
CXXFLAGS="-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none";
FFLAGS="-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules";
FCFLAGS="-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules";
LDFLAGS="-Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin";
CC="/usr/bin/gcc"; CXX="/usr/bin/g++"; FC="/usr/bin/gfortran";
AR="/usr/bin/gcc-ar"; NM="/usr/bin/gcc-nm"; RANLIB="/usr/bin/gcc-ranlib";
export CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS CC CXX FC AR NM RANLIB;
 \
        PATH="/home/tkloczko/rpmbuild/BUILDROOT/%{NAME}-%{VERSION}-%{RELEASE}.x86_64/usr/bin:$PATH" \
        PYTHONPATH="${PYTHONPATH:-/home/tkloczko/rpmbuild/BUILDROOT/%{NAME}-%{VERSION}-%{RELEASE}.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/%{NAME}-%{VERSION}-%{RELEASE}.x86_64/usr/lib/python3.8/site-packages}" \
        PYTHONDONTWRITEBYTECODE=1 \
         \
        /usr/bin/pytest -ra

Still I did not finished testing that macro against all my pytton-* rpm packages but ifew cases it solved testing issues.
However Looks like in few cases my new %pytest started failing because looks like maintaineds have been using python3 -m pytest :/

Generally issue is that python build tooling does not forces enough some exact metgodologies so generally in python whole landscape is quite messy :/

Going back to sphinx subject. I still have no GoodEnough™️ solution about how to generate sphinx documentation.
IMO generally setup.py build_sphinx shoud add automatically to the shinnx-build env PYTHONPATH=$PWD/build/lib/ or PYTHONPATH=$PWD/build/lib.<os>-<arch>/ and pobably it should be done by setuptools.
I'm not ready yet to discuss that with setuptools maintainet because I must update my python-setuptools.spec to latest version to prove that setup.py build_sphinx ad it suppose to work with that latest version.

Will try to drop here some update about that topic if I'll manage make some progress about that.

@radarhere
Copy link
Member

So if I'm understanding correctly, your issue is with sphinx in general, and there's nothing for us at Pillow to do at the moment?

@kloczek
Copy link
Author

kloczek commented Jun 10, 2021

OK I'm closing that ticket because more likely it is issue with setuptools because on execution `setup.py build_sphinx" settuptools should set $PYTHONPATH to proper value.
However I'm still not 100% sure :/
Will back only if after upgrade setuptools to the latest version and discussion of issue like that will have sometbing which needs to be updated in pillow.

Thank you.

@kloczek kloczek closed this as completed Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants