summaryrefslogtreecommitdiff
path: root/tests/root
Commit message (Collapse)AuthorAgeFilesLines
* MergeDmitry Shachnev2014-01-201-2/+2
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-191-1/+1
| |
* | Merged birkenfeld/sphinx into defaultRob Ruana2014-01-193-1/+18
|\ \
| * | The deprecated config values ``exclude_trees``, ``exclude_dirnames`` and ↵Georg Brandl2014-01-191-1/+0
| | | | | | | | | | | | ``unused_docs`` have been removed.
| * | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-193-0/+18
| |\ \ | | |/ | |/| | | | autodoc extension: add autodoc_mock_imports config value
| | * autodoc extension: add autodoc_mock_imports config valueguibog2013-10-233-0/+18
| | |
* | | Merge conflictsRob Ruana2014-01-182-10/+1
|\ \ \ | |/ /
| * | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-172-9/+1
| | |
* | | Merges napoleon extension into mainline sphinxRob Ruana2014-01-181-1/+2
|/ /
* | merge stable into defaultGeorg Brandl2014-01-112-0/+2
|\ \
| * | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵Georg Brandl2014-01-111-0/+1
| | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option.
| * | merge stable into defaultGeorg Brandl2014-01-111-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-111-0/+4
|/ / | | | | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output
* | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-101-0/+1
|/ | | | but no option name).
* Merged in RelentlessIdiot/sphinx (pull request #149)Georg Brandl2013-09-161-0/+26
|\ | | | | | | Fix #1203: Do not append space to unknown field names.
| * Fix #1203: Does not append space to unknown field names.Rob Ruana2013-06-231-0/+26
| | | | | | | | | | | | | | If an unknown field name is encountered, a space is only appended if the field arguments are not empty. Also, only the first character of the field name is upper cased, and the case of the rest of the string remains unchanged.
* | Set up initial test.Matthias C. M. Troffaes2013-08-222-0/+3
|/
* Fix: Citation target missing cause AssertionError. Closes #1160shimizukawa2013-05-021-0/+6
|
* fix: paragraphs in versionmodified are ignored when it has no dangling ↵Nozomu Kaneko2013-01-061-0/+9
| | | | paragraphs.
* Closes #1108: [text] Correctly number enumerated lists with non-default ↵Jonathan Waltman2013-02-202-0/+55
| | | | start values (based on patch by Ewan Edwards).
* Add man_pages config to tests/root/conf.py.Jonathan Waltman2013-01-061-0/+5
|
* Divide test_intl target source files for speed-up.shimizukawa2013-01-0617-388/+0
|
* Move "only" directive tests to a seperate test root.Jonathan Waltman2013-01-052-204/+0
|
* Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-053-0/+109
|
* Closes #940: Fix gettext does not extract figure caption.shimizukawa2013-01-054-0/+42
| | | | | This is docutils issue. see also: https://sourceforge.net/tracker/?func=detail&aid=3599485&group_id=38414&atid=422032
* Fix text writer can not handle visit_legend for figure directive contents.shimizukawa2013-01-041-0/+4
|
* Add regression test for gettext does not extract definition terms. Closes #975shimizukawa2013-01-013-0/+44
|
* Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a ↵Georg Brandl2012-12-311-1/+1
| | | | "-" prefix.
* fix #1058 Footnote backlinks do not workNozomu Kaneko2012-12-192-0/+41
|
* Avoid unusable warning in using i18n translation. Closes #1057.shimizukawa2012-12-163-0/+44
| | | | And there is related information at pull request #86
* fix: rescue extra named-reference that appeared in same translation message.shimizukawa2012-12-052-0/+4
|
* move i18n test documents to i18n subdir.shimizukawa2012-12-058-3/+8
|
* checking whether the number of references is equal in both the translated ↵shimizukawa2012-12-053-0/+49
| | | | form and the untranslated form? If they're not equal, emit a warning and don't bother trying to transfer the references.
* fix #1044 refs #955: fix external/inline links with localizationshimizukawa2012-11-273-0/+46
|
* fix #955: consider the numbered-footnote. update test and codeshimizukawa2012-11-222-3/+7
|
* fixed #955: footnote i18n translation cause KeyError and 'Only update text ↵shimizukawa2012-11-223-0/+41
| | | | nodes in translation' change at b7b808e46851 break translation.
* autodoc: Handle explicit instance attributes in :members: (re #904)Jon Waltman2012-11-081-0/+13
|
* Update sys.path to avoid autodoc warnings when building docs in tests/root.Jon Waltman2012-11-081-0/+1
|
* Merged in pv/sphinx-work/ext-linkcode (pull request #47)Georg Brandl2012-10-281-0/+22
|\
| * ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+22
| |
* | Add failing tests for nested sections in only directives.Jon Waltman2012-09-122-0/+204
|/
* Merge with 1.0Georg Brandl2011-09-2217-23/+257
|\
| * Fix dupicate autodocumentation leading to test failures.Georg Brandl2011-09-191-1/+1
| |
| * Only test spanning cells for latex.Georg Brandl2011-09-191-0/+2
| |
| * Code style fixes.Georg Brandl2011-09-171-0/+10
| |
| * autosummary: respect py:currentclass when looking up Python objectsPauli Virtanen2011-06-291-0/+24
| | | | | | | | This makes autosummary directives inside classes to work properly.
| * merge with 1.0Georg Brandl2011-01-091-1/+1
| |\
| * | Add missing label.Georg Brandl2011-01-081-0/+2
| | |