summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix test_linkcode.test_html fails with C locale and Python 3. Closes #1311shimizukawa2013-11-171-5/+2
* | Merged in mitya57/sphinx (pull request #176)Takayuki Shimizukawa2013-11-161-0/+5
|\ \
| * | Make sure setup_command test can always import SphinxDmitry Shachnev2013-10-051-0/+5
* | | Add tests and code refine for pull request #190.shimizukawa2013-11-125-1/+88
| |/ |/|
* | test_intl fix-up after versionmodified change.Georg Brandl2013-10-121-3/+3
|/
* Backed out changeset cfe9e2d11003 refs #1265shimizukawa2013-10-043-23/+17
* Now gettext translates label target name. Fix i18n: crash when using a indire...shimizukawa2013-10-043-17/+23
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...shimizukawa2013-10-035-10/+10
* Add test refs #1265 (comment-6264794) to validate translated label link shift...shimizukawa2013-10-033-0/+20
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-013-3/+3
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...shimizukawa2013-09-283-6/+25
* Fix i18n: crash when translating section name that is pointed from named targ...shimizukawa2013-09-233-2/+26
* fix: test_build_latex and test_build_texinfo raise SkipTest if command missin...shimizukawa2013-09-232-3/+3
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-185-0/+106
* Test suite quickfix.Georg Brandl2013-09-161-0/+1
* Merged in RelentlessIdiot/sphinx (pull request #149)Georg Brandl2013-09-162-0/+37
|\
| * Fix #1203: Does not append space to unknown field names.Rob Ruana2013-06-232-0/+37
* | Fix new html_extra_path option for singlehtml builder.Georg Brandl2013-09-161-1/+0
* | Merged in mcmtroffaes/sphinx-html-extra-path (pull request #158)Georg Brandl2013-09-163-0/+7
|\ \
| * | Test that extra entries are in outdir.Matthias C. M. Troffaes2013-08-221-0/+4
| * | Set up initial test.Matthias C. M. Troffaes2013-08-222-0/+3
* | | Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)Georg Brandl2013-09-161-0/+1
|\ \ \
| * | | autodoc: change :novalue: to :annoation: optionJohannes Dewender2013-02-271-1/+1
| * | | fix tests for autodoc novalue optionJohannes Dewender2013-01-241-0/+1
* | | | Add support for C++11 member function ref-qualifiers and C++03 volatile membe...Tres Walsh2013-08-071-0/+24
| |/ / |/| |
* | | support parallel testing with detoxshimizukawa2013-07-271-14/+20
* | | Add test for docutils.conf and prevent 'html4css1.css' missing warning.shimizukawa2013-07-274-0/+121
* | | Fix i18n: gettext did not translate admonition directive's title. Closes #1206shimizukawa2013-07-033-0/+141
| |/ |/|
* | Fix i18n: footnote reference number missing for auto numbered named footnote ...shimizukawa2013-06-213-19/+28
* | test improvementshimizukawa2013-06-211-86/+111
* | fix: translation mechanism break label target if label and section name are s...shimizukawa2013-06-193-0/+146
* | test_intl:external_link test case correction to fit to reST syntax.shimizukawa2013-06-183-16/+16
* | fix: keep reference if link refname was translated. refs #1193shimizukawa2013-06-191-3/+3
* | Fix: Multiple references in the same line return the same link with i18n. Clo...shimizukawa2013-06-173-71/+120
* | add tests for "multiple cross references in the same line return the same lin...shimizukawa2013-06-163-4/+52
* | Fix multiple cross references (term, ref, doc) in the same line return the sa...shimizukawa2013-06-163-10/+79
* | refactoring: 'tmpdir' rename to 'tempdir' that is same name in other places.shimizukawa2013-06-131-6/+6
* | Fix: Output TeX/texinfo/man filename has no basename (only extention) when us...shimizukawa2013-06-131-0/+22
* | fix typo ;)shimizukawa2013-06-131-1/+1
* | fix for unicode object syntax. ur'' is meaningless.shimizukawa2013-06-131-4/+4
* | Fix "Title underline is short" WARNING is given when using fullwidth characte...shimizukawa2013-06-091-1/+34
* | Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" includes...shimizukawa2013-06-091-0/+16
* | Fix: Citation target missing cause AssertionError. Closes #1160shimizukawa2013-05-024-0/+9
* | Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. Clos...shimizukawa2013-04-301-1/+16
* | Rebuild i18n target document when catalog updatedshimizukawa2013-04-151-0/+12
* | Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 enc...shimizukawa2013-04-131-0/+5
* | 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