llvm/llvm-iwg

Switch recommonmark to myst-parser

Open

#30 opened on Apr 21, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees) (14 forks)github user discovery
help wanted

Repository metrics

Stars
 (18 stars)
PR merge metrics
 (PR metrics pending)

Description

Just saw on Discourse that the Markdown addon "recommonmark" for Sphinx will be deprecated. This is used in generating our llvm.org website. https://llvm.discourse.group/t/switch-recommonmark-to-myst-parser/3259

The recommended alternative is MyST-Parser. So I guess it would make sense for LLVM to also switch at some point in time...

Do we consider this in scope for our working group?

I suppose this would mean changing the Sphinx config in the repo and upgrading all machines building the documentation.

Contributor guide