summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-6/+6
| |
* | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | In Python 3, both .encode() and .decode() default the encoding to 'utf-8'. See the docs: https://docs.python.org/3/library/stdtypes.html#str.encode https://docs.python.org/3/library/stdtypes.html#bytes.decode Simplify and shorten the code by using the default instead of respecifying it.
* | Merge branch 'master' into change_master_doc_to_indexTakeshi KOMIYA2018-09-291-3/+52
|\ \ | |/
| * Fix #2720, #4034: Incorrect links with ``:download:``, duplicate names, and ↵Takeshi KOMIYA2018-09-031-8/+37
| | | | | | | | parallel builds
| * 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 ↵Takeshi KOMIYA2018-01-131-8/+8
| | | | | | | | translatable
* | 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