summaryrefslogtreecommitdiff
path: root/tests/test_build_texinfo.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.8'Takeshi KOMIYA2019-02-031-0/+19
|\
| * texinfo: remove DOTs from name if name contains other charactersTakeshi KOMIYA2019-02-031-1/+1
| * Add testcase for TexinfoTranslator.escape_id()Takeshi KOMIYA2019-02-031-0/+19
* | Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-17/+10
* | test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-2/+1
* | 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-4/+4
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | refactor: special rubric for footnotesTakeshi KOMIYA2018-12-101-0/+1
* | Add testcase for default_texinfo_documentsTakeshi KOMIYA2018-11-241-0/+13
* | quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA2018-11-111-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-11-091-0/+21
|\ \ | |/
| * Fix #3080: texinfo: multiline citations are brokenTakeshi KOMIYA2018-11-081-0/+12
| * Fix #3080: texinfo: multiline rubric is brokenTakeshi KOMIYA2018-11-081-0/+9
* | test: Move autodoc_missing_imports to test-ext-autodocTakeshi KOMIYA2018-10-171-3/+3
* | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-5/+1
|/
* Make generated texinfo files reproducible by sorting the anchorsDmitry Shachnev2018-08-301-0/+4
* Fix #4720: message when an image is mismatched for builder is not clearTakeshi KOMIYA2018-03-181-2/+3
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-4/+3
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-06-251-1/+1
|\ \ | |/
| * Fix the warnings, need to handle the repr escapingAndy Neebel2017-06-141-2/+1
| * Mark tests as xfail/skip to allow successful runAndy Neebel2017-06-141-0/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-05-161-1/+1
|\ \ | |/
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-2/+2
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+4
* Merge branch 'stable'Takeshi KOMIYA2016-07-151-12/+17
|\
| * Optimized tests: Add test-warningsTakeshi KOMIYA2016-07-141-12/+18
* | #2597: Show warning messages as darkredTakeshi KOMIYA2016-06-241-2/+2
|/
* Fix #2309: Could not refer "indirect hyperlink targets" by ref-roleTakeshi KOMIYA2016-04-241-1/+1
* Fix #2229: no warning is given for unknown optionsTakeshi KOMIYA2016-02-231-0/+1
* Don't show option-role warnings in 1.3.x tooTakeshi KOMIYA2016-02-201-1/+0
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Fix line numbers was not shown on warnings of indeciesTakeshi KOMIYA2016-01-131-1/+1
* Fix filenames were not shown on warnings of citationsTakeshi KOMIYA2016-01-131-1/+1
* Fix line numbers were not shown on warnings in LaTeX and texinfo builderTakeshi KOMIYA2016-01-131-4/+4
* Fix #2229, any-role and ``-W`` option are conflictedTakeshi KOMIYA2016-01-121-9/+1
* Fix broken test by bba3f388e96bac2b106d89d51367d2974f70f49cTakeshi KOMIYA2016-01-121-0/+9
* Fix TestApp.cleanup_trees was obsoletedTakeshi KOMIYA2015-12-241-1/+0
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | No need to insist on fresh builds with test_build_*Georg Brandl2014-09-211-1/+1
* | Complete test suite overhaul.Georg Brandl2014-09-211-15/+9
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+3
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-4/+4