[all-commits] [llvm/llvm-project] b7ff03: [Documentation] Replace recommonmark by myst-parse...
cor3ntin via All-commits
all-commits at lists.llvm.org
Mon Sep 25 05:02:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7ff03206d668cd5a620a9d4e1b22ea112ed56e3
https://github.com/llvm/llvm-project/commit/b7ff03206d668cd5a620a9d4e1b22ea112ed56e3
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M .github/workflows/release-tasks.yml
M clang/docs/conf.py
M flang/docs/Aliasing.md
M flang/docs/ArrayComposition.md
M flang/docs/BijectiveInternalNameUniquing.md
M flang/docs/C++17.md
M flang/docs/C++style.md
M flang/docs/Calls.md
M flang/docs/Character.md
M flang/docs/ComplexOperations.md
M flang/docs/ControlFlowGraph.md
M flang/docs/DesignGuideline.md
M flang/docs/DoConcurrent.md
M flang/docs/Extensions.md
M flang/docs/FIRArrayOperations.md
M flang/docs/FlangDriver.md
M flang/docs/FortranFeatureHistory.md
M flang/docs/FortranForCProgrammers.md
M flang/docs/FortranIR.md
M flang/docs/FortranLLVMTestSuite.md
M flang/docs/GettingInvolved.md
M flang/docs/GettingStarted.md
M flang/docs/IORuntimeInternals.md
M flang/docs/ImplementingASemanticCheck.md
M flang/docs/IntrinsicTypes.md
M flang/docs/Intrinsics.md
M flang/docs/LabelResolution.md
M flang/docs/ModFiles.md
M flang/docs/OpenACC.md
M flang/docs/OpenMP-semantics.md
M flang/docs/Overview.md
M flang/docs/ParserCombinators.md
M flang/docs/Parsing.md
M flang/docs/Preprocessing.md
M flang/docs/RuntimeDescriptor.md
M flang/docs/RuntimeTypeInfo.md
M flang/docs/Semantics.md
M flang/docs/conf.py
M flang/docs/index.md
M llvm/docs/GwpAsan.rst
M llvm/docs/MarkdownQuickstartTemplate.md
M llvm/docs/SphinxQuickstartTemplate.rst
M llvm/docs/conf.py
M llvm/utils/release/build-docs.sh
Log Message:
-----------
[Documentation] Replace recommonmark by myst-parser (#65664)
Recommonmark has been deprecated, then archived last year. This was
tracked by: https://github.com/llvm/llvm-iwg/issues/30
See https://github.com/readthedocs/recommonmark
This patch migrates all our doc to use myst
Additional details for bot maintainers: https://discourse.llvm.org/t/maintenance-required-on-sphinx-build-bots/73612
More information about the All-commits
mailing list