Open
Description
The custom slugify extensions that the tutorial demonstrates requires that the PYTHONPATH
variable is set so that .
is on it. This is currently not described and, in any case, a bit annoying because there is always the potential that people forget to do this and, even worse, have to solve the problem over and over again if they do not often write Python code.
Another approach might be to merge hooks/
into ext/
and use the fact that MkDocs puts the directory containing the hooks on the PYTHONPATH
. There is no guarantee, however, that it will continue to do this.
Which solution is worse? Thoughts, @squidfunk?
This came up in the discussion of #1.
Metadata
Metadata
Assignees
Labels
No labels