rosscdh / mkdocs-markdownextradata-plugin

A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template
MIT License
84 stars 17 forks source link

Replace mkdocs str_type with native str type #42

Closed pavinduLakshan closed 2 years ago

pavinduLakshan commented 2 years ago

Purpose

Fixes error when building documentation with mkdocs >= 1.1

AttributeError: module 'mkdocs.utils' has no attribute 'string_types'

Related issues

40

Additional context

https://github.com/comwes/mkpdfs-mkdocs-plugin/pull/15