error while building extra_templates #616
Closed
Comments
Well, I found the problem. I had I don't know if this backtrace should be expected though? The docs don't warn against this. |
Yup, that's a fair point. I hadn't considered people putting theme_dir's within the docs_dirs. I think maybe we should make extra_templates an opt-in feature only. At the moment MkDocs will try to build any html or XML files it finds in the docs directory. |
d0ugal
added a commit
to d0ugal/mkdocs
that referenced
this issue
Jun 8, 2015
This is causing a number of users issues. So, this will now be a opt-in feature only. Fixes mkdocs#616
d0ugal
added a commit
to d0ugal/mkdocs
that referenced
this issue
Jun 8, 2015
This is causing a number of users issues. So, this will now be a opt-in feature only. Fixes mkdocs#616
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am testing mkdocs and I get the following backtrace.
It appears to be related to
extra_templates
, even though I am not using any such thing in my config; I have actually removed any theme/theme_dir setting I had in the config and I still get this.I can see
build_extra_templates()
was introduced in 26f2465; I can reproduce the same problem in every release after 0.12.2.I am testing on a Debian wheezy system (python 2.7.3), in a newly created virtualenv where the following modules have been installed:
Any ideas?
The text was updated successfully, but these errors were encountered: