summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-193-0/+18
|\
| * autodoc extension: add autodoc_mock_imports config valueguibog2013-10-233-0/+18
* | merge headsshimizukawa2014-01-185-25/+7
|\ \
| * \ merge headsshimizukawa2014-01-1516-9/+116
| |\ \
| * | | Drop python-3.1 and remove support codesshimizukawa2013-12-151-1/+1
| * | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-155-25/+7
* | | | merge with stableGeorg Brandl2014-01-177-19/+11
|\ \ \ \
| * | | | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-173-14/+1
| | |/ / | |/| |
| * | | 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
| | | | | |/ /
* | | | | | | 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
| * | 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
| |/ / |/| |