Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Unrecognised theme 'material' #67

Closed
g0dlight opened this issue Dec 13, 2016 · 3 comments
Closed

Error: Unrecognised theme 'material' #67

g0dlight opened this issue Dec 13, 2016 · 3 comments

Comments

@g0dlight
Copy link

  1. pip install mkdocs-material
  2. mkdocs serve
INFO    -  Building documentation... 
ERROR   -  Config value: 'theme'. Error: Unrecognised theme 'material'. The available installed themes are: readthedocs, mkdocs 

Aborted with 1 Configuration Errors!

Package versions

  • Python: Python 2.7.12
  • pip: pip 9.0.1 from .../python2.7/site-packages (python 2.7)
  • MkDocs: mkdocs, version 0.16.0
  • Material: Version: 0.2.4

System information

  • OS: MacOS 10.12.1
@squidfunk
Copy link
Owner

squidfunk commented Dec 14, 2016

Did the install of mkdocs-material succeed? On Mac OS you have to install with sudo or with the flag --user. Otherwise it won't work (at least on my machine).

@squidfunk
Copy link
Owner

Closing due to inactivity. If you still experience this problem, please post it on the MkDocs issue tracker, as I suspect it is not specific to the Material theme.

@kleingtm
Copy link

I had the exact same error, and squidfunk's suggestion worked. I simply:
sudo pip uninstall mkdocs-material
pip install mkdocs-material --user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants