summaryrefslogtreecommitdiff
path: root/tests/test_build_text.py
Commit message (Collapse)AuthorAgeFilesLines
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-17/+17
|
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
|
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
|
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
|
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
|
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
|
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
|
* A happy new year!Takeshi KOMIYA2021-01-011-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 isortFrançois Freitag2020-11-111-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 textTakeshi KOMIYA2020-02-011-6/+6
|
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-17/+17
|
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* Fix #6867: text: extra spaces are inserted to hyphenated words on folding linesTakeshi KOMIYA2019-11-301-10/+12
|
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-11/+11
|
* 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
| |
* | Moar testsJulien Palard2018-10-231-1/+36
| |
* | Working on text colspan and rowspan.Julien Palard2018-10-221-0/+57
| |
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-6/+6
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+2
|
* test: Fix broken testcasesTakeshi KOMIYA2018-01-151-27/+26
|
* Merge branch 'master' into feature-text-secnumbersTakeshi KOMIYA2018-01-151-1/+1
|\
| * Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
| |\
| | * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| | |
| | * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
| | |
* | | Fix Python 2 problems in test_build_textMatthew Woodcraft2017-11-071-36/+24
| | |
* | | #3998: Toctree section numbering in plain text outputMatthew Woodcraft2017-11-071-6/+45
| | |
* | | #3998: Add optional section numbering in plain text outputMatthew Woodcraft2017-11-051-0/+54
|/ / | | | | | | | | Controlled by new config values: text_add_secnumbers and text_secnumber_suffix.
* | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-3/+2
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Fix #1797: text builder inserts blank line on topTakeshi KOMIYA2016-08-191-1/+1
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fix #1793: Add new line before first item of listTakayuki Hirai2015-03-301-0/+12
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-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 #1544Takayuki Shimizukawa2014-08-261-0/+26
|
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with ↵Takayuki Shimizukawa2013-10-031-3/+3
| | | | 'non-ASCII filename'. refs #703
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-3/+1
|
* Add regression test for #1109. Issue was corrected at previous commit ↵Takayuki Shimizukawa2013-03-091-0/+28
| | | | 62b0a5f17f62. Closes #1109
* Fix: text builder breach max-witdh specificatoin if paragraph have prefixed ↵Takayuki Shimizukawa2013-03-091-0/+29
| | | | text. ex: 'See also:'
* Fix text builder did not respect wide/fullwidth characters for textwrap.Takayuki Shimizukawa2013-02-071-0/+21
|
* Fix text builder did not respect wide/fullwidth charactors for table layout.Takayuki Shimizukawa2013-02-061-0/+21
|
* Fix text builder did not respect wide/fullwidth charactors for title line.Takayuki Shimizukawa2013-02-051-0/+44