summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* make docfield translatableNozomu Kaneko2012-12-184-0/+123
* Avoid unusable warning in using i18n translation. Closes #1057.shimizukawa2012-12-165-0/+67
* Fix minor bugs in test_intl.py causing tests to fail under python 2.5Jonathan Waltman2012-12-111-6/+5
* merge headsshimizukawa2012-12-1025-31/+775
|\
| * 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
| | | * fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #...shimizukawa2012-11-281-0/+3
| | * | 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
| * | 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 for...shimizukawa2012-12-054-1/+76
| * | 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 no...shimizukawa2012-11-224-1/+65
| |/
| * Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and J...Jon Waltman2012-11-101-1/+16
| * 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 lo...shimizukawa2012-05-021-1/+1
| | * | * 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
| | | |/
| * | | Closes #617: Fix docstring preparation without included signature: only ignor...Jon Waltman2012-09-162-2/+13
| * | | 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
| |/
* | support multibyte filename handling.shimizukawa2012-05-012-6/+26
|/
* Intersphinx: parse inventories correctly when object names contain embedded s...Jeff Dairiki2012-02-261-0/+3
* Fixes #875 and #876: use the right file mode to successfully read config file...Georg Brandl2012-03-101-2/+2
* 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 fro...Georg Brandl2012-01-291-1/+5
* Closes #695: When the highlight language "python" is specified explicitly, do...Georg Brandl2012-01-291-1/+1
* 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