Skip to content

Unrecognised theme name: 'cinder' when installed via pip #92

@traviss42

Description

@traviss42

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions