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

Support multiple theme_dir's #129

Closed
ericholscher opened this issue Aug 22, 2014 · 0 comments · Fixed by #145
Closed

Support multiple theme_dir's #129

ericholscher opened this issue Aug 22, 2014 · 0 comments · Fixed by #145
Milestone

Comments

@ericholscher
Copy link
Contributor

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.

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 d0ugal added this to the 0.10.0 milestone Oct 7, 2014
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants