I'm new to mkdocs, so maybe the problem is obvious, but has the name of the theme changed? I created a virtual environment to test the mkdocs-cinder package.
I installed it with pip install mkdocs-cinder and created a new mkdocs project with mkdocs new. My mkdocs.yml file is as simple as it gets
site_name: My Docs
theme: cinder
but when build the project I get the error
ERROR - Config value: 'theme'. Error: Unrecognised theme name: 'cinder'. The available installed themes are: mkdocs, readthedocs
Aborted with 1 Configuration Errors!
pip list shows that the package is installed
Package Version
------------- -------
mkdocs-cinder 1.0.4
but it can't find the theme for some reason.
I'm new to mkdocs, so maybe the problem is obvious, but has the name of the theme changed? I created a virtual environment to test the
mkdocs-cinderpackage.I installed it with
pip install mkdocs-cinderand created a new mkdocs project withmkdocs new. Mymkdocs.ymlfile is as simple as it getsbut when build the project I get the error
pip listshows that the package is installedbut it can't find the theme for some reason.