Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HTML builder outputs HTML5 by default | Takeshi KOMIYA | 2019-02-11 | 1 | -372/+0 |
| | |||||
* | Do test with docutils-0.12 | Takeshi KOMIYA | 2019-02-09 | 1 | -0/+5 |
| | |||||
* | refactor: test_build_html.py | Takeshi KOMIYA | 2019-01-26 | 1 | -6/+2 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -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 strings | Takeshi KOMIYA | 2018-12-16 | 1 | -6/+6 |
| | | |||||
* | | Avoid respecifying default encoding for .encode()/.decode() calls | Jon Dufresne | 2018-12-15 | 1 | -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_index | Takeshi KOMIYA | 2018-09-29 | 1 | -3/+52 |
|\ \ | |/ | |||||
| * | Fix #2720, #4034: Incorrect links with ``:download:``, duplicate names, and ↵ | Takeshi KOMIYA | 2018-09-03 | 1 | -8/+37 |
| | | | | | | | | parallel builds | ||||
| * | Fix #5348: download reference to remote file is not displayed | Takeshi KOMIYA | 2018-08-26 | 1 | -0/+20 |
| | | |||||
* | | The default setting for master_doc is changed to 'index' | Takeshi KOMIYA | 2018-09-04 | 1 | -2/+2 |
|/ | |||||
* | Fix #4983: productionlist directive generates invalid IDs for the tokens | Takeshi KOMIYA | 2018-05-22 | 1 | -2/+2 |
| | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-20 | 1 | -2/+1 |
|\ | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -2/+1 |
| | | |||||
* | | test: Remove function based directives | Takeshi KOMIYA | 2018-02-08 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'stable' into 1.7-release | Takeshi KOMIYA | 2018-01-21 | 1 | -0/+2 |
|\ | |||||
| * | Fix #4434: pure numbers as link targets produce warning | Takeshi KOMIYA | 2018-01-20 | 1 | -0/+2 |
| | | |||||
* | | Fix #4079: Add notranslate class to let Google Translate know they are not ↵ | Takeshi KOMIYA | 2018-01-13 | 1 | -8/+8 |
| | | | | | | | | translatable | ||||
* | | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
* | | test_autodoc: Separate testdata (python objects) and testcases | Takeshi KOMIYA | 2017-12-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-12-16 | 1 | -4/+0 |
|\ \ | |/ | |||||
| * | diet test-root: Move testtheme to test-theming | Takeshi KOMIYA | 2017-12-15 | 1 | -4/+0 |
| | | |||||
* | | Closes #3160: Use <kbd> tag for :kbd: role in html writers | David Lechner | 2017-10-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'stable' | jfbu | 2017-06-05 | 1 | -7/+9 |
|\ \ | |/ | |||||
| * | Fix Emit wrong warnings if citation label includes hyphens (refs: #3558) | Takeshi KOMIYA | 2017-06-04 | 1 | -7/+9 |
| | | |||||
| * | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -1/+1 |
| | | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-05-09 | 1 | -6/+2 |
| | | |||||
* | | Remove deprecated testing utilities | Takeshi KOMIYA | 2017-04-27 | 1 | -8/+3 |
|/ | |||||
* | Add experimental HTML5 writer | Yoshiki Shibukawa | 2017-03-02 | 1 | -0/+330 |