• 
      

    Fix some issues linking to docs and performing builds.

    Review Request #13137 — Created July 11, 2023 and submitted

    Information

    Review Board
    release-6.x

    Reviewers

    The new ActionHooks docs had some section headers in page title form,
    and some other section level ordering issues. These prevented Sphinx
    from properly determining the section levels, and that resulted in some
    references failing.

    Along with this, Sphinx wasn't successfully linking to the 6.x
    development docs at all. This was due to both the rb6.x and rb-dev
    intersphinx names pointing to the same URL, which failed.

    This change fixes up the section header levels and removes the (unused)
    rb-dev intersphinx name.

    Successfully built and uploaded new docs and release notes without any
    linking issues.

    Summary ID
    Fix some issues linking to docs and performing builds.
    The new ActionHooks docs had some section headers in page title form, and some other section level ordering issues. These prevented Sphinx from properly determining the section levels, and that resulted in some references failing. Along with this, Sphinx wasn't successfully linking to the 6.x development docs at all. This was due to both the `rb6.x` and `rb6-dev` intersphinx names pointing to the same URL, which failed. This change fixes up the section header levels and removes the (unused) `rb6-dev` intersphinx name.
    c1d5924631ad5696c2d47681b38324a5615869ed
    maubin
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (bad91b4)