[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-24 Thread Tom Stellard via Phabricator via cfe-commits
tstellar added a subscriber: gkistanova. tstellar added a comment. @luke You'll need to contact the bot owners so they can update machine. The workers running the publish-sphinx-docs will need to be updated too. @gkistanova should be able to help. Repository: rG LLVM Github Monorepo

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-24 Thread Luke Lau via Phabricator via cfe-commits
luke added a comment. In D142199#4076287 , @kiranchandramohan wrote: > The flang website (flang.llvm.org) or flang.llvm.org/docs are built from > these. Would you know whether there are changes required are there? >

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-24 Thread Kiran Chandramohan via Phabricator via cfe-commits
kiranchandramohan added a comment. The flang website (flang.llvm.org) or flang.llvm.org/docs are built from these. Would you know whether there are changes required are there? https://github.com/llvm/llvm-zorg/blob/main/zorg/buildbot/builders/SphinxDocsBuilder.py Repository: rG LLVM Github

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-24 Thread Luke Lau via Phabricator via cfe-commits
luke added a comment. In D142199#4073815 , @tstellar wrote: > LGTM. Can you add something to the release notes about this. Done. Do any build machines need to be upgraded before this is landed? Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-24 Thread Luke Lau via Phabricator via cfe-commits
luke updated this revision to Diff 491667. luke added a comment. Update release notes Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142199/new/ https://reviews.llvm.org/D142199 Files: .github/workflows/release-tasks.yml clang/docs/conf.py

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-23 Thread Tom Stellard via Phabricator via cfe-commits
tstellar accepted this revision. tstellar added a comment. This revision is now accepted and ready to land. LGTM. Can you add something to the release notes about this. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142199/new/

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-23 Thread Luke Lau via Phabricator via cfe-commits
luke updated this revision to Diff 491318. luke added a comment. Don't suppress misc.highlighting_failure warning Instead just fix the flang code block that was failing to highlight Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D142199/new/

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-23 Thread Luke Lau via Phabricator via cfe-commits
luke added inline comments. Comment at: flang/docs/ComplexOperations.md:37 **FIR** -```c func.func @_QPpow_self(%arg0: !fir.ref>) -> !fir.complex<4> { luke wrote: > tstellar wrote: > > Do these changes have any affected on the output html? Is there another >

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-20 Thread Luke Lau via Phabricator via cfe-commits
luke added inline comments. Comment at: flang/docs/ComplexOperations.md:37 **FIR** -```c func.func @_QPpow_self(%arg0: !fir.ref>) -> !fir.complex<4> { tstellar wrote: > Do these changes have any affected on the output html? Is there another way > to specify

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-20 Thread Tom Stellard via Phabricator via cfe-commits
tstellar added inline comments. Herald added a subscriber: asb. Comment at: flang/docs/ComplexOperations.md:37 **FIR** -```c func.func @_QPpow_self(%arg0: !fir.ref>) -> !fir.complex<4> { Do these changes have any affected on the output html? Is there another

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-20 Thread Luke Lau via Phabricator via cfe-commits
luke added inline comments. Comment at: flang/docs/DiagnosticsReference.md:1 +% This file intentionally left blank. Silences a warning about a missing reference from the automatically generated FlangCommandLineReference.rst This is pretty hairy and it will link

[PATCH] D142199: [Docs] Replace recommonmark with myst-parser

2023-01-20 Thread Luke Lau via Phabricator via cfe-commits
luke created this revision. luke added reviewers: kuhnel, Shivamgupta1234, mehdi_amini. Herald added subscribers: kosarev, pmatos, kerbowa, arphaman, jvesely. Herald added a reviewer: sscalpone. Herald added projects: Flang, All. luke requested review of this revision. Herald added subscribers: