FATE icon indicating copy to clipboard operation
FATE copied to clipboard

docs building failed due to upstream packages breaking change

Open sagewe opened this issue 3 years ago • 0 comments

Describe the bug docs building failed

Pygements introduce a breaking change from at version 2.12.0(ref: https://github.com/pygments/pygments/issues/2119),cascading causes our document automation compilation process to fail.

Few requirements update could fix this issue.

mkdocs-material==7.3.0 # -> mkdocs-material
mkdocs-jupyter==0.18.0 # -> mkdocs-jupyter
python-markdown-math==0.8 # -> python-markdown-math==0.8
mkdocstrings-python-legacy # newly added

sagewe avatar Jun 14 '22 08:06 sagewe