Closed Bug 1748904 Opened 3 years ago Closed 3 years ago

MyST doesn't use `eval_rst`

Categories

(Developer Infrastructure :: Source Documentation, defect, P1)

Tracking

(firefox-esr91 unaffected, firefox95 unaffected, firefox96 unaffected, firefox97 fixed)

RESOLVED FIXED
97 Branch
Tracking Status
firefox-esr91 --- unaffected
firefox95 --- unaffected
firefox96 --- unaffected
firefox97 --- fixed

People

(Reporter: chutten, Assigned: chutten)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Since bug 1746782 landed, a lot of Tables of Contents in markdown docs have broken (due to their use of eval_rst).

This can be fixed with a trivial transformation from


```eval_rst
.. directive:

to:


```{directive}

(( Also we need to fix the indentation a bit or sphinx complains that it can't find files at rather/long/ path/index and stuff ))

(( And while we're in the neighbourhood there are a few one-off uses of eval_rst we can fix while we're here ))

Pushed by chutten@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9acbfc08e350 Fix use of now-obsolete eval_rst directives in docs r=firefox-source-docs-reviewers,ahal DONTBUILD
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch

Set release status flags based on info from the regressing bug 1746782

Has Regression Range: --- → yes
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: