patch for mkdocs version >1.0.4, where 'pages' is now 'nav' - #30
Conversation
|
Nice, looks like we just need this merged :) |
|
I can merge this but this is pretty much the extent of work I'll still put into this project (I'm not using it anymore, so I no longer have much of an inclination to maintain it). Any of you folks want to take over maintaining it? |
|
Also, it's probably better to have a heuristic for both names there, just in case somebody uses the older mkdocs version. |
decentral1se
left a comment
There was a problem hiding this comment.
We should also add a >= constraint to the setup.py to exclude older version of mkdocs, no? A modern setuptools will then warn the user that they need to upgrade to avoid this pages/nav issue. See https://github.com/jgrassler/mkdocs-pandoc/blob/master/setup.py#L48.
Please see #31 (comment). |
|
In the meantime, I am working on with: |
patch for mkdocs version >1.0.4, where 'pages' is now 'nav' in mkdocs.yml file