[all-commits] [llvm/llvm-project] 93b124: [docs] Finish misc MyST migration (#210209)

Reid Kleckner via All-commits all-commits at lists.llvm.org
Fri Jul 17 11:57:24 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 93b1240309309d5c2f8f94527ff7c7bd5df359af
      https://github.com/llvm/llvm-project/commit/93b1240309309d5c2f8f94527ff7c7bd5df359af
  Author: Reid Kleckner <rkleckner at nvidia.com>
  Date:   2026-07-17 (Fri, 17 Jul 2026)

  Changed paths:
    M compiler-rt/docs/ASanABI.md
    M compiler-rt/docs/BuildingCompilerRT.md
    M compiler-rt/docs/TestingGuide.md
    M flang/docs/CommandGuide/index.md
    M libsycl/docs/CodingGuidelines.md
    M libsycl/docs/index.md
    M libunwind/docs/BuildingLibunwind.md
    M libunwind/docs/index.md
    M lldb/source/Plugins/TraceExporter/docs/htr.md
    M llvm-libgcc/docs/LLVMLibgcc.md
    M offload/docs/conf.py
    M offload/docs/index.md

  Log Message:
  -----------
  [docs] Finish misc MyST migration (#210209)

Tracking issue: #201242
See the [migration guide] for more information.

[migration guide]:
https://llvm.org/docs/SphinxQuickstartTemplate.html#markdown-migration-guidelines

This is a stacked PR based on #210208, which is the standalone rename
commit for this miscellaneous Markdown migration batch.

This was prepared with rst2myst plus LLM-assisted cleanup. LLDB man
pages are intentionally left as reStructuredText because LLDB man-page
building should not take on Markdown parser dependencies.

Unfortunately, many of these miscellaneous docs do not have working
standalone doc build targets, so I was not able to render HTML for all
of them. I think the scope is small enough that this is reviewable by
hand.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list