Closed OhMyMndy closed 2 years ago
Fix for _AttributeError: module 'mkdocs.utils' has no attribute 'stringtypes' after dropping support for Python 2.7 in Mkdocs
Can be tested by installing with pip3 install git+https://github.com/Mandy91/mkdocs-toc-sidebar-plugin.git@drop_python_2.7_support
pip3 install git+https://github.com/Mandy91/mkdocs-toc-sidebar-plugin.git@drop_python_2.7_support
Addresses also https://github.com/midnightprioriem/mkdocs-toc-sidebar-plugin/issues/3 Would be cool to merge and release updated version on a pypi
Fix for _AttributeError: module 'mkdocs.utils' has no attribute 'stringtypes' after dropping support for Python 2.7 in Mkdocs
Can be tested by installing with
pip3 install git+https://github.com/Mandy91/mkdocs-toc-sidebar-plugin.git@drop_python_2.7_support