summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test suite fixesGeorg Brandl2013-04-011-1/+2
* Copyright header update.Georg Brandl2013-04-015-6/+6
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-0129-56/+52
* Closes #896: use SkipTest in build_latex test if latex is not installedGeorg Brandl2013-04-011-7/+4
* Fix overlong lines.Georg Brandl2013-03-312-4/+7
* merge headsshimizukawa2013-03-176-1/+99
|\
| * make versionmodified translatableNozomu Kaneko2013-02-044-0/+83
| * versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-061-4/+5
| * fix: paragraphs in versionmodified are ignored when it has no dangling paragr...Nozomu Kaneko2013-01-062-0/+14
* | Add i18n capabilities for custom templates.shimizukawa2013-03-105-0/+51
|/
* Add regression test for #1109. Issue was corrected at previous commit 62b0a5f...shimizukawa2013-03-091-0/+28
* Fix: text builder breach max-witdh specificatoin if paragraph have prefixed t...shimizukawa2013-03-091-0/+29
* Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Takayuki Shimizukawa2013-02-245-12/+112
|\
| * Closes #1108: [text] Correctly number enumerated lists with non-default start...Jonathan Waltman2013-02-202-0/+55
| * fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.shimizukawa2013-02-101-0/+21
| * conf.py now accept CRLF end-of-line.shimizukawa2013-02-102-12/+15
| * Fix text builder did not respect wide/fullwidth characters for textwrap.shimizukawa2013-02-071-0/+21
* | mergeNozomu Kaneko2013-02-064-0/+119
|\ \ | |/ |/|
| * Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Nozomu Kaneko2013-02-044-0/+119
| |\
| | * fix tests correspond to 6c70ca26a841 (Divide test_intl target ...)Nozomu Kaneko2013-01-061-10/+6
| | * resolve conflictsNozomu Kaneko2013-01-0632-69/+291
| | |\
| | * \ mergeNozomu Kaneko2013-01-0539-30/+251
| | |\ \
| | * | | make docfield translatableNozomu Kaneko2012-12-184-0/+123
* | | | | Fix text builder did not respect wide/fullwidth charactors for table layout.shimizukawa2013-02-061-0/+21
* | | | | Fix text builder did not respect wide/fullwidth charactors for title line.shimizukawa2013-02-052-0/+51
* | | | | fix toctree entry missing for testing.shimizukawa2013-02-051-0/+1
* | | | | fix: roles' reftarget ware swapped if there are some roles in 1 line and tran...shimizukawa2013-02-054-0/+53
* | | | | remove unusable 'SEVERE: Duplicate ID' message for footnote that the translat...shimizukawa2013-02-041-1/+6
* | | | | fix: reporting correct line number when translations have wrong reST syntax o...shimizukawa2013-02-044-0/+46
|/ / / /
* | | | Fix autodoc crash if :members: and :special-members: ware both set (by d7ac5e4).shimizukawa2013-02-031-0/+18
* | | | Closes #1062: sphinx.ext.autodoc use __init__ method signature for class sign...shimizukawa2013-02-031-0/+14
* | | | test refactoring: use with_setup for all test_autodoc.py's testsshimizukawa2013-02-031-13/+22
* | | | add test for pull request #111: Respect add_autodoc_attrgetter() even when in...shimizukawa2013-02-031-0/+42
* | | | Fix :term: doesn't link to glossary if term text translated. refs #1090shimizukawa2013-01-306-6/+64
* | | | Fix gettext does not extract glossary terms. Closes #1090shimizukawa2013-01-303-0/+60
* | | | fix debug2 UnicodeEncodeError issue with multibyte names nodeshimizukawa2013-01-211-0/+7
* | | | Fix long lines reported by "make check".Georg Brandl2013-01-131-8/+18
* | | | fix: autodoc documented descriptor class as attributeshimizukawa2013-01-121-0/+11
* | | | fix test_seealso failed with python3shimizukawa2013-01-121-1/+1
* | | | Issue #1069: Add failing test for signature formatting of "partial" functions...Jonathan Waltman2013-01-091-0/+14
* | | | Add man_pages config to tests/root/conf.py.Jonathan Waltman2013-01-061-0/+5
* | | | Fix test_man which didn't test if docs were being built. It now successfully...Jonathan Waltman2013-01-061-1/+2
* | | | merge birkenfeld/sphinxRobert Lehmann2013-01-065-0/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | merge knzm/sphinx-fix-seealso-forkRobert Lehmann2013-01-064-0/+65
| |\ \ \
| | * | | stop calling rmtree in a testNozomu Kaneko2012-12-241-1/+0
| | * | | merge headsNozomu Kaneko2012-12-245-0/+67
| | |\ \ \ | | | |/ /
| | * | | make seealso translatableNozomu Kaneko2012-12-164-0/+68
| * | | | merge with birkenfeld/sphinxRobert Lehmann2013-01-021-0/+8
| |\ \ \ \
| | * | | | Verify seealso directives end up in gettext catalogs.Robert Lehmann2012-12-161-0/+8
| | | |/ / | | |/| |
* | | | | Divide test_intl target source files for speed-up.shimizukawa2013-01-0624-69/+91