<!-- NOTE: Only submit issues for Python package "pdoc3" on PyPI. Python package "pdoc" lives elsewhere. --> ### Expected Behavior pdoc3 ignores .py files without docstrings. ### Actual Behavior pdoc3 throws a UserWarning exception "Couldn't read PEP-224 variable docstrings from ..." ### Steps to Reproduce 1. run pdoc3 on a .py file without a docstring ### Additional info - pdoc version: 0.8.1