Sub-issue of #1428. The landmark-unique violation shows up on the [Theme-specific elements](https://pydata-sphinx-theme.readthedocs.io/en/latest/user_guide/theme-elements.html) page because the following directive gets transformed into a `<nav>` element: ```` ```{contents} Page contents :local: ``` ```` As there is already another unlabelled `<nav>` on the page (in the header), this causes the Axe landmark-unique rule to fail.