summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merged in shimizukawa/sphinx-fix-i18n-fork/#955 (pull request #86)Takayuki Shimizukawa2012-12-073-0/+39
|\
| * Add Docutils-native XML and pseudo-XML buildersJon Waltman2012-12-041-0/+8
| |
| * Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87)Takayuki Shimizukawa2012-11-302-0/+22
| |\
| | * fix: sphinx-quickstart asks again and again Y|N because input() return value ↵shimizukawa2012-11-281-0/+19
| | | | | | | | | | | | with extra '\r' on Python-3.2.0 + Windows. closes #1043
| | * fix: cpp domain parser cannot parse 'static constexpr' declarations. closes ↵shimizukawa2012-11-281-0/+3
| | | | | | | | | | | | #1038
| * | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041shimizukawa2012-11-281-0/+9
| |/
* | Update warnings for inconsistency reference translations. Thanks @jonwaltman!shimizukawa2012-12-071-2/+7
| |
* | fix: rescue extra named-reference that appeared in same translation message.shimizukawa2012-12-053-4/+10
| |
* | change: Make readable-text a priority.shimizukawa2012-12-051-2/+18
| | | | | | | | If the number of reference does not match then some links will be broken.
* | move i18n test documents to i18n subdir.shimizukawa2012-12-059-21/+33
| |
* | refactoringshimizukawa2012-12-051-21/+22
| |
* | checking whether the number of references is equal in both the translated ↵shimizukawa2012-12-054-1/+76
| | | | | | | | 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-274-1/+88
| |
* | fix #955: consider the numbered-footnote. update test and codeshimizukawa2012-11-223-5/+10
| |
* | fixed #955: footnote i18n translation cause KeyError and 'Only update text ↵shimizukawa2012-11-224-1/+65
|/ | | | nodes in translation' change at b7b808e46851 break translation.
* Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and ↵Jon Waltman2012-11-101-1/+16
| | | | Jim Naslund)
* autodoc: Handle explicit instance attributes in :members: (re #904)Jon Waltman2012-11-082-0/+58
|
* Update sys.path to avoid autodoc warnings when building docs in tests/root.Jon Waltman2012-11-081-0/+1
|
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
|
* fix: ziptheme.zip block removing test temporary directory on Windows.shimizukawa2012-11-041-0/+2
|
* merge with Takayuki's sphinx-fix-testing-forkGeorg Brandl2012-11-011-1/+1
|\
| * fix test_linkcode str/bytes incompatibility at py3shimizukawa2012-10-291-1/+1
| |
* | Fix running tests under Python 3 without tox.Georg Brandl2012-11-011-3/+3
|/
* Merged in pv/sphinx-work/ext-linkcode (pull request #47)Georg Brandl2012-10-282-0/+50
|\
| * ENH: add a linkcode extensionPauli Virtanen2012-03-112-0/+50
| |
* | Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62)Georg Brandl2012-10-283-4/+7
|\ \
| * | fix for Python3: Python3 open() use 'rt' mode by default, and decoding by ↵shimizukawa2012-05-021-1/+1
| | | | | | | | | | | | locale.getpreferredencoding(). In sphinx test, html output encoded by 'utf-8' but reading with syste-locale-setting-encode that cause UnicodeDecodeError.
| * | * fix test for Windows: test failed by test-code problem depends on os.sep.shimizukawa2012-05-023-3/+6
| | |
* | | merge with stableGeorg Brandl2012-10-282-5/+31
|\ \ \
| * | | domain override: fix issue #1009.Franck Michea2012-10-111-0/+21
| | | |
| * | | merge with stableGeorg Brandl2012-07-291-5/+10
| |\ \ \ | | |/ /
| | * | fix some testing.shimizukawa2012-05-011-5/+10
| | |/ | | | | | | | | | | | | * Python3 test support * Specify depended library version for Python2.4, 2.5
* | | Closes #617: Fix docstring preparation without included signature: only ↵Jon Waltman2012-09-162-2/+13
| | | | | | | | | | | | ignore indentation of one line, not two.
* | | Add failing tests for nested sections in only directives.Jon Waltman2012-09-123-0/+267
|/ /
* | Fix test_env by supplying a dummy imgpath to the HTML builder.Georg Brandl2012-07-291-0/+1
|/
* Intersphinx: parse inventories correctly when object names contain embedded ↵Jeff Dairiki2012-02-261-0/+3
| | | | | | spaces. This is an issue, e.g., for (multi-word) glossary terms.
* Fixes #875 and #876: use the right file mode to successfully read config ↵Georg Brandl2012-03-101-2/+2
| | | | files under 2.x and 3.x.
* Fixes #874: do not use __file__ anymore after changing cwd.Georg Brandl2012-03-101-3/+5
|
* Closes #810: fix deprecation warnings with Python 3. What is left over is ↵Georg Brandl2012-01-291-1/+5
| | | | from nose or docutils.
* Closes #695: When the highlight language "python" is specified explicitly, ↵Georg Brandl2012-01-291-1/+1
| | | | | | do not try to parse the code to recognize non-Python snippets. Thanks to Jonas Haag for the patch.
* Satisfy "make check".Georg Brandl2011-10-091-1/+2
|
* Change default visibility for C++ superclasses.Robert Lehmann2011-10-081-2/+2
|
* Fixes #678: Support superclass declarations in C++ domain.Robert Lehmann2011-10-081-0/+20
|
* Remove unused import.Georg Brandl2011-10-071-1/+0
|
* Split user queries and file generation in quickstart into two functions.Georg Brandl2011-10-071-3/+7
|
* Update the websupport tests to API changes.Georg Brandl2011-10-061-18/+12
|
* Fix markup test with latest pygments-related updates.Georg Brandl2011-10-021-3/+3
|
* Merge with 1.0Georg Brandl2011-09-2343-984/+1406
|\
| * Added more tests to the basic parsing of C++ signaturesArmin Ronacher2011-09-231-5/+18
| |
| * mergedArmin Ronacher2011-09-231-0/+12
| |\