i have been trying everything to get the Mkdocs theme 'material' to work on Mac os , i tried pip to install it and tried the repository cloning method too but still it does not work, the theme displayed is still default,
i changed the mkdocs.yml file to this
theme:
name: 'material'
and this too
theme:
name: null
custom_dir: 'mkdocs-material/material'
but i still get the default theme
can someone help me with this? thanx