pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.11k stars 143 forks source link

Deprecation warning for PEP224 class variable docstrings #436

Closed heseber closed 4 months ago

heseber commented 6 months ago

Expected Behavior

Create output for Python files with PEP224 class variable docstrings without warnings.

Actual Behavior

Steps to Reproduce

  1. Create a python file with a class with a class variable and annotate the class variable with a PEP224 string
  2. Run pdoc3 on that file

Additional info