summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Fix #126 manpage title with spacesgrubert2020-02-174-9/+10
* [ Fix #380 ] manpage commandline option problem in sphinx.grubert2020-02-174-6/+10
* docs: Add a note about using tox to test multiple pythonmilde2020-02-061-3/+13
* HMTL5: fix spacing in compound lists.milde2020-02-061-10/+13
* Documentation update.milde2020-02-067-132/+163
* Documentation update.milde2020-02-062-18/+18
* latex writer: Remove legacy stylesheet.milde2020-02-065-1486/+5
* tox: Remove distutils hacksmilde2020-02-061-9/+0
* Update/Fix MANIFEST.inmilde2020-02-063-27/+12
* setup.py: Switch to setuptoolsmilde2020-02-062-82/+11
* Use default encoding (utf8) for documentation in tools/editors/emacs.milde2020-02-062-21/+19
* Minor formatting updates.milde2020-02-063-12/+9
* Restore support for running tests stand-alone.milde2020-01-3196-105/+282
* latex writer: announced changes.milde2020-01-3011-90/+45
* New class-argument handling in LaTeX writer.milde2020-01-303-45/+127
* Use importlib.import_module() to programmatically import modules.milde2020-01-305-7/+13
* Log html5 writer changes.milde2020-01-302-14/+28
* html5: support <ins> and <del> tags.milde2020-01-302-7/+28
* html5: use semantic text-level tagsmilde2020-01-302-16/+75
* Use new HTML5 element <main>.milde2020-01-306-51/+80
* html5: Use semantic tags <figure> and <figcaption>.milde2020-01-303-18/+177
* html5: Use semantic tags <header>, <footer>, <section>, <aside>.milde2020-01-308-165/+193
* Formattinggrubert2020-01-271-5/+5
* Fix: declare instance variable in __init__grubert2020-01-271-0/+1
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-263-75/+94
* VersionInfo fixesmilde2020-01-263-20/+134
* Clean up LanguageImporter. Update documentation.milde2020-01-264-49/+39
* Do not use assert statements when checking module content.milde2020-01-262-8/+10
* Fix/update import of language modules (#385).milde2020-01-263-44/+74
* Explicit include test subdirectory contents in MANIFEST.in to avoid inclusion...grubert2020-01-162-1/+17
* Document buildhtml.py options "html_writer" and "dry-run".milde2020-01-162-3/+19
* add error messagegrubert2020-01-121-1/+1
* Changes since 0.16grubert2020-01-122-3/+7
* set release 0.17b.devgrubert2020-01-1218-23/+23
* set version 0.16grubert2020-01-1218-23/+23
* Test localisation of admonition directives.milde2020-01-094-53/+326
* typos in commentsgrubert2019-12-301-1/+1
* typos in commentsgrubert2019-12-301-5/+5
* Use decorator in _traversal_list auxiliary class.milde2019-12-231-50/+25
* Extend _traversal_list auxiliary class.milde2019-12-231-7/+38
* version: 0.16rc2.devgrubert2019-12-1918-22/+22
* version: 0.16rc1grubert2019-12-1918-21/+21
* Fix over and underline of titlegrubert2019-12-151-2/+2
* set version: 0.16rc1.devgrubert2019-12-1518-20/+20
* Call correct version of 'getcwd(u)'milde2019-12-131-1/+1
* Update/trim RELEASE-NOTES.milde2019-12-121-34/+9
* Announce upcoming requirement of "setuptools" for setup.py.milde2019-12-121-0/+3
* Small fixes in release documentation.milde2019-12-121-2/+2
* Document possible heavy ressource use when parsing untrusted input.milde2019-12-122-2/+14
* Fix : DeprecationWarning: Please use assertEqual grubert2019-12-021-33/+33