You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #2081 set auto_id_prefix: 'id' in lib/github/commands/rest2html to keep
the pre-docutils-0.18 anchor id scheme, but the committed RST fixtures still
held the docutils-0.18 default (toc-entry-N). The rendered output therefore
never matched the fixtures, so test_rst, test_long.rst, and test_toc.rst
failed on master and on every PR built from it.
I regenerated README.rst.html, README.long.rst.html, and README.toc.rst.html
against the CI-pinned docutils 0.22.4 so the fixtures use the idN scheme that
the auto_id_prefix: 'id' setting actually produces, honoring #2081's intent.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Zack Koppert <zkoppert@github.com>
<li><ahref="#tags-set-globally-can-be-removed-using-tag-syntax" id="toc-entry-8">Tags set globally can be removed using <code>-tag</code> syntax</a></li>
19
-
<li><ahref="#dynamic-and-hybrid-library-apis-support-asynchronous-execution" id="toc-entry-9">Dynamic and hybrid library APIs support asynchronous execution</a></li>
20
-
<li><ahref="#timestamps-in-result-model-and-output-xml-use-standard-format" id="toc-entry-10">Timestamps in result model and output.xml use standard format</a></li>
21
-
<li><ahref="#dark-mode-support-to-report-and-log" id="toc-entry-11">Dark mode support to report and log</a></li>
<li><ahref="#tags-set-globally-can-be-removed-using-tag-syntax" id="id120">Tags set globally can be removed using <code>-tag</code> syntax</a></li>
19
+
<li><ahref="#dynamic-and-hybrid-library-apis-support-asynchronous-execution" id="id121">Dynamic and hybrid library APIs support asynchronous execution</a></li>
20
+
<li><ahref="#timestamps-in-result-model-and-output-xml-use-standard-format" id="id122">Timestamps in result model and output.xml use standard format</a></li>
21
+
<li><ahref="#dark-mode-support-to-report-and-log" id="id123">Dark mode support to report and log</a></li>
<li><ahref="#python-3-6-and-3-7-are-no-longer-supported" id="toc-entry-13">Python 3.6 and 3.7 are no longer supported</a></li>
26
-
<li><ahref="#changes-to-output-xml" id="toc-entry-14">Changes to output.xml</a></li>
27
-
<li><ahref="#changes-to-result-model" id="toc-entry-15">Changes to result model</a></li>
28
-
<li><ahref="#changes-to-parsing-model" id="toc-entry-16">Changes to parsing model</a></li>
29
-
<li><ahref="#changes-to-libdoc-spec-files" id="toc-entry-17">Changes to Libdoc spec files</a></li>
30
-
<li><ahref="#changes-to-selecting-tests-with-suite-test-and-include" id="toc-entry-18">Changes to selecting tests with <code>--suite</code>, <code>--test</code> and <code>--include</code></a></li>
<li><ahref="#python-3-6-and-3-7-are-no-longer-supported" id="id125">Python 3.6 and 3.7 are no longer supported</a></li>
26
+
<li><ahref="#changes-to-output-xml" id="id126">Changes to output.xml</a></li>
27
+
<li><ahref="#changes-to-result-model" id="id127">Changes to result model</a></li>
28
+
<li><ahref="#changes-to-parsing-model" id="id128">Changes to parsing model</a></li>
29
+
<li><ahref="#changes-to-libdoc-spec-files" id="id129">Changes to Libdoc spec files</a></li>
30
+
<li><ahref="#changes-to-selecting-tests-with-suite-test-and-include" id="id130">Changes to selecting tests with <code>--suite</code>, <code>--test</code> and <code>--include</code></a></li>
<li><ahref="#deprecated-attributes-in-parsing-running-and-result-models" id="toc-entry-23">Deprecated attributes in parsing, running and result models</a></li>
<li><ahref="#deprecated-attributes-in-parsing-running-and-result-models" id="id135">Deprecated attributes in parsing, running and result models</a></li>
0 commit comments