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

Replaced distutils.sysconfig.get_python_lib with sysconfig.get_path: take_2 #402

Closed timkofu closed 2 years ago

timkofu commented 2 years ago

Fixes https://github.com/pdoc3/pdoc/issues/392

Needed a bit more work. This one is passing tests 3.6 - 3.9.

airstrike commented 8 months ago

why was this closed? can't use pdoc3 on Python 3.12 without this fix