commit | b7ff03206d668cd5a620a9d4e1b22ea112ed56e3 | [log] [tgz] |
---|---|---|
author | cor3ntin <[email protected]> | Mon Sep 25 12:02:39 2023 |
committer | GitHub <[email protected]> | Mon Sep 25 12:02:39 2023 |
tree | 394898f99ec56cd1caf1eaad5caf54eee4567388 | |
parent | 92a394e4219cee347f187ad798258c5177612f27 [diff] [blame] |
[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
diff --git a/flang/docs/Intrinsics.md b/flang/docs/Intrinsics.md index 0128b4c..ab0a940 100644 --- a/flang/docs/Intrinsics.md +++ b/flang/docs/Intrinsics.md
@@ -8,9 +8,10 @@ # A categorization of standard (2018) and extended Fortran intrinsic procedures -```eval_rst -.. contents:: - :local: +```{contents} +--- +local: +--- ``` This note attempts to group the intrinsic procedures of Fortran into categories