Closed daangoossens22 closed 2 years ago
Seems to be caused by the changes made to the conda environment in 58a301e. I probably didn't have issues locally as I just installed the necessary libraries in a python venv.
Yeah the problem is caused by pygments 2.12. Pinning the dependency back to 2.11.2 should fix the issue. Should be fixed c549961.
On the website, the code blocks are not being rendered correctly, but when it is deployed locally with
mkdocs serve
it is. See images below:from https://libigl.github.io:
from localhost using
mkdocs serve
From comparing the generated site in the master branch to the locally generated one, it seems that the ```cpp``` codeblocks are indeed not converted correctly. See code snippets below:
from https://libigl.github.io: https://github.com/libigl/libigl.github.io/blob/9a8f08c7199d4064f3cdb273f50da88c79e43436/index.html#L900-L920
from localhost using
mkdocs serve