summaryrefslogtreecommitdiff
path: root/sphinx/writers/html5.py
Commit message (Expand)AuthorAgeFilesLines
...
* add link to manpages in HTML builderAntoine Beaupré2018-01-111-0/+6
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Closes #3160: Use <kbd> tag for :kbd: role in html writersDavid Lechner2017-10-301-5/+12
|/
* Remove bulk_text_processors methods, they are no longer neededDmitry Shachnev2017-04-251-6/+0
* Remove the custom smartypants codeDmitry Shachnev2017-04-251-94/+0
* Also change depart_admonition calls for html5 builderTravis A. Everett2017-03-041-7/+7
* fix #1733: fix span tags for ids is in table tag (for html5 validation)Yoshiki Shibukawa2017-03-031-22/+16
* Add experimental HTML5 writerYoshiki Shibukawa2017-03-021-0/+929