Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for mkdocs-bibtex with python 3.12
Python 3.12 does not install `setuptools` in virtual env, therefore `pkg_resources` is missing but `mkdocs-bibtex` explicitly imports it. The solution is to explicitly install `setuptools` in the virtual env. See https://docs.python.org/3/whatsnew/3.12.html Co-authored-by: Cristian Le <[email protected]>
- Loading branch information