Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -17/+17 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | test: encoding="utf-8" is no longer needed on reading text | Takeshi KOMIYA | 2020-02-01 | 1 | -6/+6 |
| | |||||
* | test: Use read_text() and read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -17/+17 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #6867: text: extra spaces are inserted to hyphenated words on folding lines | Takeshi KOMIYA | 2019-11-30 | 1 | -10/+12 |
| | |||||
* | encoding keyword for path.text() and path.write_text() is no longer needed | Takeshi KOMIYA | 2019-01-03 | 1 | -11/+11 |
| | |||||
* | 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 |
| | | |||||
* | | Moar tests | Julien Palard | 2018-10-23 | 1 | -1/+36 |
| | | |||||
* | | Working on text colspan and rowspan. | Julien Palard | 2018-10-22 | 1 | -0/+57 |
| | | |||||
* | | The default setting for master_doc is changed to 'index' | Takeshi KOMIYA | 2018-09-04 | 1 | -6/+6 |
|/ | |||||
* | Fix flake8 violations | Takeshi KOMIYA | 2018-02-19 | 1 | -1/+2 |
| | |||||
* | test: Fix broken testcases | Takeshi KOMIYA | 2018-01-15 | 1 | -27/+26 |
| | |||||
* | Merge branch 'master' into feature-text-secnumbers | Takeshi KOMIYA | 2018-01-15 | 1 | -1/+1 |
|\ | |||||
| * | 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 |
| | | | |||||
| | * | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -1/+1 |
| | | | |||||
* | | | Fix Python 2 problems in test_build_text | Matthew Woodcraft | 2017-11-07 | 1 | -36/+24 |
| | | | |||||
* | | | #3998: Toctree section numbering in plain text output | Matthew Woodcraft | 2017-11-07 | 1 | -6/+45 |
| | | | |||||
* | | | #3998: Add optional section numbering in plain text output | Matthew Woodcraft | 2017-11-05 | 1 | -0/+54 |
|/ / | | | | | | | | | Controlled by new config values: text_add_secnumbers and text_secnumber_suffix. | ||||
* | | Remove deprecated testing utilities | Takeshi KOMIYA | 2017-04-27 | 1 | -3/+2 |
|/ | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Fix #1797: text builder inserts blank line on top | Takeshi KOMIYA | 2016-08-19 | 1 | -1/+1 |
| | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Fix #1793: Add new line before first item of list | Takayuki Hirai | 2015-03-30 | 1 | -0/+12 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -93/+27 |
|/ | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
* | `make text` generate wrong table when it has empty table cells. Closes #1544 | Takayuki Shimizukawa | 2014-08-26 | 1 | -0/+26 |
| | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | grammar fix: 'multibyte filename' is ambiguous. They are replaced with ↵ | Takayuki Shimizukawa | 2013-10-03 | 1 | -3/+3 |
| | | | | 'non-ASCII filename'. refs #703 | ||||
* | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -3/+1 |
| | |||||
* | Add regression test for #1109. Issue was corrected at previous commit ↵ | Takayuki Shimizukawa | 2013-03-09 | 1 | -0/+28 |
| | | | | 62b0a5f17f62. Closes #1109 | ||||
* | Fix: text builder breach max-witdh specificatoin if paragraph have prefixed ↵ | Takayuki Shimizukawa | 2013-03-09 | 1 | -0/+29 |
| | | | | text. ex: 'See also:' | ||||
* | Fix text builder did not respect wide/fullwidth characters for textwrap. | Takayuki Shimizukawa | 2013-02-07 | 1 | -0/+21 |
| | |||||
* | Fix text builder did not respect wide/fullwidth charactors for table layout. | Takayuki Shimizukawa | 2013-02-06 | 1 | -0/+21 |
| | |||||
* | Fix text builder did not respect wide/fullwidth charactors for title line. | Takayuki Shimizukawa | 2013-02-05 | 1 | -0/+44 |