File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Incompatible changes
1414* #13639: :py:meth: `!SphinxComponentRegistry.create_source_parser ` no longer
1515 has an *app * parameter, instead taking *config * and *env *.
1616 Patch by Adam Turner.
17+ * #13679: Non-decodable characters in source files now raise an error.
18+ Such bytes have been replaced with '?' along with logging a warning
19+ since Sphinx 2.0.
20+ Patch by Adam Turner.
1721* #13751, #14089: :mod: `sphinx.ext.autodoc ` has been substantially rewritten,
1822 and there may be some incompatible changes in edge cases, especially when
1923 extensions interact with autodoc internals.
@@ -38,9 +42,6 @@ Deprecated
3842* #13665: Deprecate support for non-UTF 8 source encodings,
3943 scheduled for removal in Sphinx 10.
4044 Patch by Adam Turner.
41- * #13679: Non-decodable characters in source files will raise an error in Sphinx 9.
42- Currently, such bytes are replaced with '?' along with logging a warning.
43- Patch by Adam Turner.
4445* #13682: Deprecate :py:mod: `!sphinx.io `.
4546 Sphinx no longer uses the :py:mod: `!sphinx.io ` classes,
4647 having replaced them with standard Python I/O.
You can’t perform that action at this time.
0 commit comments