Support multiple theme_dir's #129
Closed
Milestone
Comments
d0ugal
added a commit
to d0ugal/mkdocs
that referenced
this issue
Oct 1, 2014
theme_dir is now a list which contains the user provided directory if given plus the packaged theme directory. Fixes mkdocs#129
d0ugal
added a commit
to d0ugal/mkdocs
that referenced
this issue
Oct 3, 2014
theme_dir is now a list which contains the user provided directory if given plus the packaged theme directory. Fixes mkdocs#129
d0ugal
added a commit
to d0ugal/mkdocs
that referenced
this issue
Oct 10, 2014
theme_dir is now a list which contains the user provided directory if given plus the packaged theme directory. Fixes mkdocs#129
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jinja supports multiple theme_dirs that it will look for templates on. This lets you override the templates that the theme you're shipping with uses. However, Mkdocs assumes theme_dir will be a string with a single directory in a couple places.
The text was updated successfully, but these errors were encountered: