-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
Description
Hi @tomchristie , by the way thanks for lib!
Im having a wierd issue with serving anything but a default theme:
If I change config to
mkdocs.yml
site_name: 'Test doc'
theme: 'readthedocs'
#theme_dir: '/usr/lib64/python2.7/site-packages/mkdocs/themes' / tried but not working
pages:
- ['index.md', 'Home']
$mkdocs build
#OK , docs been build and correct theme is there
$mkdocs serve
Traceback (most recent call last):
File "/usr/bin/mkdocs", line 4, in <module>
from mkdocs.build import build
ImportError: No module named mkdocs.build
This works with default theme.
Doesn't help if i make the change in mkdocs/config.py theme
setting file or if i set it in mkdocs.yml . Anything but default theme throws ImportError.