summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
Commit message (Expand)AuthorAgeFilesLines
* HTML builder outputs HTML5 by defaultTakeshi KOMIYA2019-02-111-372/+0
* Do test with docutils-0.12Takeshi KOMIYA2019-02-091-0/+5
* refactor: test_build_html.pyTakeshi KOMIYA2019-01-261-6/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-6/+6
* | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-3/+52
|\ \ | |/
| * Fix #2720, #4034: Incorrect links with ``:download:``, duplicate names, and p...Takeshi KOMIYA2018-09-031-8/+37
| * Fix #5348: download reference to remote file is not displayedTakeshi KOMIYA2018-08-261-0/+20
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-2/+2
|/
* Fix #4983: productionlist directive generates invalid IDs for the tokensTakeshi KOMIYA2018-05-221-2/+2
* Merge branch '1.7'Takeshi KOMIYA2018-02-201-2/+1
|\
| * Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+1
* | test: Remove function based directivesTakeshi KOMIYA2018-02-081-1/+0
|/
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-211-0/+2
|\
| * Fix #4434: pure numbers as link targets produce warningTakeshi KOMIYA2018-01-201-0/+2
* | Fix #4079: Add notranslate class to let Google Translate know they are not tr...Takeshi KOMIYA2018-01-131-8/+8
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | test_autodoc: Separate testdata (python objects) and testcasesTakeshi KOMIYA2017-12-211-2/+2
* | Merge branch 'stable'Takeshi KOMIYA2017-12-161-4/+0
|\ \ | |/
| * diet test-root: Move testtheme to test-themingTakeshi KOMIYA2017-12-151-4/+0
* | Closes #3160: Use <kbd> tag for :kbd: role in html writersDavid Lechner2017-10-301-1/+1
* | Merge branch 'stable'jfbu2017-06-051-7/+9
|\ \ | |/
| * Fix Emit wrong warnings if citation label includes hyphens (refs: #3558)Takeshi KOMIYA2017-06-041-7/+9
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
| * Fix flake8 violationsTakeshi KOMIYA2017-05-091-6/+2
* | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-8/+3
|/
* Add experimental HTML5 writerYoshiki Shibukawa2017-03-021-0/+330