forked from mirrors/gecko-dev
This fixes it locally for me. Apparently `:ref:` links to the first matching global label, which in this case is an unrelated "Architecture overview" label in a devtools doc. Instead we can use `:doc:` to link to another doc in the same directory. We only need to specify the doc file's basename and Sphinx automatically includes the doc's title in the final HTML. See: https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#role-doc Differential Revision: https://phabricator.services.mozilla.com/D116761 |
||
|---|---|---|
| .. | ||
| assets/nontechnical-overview | ||
| contact.rst | ||
| debugging.rst | ||
| dynamic-result-types.rst | ||
| experiments.rst | ||
| index.rst | ||
| nontechnical-overview.rst | ||
| overview.rst | ||
| telemetry.rst | ||
| utilities.rst | ||