Patch mkdocs-git-revision-date-localized-plugin to work with Python 3.5
So that CI may build the docs. See https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/3 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
abeb11d18d
commit
9655dd1720
|
@ -107,6 +107,8 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- mkdir public
|
- mkdir public
|
||||||
|
# We use Python 3.5 in the current Stretch-based image. See https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/3
|
||||||
|
- sed -i "s+print(f\"WARNING - plugin locale setting '{plugin_locale}' will overwrite mkdocs locale '{mkdocs_locale}'\")+print(\"WARNING - plugin locale setting will overwrite mkdocs locale\")+g" /usr/local/lib/python3.5/dist-packages/mkdocs_git_revision_date_localized_plugin/plugin.py
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
- mv site/* public/
|
- mv site/* public/
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
|
|
Loading…
Reference in a new issue