Skip to content

[ci] Unpin mkdocs-material dependency after upstream fix

Upstream issued a fix for the regression in material 8.3.1.

(ref. https://github.com/squidfunk/mkdocs-material/issues/3983#issuecomment-1146592607)

This patch removes our CI pinning of that package to 8.2.16 so that the upstream fix should take effect.

Test plan

  • Check that with this patch, the 'pages' job on 'master' branch can complete without error. This requires testing with personal repository, pushing this MR branch to own 'master', checking that the job completes successfully, and reverting personal 'master' again.
Edited by freetrader

Merge request reports