[flang-commits] [flang] [Documentation] Fix some invalid references in sphinx documentation (PR #68239)

Shivam Gupta via flang-commits flang-commits at lists.llvm.org
Fri Oct 6 00:16:25 PDT 2023


xgupta wrote:

> LGTM! The only remaining issues I see when building LLVM docs locally are:
> 
> ```
> F:\source\llvm-project\llvm\docs\GitRepositoryPolicy.md:21: WARNING: 'myst' cross-reference target not found: 'DeveloperPolicy.html#adding-an-established-project-to-the-llvm-monorepo>' [myst.xref_missing]
> F:\source\llvm-project\llvm\docs\InstrRefDebugInfo.md:96: WARNING: 'myst' cross-reference target not found: 'SourceLevelDebugging.html#livedebugvalues-expansion-of-variable-locations' [myst.xref_missing]
> F:\source\llvm-project\llvm\docs\MarkdownQuickstartTemplate.md:161: WARNING: 'myst' cross-reference target not found: 'SphinxQuickstartTemplate.html#generating-the-documentation' [myst.xref_missing]
> F:\source\llvm-project\llvm\docs\PointerAuth.md:306: WARNING: 'myst' cross-reference target not found: 'authenticated-global-relocation' [myst.xref_missing]
> F:\source\llvm-project\llvm\docs\PointerAuth.md:331: WARNING: 'myst' cross-reference target not found: 'authenticated-global-relocation' [myst.xref_missing]
> ```

I saw them too, seems warnings are treated as errors by default.

https://github.com/llvm/llvm-project/pull/68239


More information about the flang-commits mailing list