summaryrefslogtreecommitdiff
path: root/docutils/writers/_html_base.py
Commit message (Expand)AuthorAgeFilesLines
* HTML5: Use dpub-ARIA role "doc-footnote" for footnotesmilde2022-12-011-1/+1
* Wrap definition lists with "details" class argument in a <div>milde2022-11-281-9/+13
* Use "pathlib" to simplify path manipulations. No change to behaviour.milde2022-11-241-7/+6
* Use `super()` for calls to `get_transforms()` from parent class.milde2022-11-211-1/+1
* HTML5 writer: use parent `depart_document()` method.milde2022-11-131-5/+7
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-131-59/+51
* Support `pandoc` as an external LaTeX to MathML converter.milde2022-11-041-0/+4
* Use the built-in ``open`` instead of ``FileInput``aa-turner2022-11-031-2/+2
* Resolve linting warnings from flake8aa-turner2022-11-031-4/+4
* Partially revert r9167aa-turner2022-11-021-3/+10
* Resolve flake8 ``E275`` erroraa-turner2022-10-201-3/+3
* Add wrapper around groups of footnotes to facilitate styling as a list.milde2022-06-191-6/+13
* Postpone deprecations to Docutils 2.0milde2022-05-301-2/+2
* Small fixes to HTML5 output.milde2022-04-291-1/+1
* Remove unused local variablesmilde2022-03-051-5/+0
* Avoid line break after binary operator.milde2022-03-051-8/+8
* Avoid too long lines.milde2022-03-051-1/+2
* Fix imports.milde2022-03-051-1/+2
* Remove excess blank lines.milde2022-03-041-1/+0
* Fix multiple spaces after keywordmilde2022-03-041-1/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-19/+21
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-1/+1
* Fix multiple spaces after ',' or ':'.milde2022-03-031-7/+7
* Fix missing whitespace around operator.milde2022-03-031-4/+4
* Fix whitespace before/after delimiters and colon.milde2022-03-031-2/+2
* Write table column widths with 3 digits precision. Fixes bug #444.milde2022-02-191-3/+3
* Fix code indentationmilde2022-01-291-38/+44
* Fix trailing whitespace (flake warning W291).milde2022-01-291-1/+1
* Update IO error handling.milde2022-01-271-7/+6
* Drop string prefix "u".milde2022-01-261-12/+12
* Skip assigning to a variable when immediately returningmilde2022-01-261-2/+1
* Remove unused importsmilde2022-01-261-1/+0
* Use "x not in y" over "not x in y"milde2022-01-261-3/+4
* Use "is" to check for Nonemilde2022-01-261-2/+2
* Remove redundant parenthesesmilde2022-01-261-2/+2
* Remove re.U(NICODE), it is the default in Python 3milde2022-01-261-1/+1
* Fix [bug:#443].milde2022-01-261-2/+2
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-2/+2
* Use "with ... as" when opening resources.milde2022-01-111-4/+4
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-3/+1
* Drop (most) special-casing for Python 2.x.milde2022-01-031-14/+7
* Remove "coding:" slugmilde2022-01-031-2/+1
* Fix behaviour of get_stylesheet_list()milde2021-11-171-4/+7
* Unify/simplify import of PIL.milde2021-11-091-10/+1
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-6/+17
* Small fixes for 0.18.1.milde2021-10-301-1/+3
* Fix spellingmilde2021-10-221-1/+1
* Config setting image_loading: use value "link" instead of "eager".milde2021-10-151-2/+2
* New option "image_loading" for HTML5.milde2021-10-131-2/+8
* HTML5: New default for table column widths (fixes bug #426).milde2021-10-011-3/+8