jimporter / mike

Manage multiple versions of your MkDocs-powered documentation via Git
BSD 3-Clause "New" or "Revised" License
511 stars 45 forks source link

mike 1.1.2 with python 3.11 deprecation warning #164

Closed andboss closed 1 year ago

andboss commented 1 year ago

mike 1.1.2 with python 3.11 deprecation warning:

INFO     -  DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  File "/usr/local/lib/python3.11/site-packages/mike/mkdocs_plugin.py", line 6, in <module>
    from pkg_resources import iter_entry_points
  File "/usr/local/lib/python3.11/site-packages/pkg_resources/__init__.py", line 118, in <module>
jimporter commented 1 year ago

Dupe of #148.

andboss commented 1 year ago

Is there a new release planed or how can i use this? Thanks!

andboss commented 1 year ago

sorry, now found the milestone 👍

jimporter commented 1 year ago

The easiest is to just use the latest dev build via pip install git+https://github.com/jimporter/mike.git or something similar. At minimum, I need to resolve #106 before releasing v2.0, but the rest of the stuff in the milestone would be very nice to include.