summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Closes #1372: use https URL for PEPs and RFCsGeorg Brandl2014-11-171-2/+2
* Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-071-8/+20
* Fix #1512 env.record_dependency crashes on multibyte directoriestk0miya2014-09-151-1/+26
* Now Sphinx exits with non-zero status code if builder status is not success. ...shimizukawa2014-08-291-1/+12
* `make text` generate wrong table when it has empty table cells. Closes #1544shimizukawa2014-08-261-0/+26
* * gettext does not extract nodes.line in a table or list. Closes #1477shimizukawa2014-08-261-0/+121
* * On Python3 environment, docutils.conf with 'source_link=true' in the genera...shimizukawa2014-08-121-2/+29
* * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex...shimizukawa2014-07-131-8/+21
* use test generator nosetests feature.shimizukawa2014-07-122-50/+22
* * Fix: py:function directive generate incorrectly signature when specifying a...shimizukawa2014-07-121-0/+44
* * In autodoc, fix display of parameter defaults containing backslashes. Close...shimizukawa2014-07-021-0/+6
* * With non-callable `setup` in a conf.py, now sphinx-build emits user-friendl...shimizukawa2014-06-301-0/+7
* * Fix: autosummary can't handle nested classes correctly. Closes #1441shimizukawa2014-06-212-1/+14
* * Fix exception on Python3 if nonexistent method is specified by automethod. ...shimizukawa2014-06-091-0/+3
* refactoring the test_autosummary.pyshimizukawa2014-04-121-53/+45
* * Fix: autosummary does not create the description from attributes docstring....shimizukawa2014-04-112-0/+72
* Fix i18n: missing python domain's cross-references with currentmodule directi...shimizukawa2014-03-233-0/+54
* fix windows newlinesGeorg Brandl2014-03-013-32/+32
* Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-034-0/+96
* Update copyright year.Georg Brandl2014-03-0136-36/+36
* Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-0/+16
* Closes #1285: Avoid name clashes between C domain objects and section titles.Georg Brandl2014-01-171-6/+6
* * add a test for the parsed-literal directiveGeorg Brandl2014-01-113-2/+6
* Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-102-0/+3
* Closes #1312: use non-deprecated unittest-like namesGeorg Brandl2014-01-101-3/+3
* Fix autodoc with ``autoclass_content="both"`` uses useless ``object.__init__`...shimizukawa2014-01-021-0/+14
* Fix autosummary template overloading cause infinite recursive function call. ...shimizukawa2013-12-276-0/+81
* fix trailing spaceGeorg Brandl2013-12-101-1/+1
* Fix: autodoc class __init__ override not removed from docstring. Closes #1138shimizukawa2013-12-091-0/+33
* fix test error; can't remove empty directory problem on Windows.shimizukawa2013-12-081-1/+1
* 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