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 | 2021-04-17 | 582 Bytes | |
| docutils-0.17.1.tar.gz | 2021-04-17 | 2.0 MB | |
| Totals: 2 Items | 2.0 MB | 0 | |
Release 0.17.1 (2021-04-16)
===========================
* docutils/utils/math/latex2mathml.py
- Fix bug #406 (MathML translation of ``\mathbf``).
* docutils/writers/latex2e/__init__.py:
- Open "docutils.sty" with encoding set to "utf8".
Fixes bug #414: error with Py3k when locale encoding is "ascii".
* docutils/parsers/*.py, docutils/transforms/*.py
- Provide fallbacks for parser config settings
to facilitate programmatic use.
* docutils/writers/manpage.py
- Apply patch #160: move macro defs above ``.TH``
(thanks Willie and sorry for the delay).