Skip to content

fix pipeline building by updating the mkdocs versions

Adrian Sevcenco requested to merge asevcenc/jalien-docs:fix_pipeline into master

@grigoras currently pipeline is broken with error:

  File "/usr/local/lib/python3.8/site-packages/mkdocs/utils/filters.py", line 13, in <module>
    @jinja2.contextfilter
AttributeError: module 'jinja2' has no attribute 'contextfilter'

solution found: https://github.com/readthedocs/readthedocs.org/issues/9064

Merge request reports