The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2023-05-09 | 1.2 kB | |
| docutils-0.20.tar.gz | 2023-05-09 | 2.1 MB | |
| Totals: 2 Items | 2.1 MB | 1 | |
Release Notes
=============
:Note:
Docutils 0.20 is the last version supporting Python 3.7 and 3.8.
* General
Support Python 3.11 (patch #198 by Hugo van Kemenade).
* Output changes:
* HTML5:
Use dpub-ARIA role "doc-footnote" (instead of ARIA role "note") for footnotes.
* LaTeX:
Do not load the inputenc package in UTF-8 encoded LaTeX sources. (UTF-8 is the default encoding for LaTeX2e since 2018).
* Configuration changes:
Settings in the [latex2e writer] configuration file section are now ignored by the "xetex" writer.
Place common settings in section [latex writers].
New command line setting output. Obsoletes the <destination> positional argument (cf. future changes).
* utils.find_file_in_dirs() now returns a POSIX path also on Windows; utils.get_stylesheet_list() no longer converts \ to /.
* docutils/languages/ docutils/parsers/rst/languages/
Support Ukrainian. Patch by Dmytro Kazanzhy.
* test/coverage.sh
Removed. Use the coverage.py project instead, coverage run test/alltests.py and coverage report.
* tools/
Moved quicktest.py to tools/dev/.
Detailed changes in https://docutils.sourceforge.io/HISTORY.html