| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged in shimizukawa/sphinx-fix-i18n-fork/#955 (pull request #86) | Takayuki Shimizukawa | 2012-12-07 | 3 | -0/+39 |
| |\ | |||||
| | * | Add Docutils-native XML and pseudo-XML builders | Jon Waltman | 2012-12-04 | 1 | -0/+8 |
| | | | |||||
| | * | Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87) | Takayuki Shimizukawa | 2012-11-30 | 2 | -0/+22 |
| | |\ | |||||
| | | * | fix: sphinx-quickstart asks again and again Y|N because input() return value ↵ | shimizukawa | 2012-11-28 | 1 | -0/+19 |
| | | | | | | | | | | | | | with extra '\r' on Python-3.2.0 + Windows. closes #1043 | ||||
| | | * | fix: cpp domain parser cannot parse 'static constexpr' declarations. closes ↵ | shimizukawa | 2012-11-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | #1038 | ||||
| | * | | fix: cpp domain parser cannot parse a const type with a modifier. closes #1041 | shimizukawa | 2012-11-28 | 1 | -0/+9 |
| | |/ | |||||
| * | | Update warnings for inconsistency reference translations. Thanks @jonwaltman! | shimizukawa | 2012-12-07 | 1 | -2/+7 |
| | | | |||||
| * | | fix: rescue extra named-reference that appeared in same translation message. | shimizukawa | 2012-12-05 | 3 | -4/+10 |
| | | | |||||
| * | | change: Make readable-text a priority. | shimizukawa | 2012-12-05 | 1 | -2/+18 |
| | | | | | | | | | If the number of reference does not match then some links will be broken. | ||||
| * | | move i18n test documents to i18n subdir. | shimizukawa | 2012-12-05 | 9 | -21/+33 |
| | | | |||||
| * | | refactoring | shimizukawa | 2012-12-05 | 1 | -21/+22 |
| | | | |||||
| * | | checking whether the number of references is equal in both the translated ↵ | shimizukawa | 2012-12-05 | 4 | -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 localization | shimizukawa | 2012-11-27 | 4 | -1/+88 |
| | | | |||||
| * | | fix #955: consider the numbered-footnote. update test and code | shimizukawa | 2012-11-22 | 3 | -5/+10 |
| | | | |||||
| * | | fixed #955: footnote i18n translation cause KeyError and 'Only update text ↵ | shimizukawa | 2012-11-22 | 4 | -1/+65 |
| |/ | | | | nodes in translation' change at b7b808e46851 break translation. | ||||
| * | Closes #681: Allow nested parentheses in C++ signatures (patch by Vadim and ↵ | Jon Waltman | 2012-11-10 | 1 | -1/+16 |
| | | | | | Jim Naslund) | ||||
| * | autodoc: Handle explicit instance attributes in :members: (re #904) | Jon Waltman | 2012-11-08 | 2 | -0/+58 |
| | | |||||
| * | Update sys.path to avoid autodoc warnings when building docs in tests/root. | Jon Waltman | 2012-11-08 | 1 | -0/+1 |
| | | |||||
| * | Update Sphinx URL to new sphinx-doc.org domain. | Georg Brandl | 2012-11-04 | 1 | -1/+1 |
| | | |||||
| * | fix: ziptheme.zip block removing test temporary directory on Windows. | shimizukawa | 2012-11-04 | 1 | -0/+2 |
| | | |||||
| * | merge with Takayuki's sphinx-fix-testing-fork | Georg Brandl | 2012-11-01 | 1 | -1/+1 |
| |\ | |||||
| | * | fix test_linkcode str/bytes incompatibility at py3 | shimizukawa | 2012-10-29 | 1 | -1/+1 |
| | | | |||||
| * | | Fix running tests under Python 3 without tox. | Georg Brandl | 2012-11-01 | 1 | -3/+3 |
| |/ | |||||
| * | Merged in pv/sphinx-work/ext-linkcode (pull request #47) | Georg Brandl | 2012-10-28 | 2 | -0/+50 |
| |\ | |||||
| | * | ENH: add a linkcode extension | Pauli Virtanen | 2012-03-11 | 2 | -0/+50 |
| | | | |||||
| * | | Merged in shimizukawa/sphinx-fix-testing-fork (pull request #62) | Georg Brandl | 2012-10-28 | 3 | -4/+7 |
| |\ \ | |||||
| | * | | fix for Python3: Python3 open() use 'rt' mode by default, and decoding by ↵ | shimizukawa | 2012-05-02 | 1 | -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. | shimizukawa | 2012-05-02 | 3 | -3/+6 |
| | | | | |||||
| * | | | merge with stable | Georg Brandl | 2012-10-28 | 2 | -5/+31 |
| |\ \ \ | |||||
| | * | | | domain override: fix issue #1009. | Franck Michea | 2012-10-11 | 1 | -0/+21 |
| | | | | | |||||
| | * | | | merge with stable | Georg Brandl | 2012-07-29 | 1 | -5/+10 |
| | |\ \ \ | | |/ / | |||||
| | | * | | fix some testing. | shimizukawa | 2012-05-01 | 1 | -5/+10 |
| | | |/ | | | | | | | | | | | | | * Python3 test support * Specify depended library version for Python2.4, 2.5 | ||||
| * | | | Closes #617: Fix docstring preparation without included signature: only ↵ | Jon Waltman | 2012-09-16 | 2 | -2/+13 |
| | | | | | | | | | | | | | ignore indentation of one line, not two. | ||||
| * | | | Add failing tests for nested sections in only directives. | Jon Waltman | 2012-09-12 | 3 | -0/+267 |
| |/ / | |||||
| * | | Fix test_env by supplying a dummy imgpath to the HTML builder. | Georg Brandl | 2012-07-29 | 1 | -0/+1 |
| |/ | |||||
| * | Intersphinx: parse inventories correctly when object names contain embedded ↵ | Jeff Dairiki | 2012-02-26 | 1 | -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 Brandl | 2012-03-10 | 1 | -2/+2 |
| | | | | | files under 2.x and 3.x. | ||||
| * | Fixes #874: do not use __file__ anymore after changing cwd. | Georg Brandl | 2012-03-10 | 1 | -3/+5 |
| | | |||||
| * | Closes #810: fix deprecation warnings with Python 3. What is left over is ↵ | Georg Brandl | 2012-01-29 | 1 | -1/+5 |
| | | | | | from nose or docutils. | ||||
| * | Closes #695: When the highlight language "python" is specified explicitly, ↵ | Georg Brandl | 2012-01-29 | 1 | -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 Brandl | 2011-10-09 | 1 | -1/+2 |
| | | |||||
| * | Change default visibility for C++ superclasses. | Robert Lehmann | 2011-10-08 | 1 | -2/+2 |
| | | |||||
| * | Fixes #678: Support superclass declarations in C++ domain. | Robert Lehmann | 2011-10-08 | 1 | -0/+20 |
| | | |||||
| * | Remove unused import. | Georg Brandl | 2011-10-07 | 1 | -1/+0 |
| | | |||||
| * | Split user queries and file generation in quickstart into two functions. | Georg Brandl | 2011-10-07 | 1 | -3/+7 |
| | | |||||
| * | Update the websupport tests to API changes. | Georg Brandl | 2011-10-06 | 1 | -18/+12 |
| | | |||||
| * | Fix markup test with latest pygments-related updates. | Georg Brandl | 2011-10-02 | 1 | -3/+3 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 43 | -984/+1406 |
| |\ | |||||
| | * | Added more tests to the basic parsing of C++ signatures | Armin Ronacher | 2011-09-23 | 1 | -5/+18 |
| | | | |||||
| | * | merged | Armin Ronacher | 2011-09-23 | 1 | -0/+12 |
| | |\ | |||||
