Skip to content

adrv936x: Add u-boot-env page as orphan - #568

Merged
StancaPop merged 1 commit into
mainfrom
add_adrv936x_uboot_fix_page
Aug 7, 2026
Merged

adrv936x: Add u-boot-env page as orphan#568
StancaPop merged 1 commit into
mainfrom
add_adrv936x_uboot_fix_page

Conversation

@StancaPop

Copy link
Copy Markdown
Collaborator

Type

  • Documentation
  • Bug fix
  • New feature
  • Continuous integration

Checklist

@StancaPop StancaPop added the llm review Request a review from a LLM Reviewer label Aug 7, 2026
@StancaPop StancaPop self-assigned this Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

LLM review

This series adds a new orphan troubleshooting page for the ADRV9361/ADRV9364
u-boot environment fix, imported from dokuwiki.

run: 31175543058

0da39dc - Add u-boot-env page as orphan

Ordering bug: the .. _adrv936x u-boot-env-fix: label is placed before the
.. imported from: comment, so the comment sits between the label and the section
title. Sphinx's implicit target-to-title association requires the target to
immediately precede the title, so any :ref: to this label fails to resolve
(WARNING: Failed to create a cross reference. A title or caption not found).
Reproduced with a minimal isolated Sphinx project and confirmed against the ~100
other imported pages in this repo, which all put the imported from comment
before the label.

The page is also :orphan: and, before this fix, nothing else in the repository
referenced it, making it unreachable from any other doc page.

Minor: the new .. image:: for the MAC address sticker is missing :alt: text
(every other image in this reference design sets one), and the EngineerZone
support link uses a raw external hyperlink instead of the :ez: role already used
elsewhere in the same directory (revision-history.rst).

CI warnings

No CI log was provided for this run; issues above were found by rebuilding the
docs locally (adoc serve --once -v -s solutions/reference-designs/adrv9361z7035
and make html), which reproduces the ref.ref warning once a cross-reference to
the new label is added.

Verification data

The original dokuwiki page (resources/eval/user-guides/adrv936x_rfsom/u-boot-env-fix?do=export_raw)
was fetched and compared line by line against the new .rst; content, commands
and the boot log excerpt match faithfully.

Suggested patches

Apply the suggested patches with:

cd path/to/repository
export GITHUB_TOKEN=ghp_***
apply-patches --repo=analogdevicesinc/documentation 31175543058
Install instructions

The following one-liner installs the script if not present already:

curl -fSsL "https://raw.githubusercontent.com/analogdevicesinc/doctools/refs/heads/main/ci/scripts/apply-patches.sh"      -o ~/.local/bin/apply-patches.sh &&   grep -q "/apply-patches.sh" ~/.bashrc || echo "source ~/.local/bin/apply-patches.sh" >> $_ ; . $_

More information at AI Usage.

Signed-off-by: Stanca Pop <stanca.pop@analog.com>
@StancaPop
StancaPop merged commit 4ded426 into main Aug 7, 2026
3 checks passed
@StancaPop
StancaPop deleted the add_adrv936x_uboot_fix_page branch August 7, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llm review Request a review from a LLM Reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants