]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Revert part of #1220 revert-1220-url-filter 1231/head
authornodiscc <nodiscc@gmail.com>
Tue, 9 Oct 2018 17:31:39 +0000 (17:31 +0000)
committernodiscc <nodiscc@gmail.com>
Tue, 9 Oct 2018 17:35:56 +0000 (19:35 +0200)
Fixes #1177
The `url` template filter is [only supported in Mkdocs 1.0+](https://github.com/mkdocs/mkdocs/blob/master/docs/about/release-notes.md#internal-refactor-of-pages-files-and-navigation)
Readthedocs.org uses Mkdocs `0.17.3 ` while `make htmldoc` fetches the [latest version from pypi](https://pypi.org/project/mkdocs/) which is `1.0.4`.
Following https://github.com/shaarli/Shaarli/pull/1220, building the docs fails with https://readthedocs.org/projects/shaarli/builds/7886340/


No differences found