summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-0/+1
* merge stable into defaultGeorg Brandl2014-01-114-5/+9
|\
| * Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` di...Georg Brandl2014-01-111-0/+1
| * merge stable into defaultGeorg Brandl2014-01-113-5/+8
| |\
| | * d98e70c13eff followup: only do type conversion of confoverrides if the values...Georg Brandl2014-01-102-5/+7
| | * merge stable into defaultGeorg Brandl2014-01-101-0/+1
| | |\
| | | * Merged in hsoft/sphinx (pull request #202)Georg Brandl2014-01-101-0/+1
| | | |\
| | | | * Allow "." and "~" prefixes in inline :param: typedefs.Virgil Dupras2014-01-041-0/+1
* | | | | * 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
| * | 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