Commit Graph
62 Commits
Author SHA1 Message Date
Takayuki Shimizukawa 60f6fc4805 fix debug2 UnicodeEncodeError issue with multibyte names node 2013-01-21 08:09:43 +09:00
Takayuki Shimizukawa fbd63617cf add installations for each environments 2013-01-20 16:06:04 +09:00
Takayuki Shimizukawa a1bf7dbcf8 fix: output all html every time with python3.3.
Sphinx detect config changing by hash(str(cfgdict)).
In python3.3, str(dict_instance) retun another string per process.
2013-01-15 14:16:16 +09:00
Takayuki Shimizukawa 6e4a36d2fe fix: import xml confusing. 2to3 converted import xml.etree.... into from . import ... 2013-01-14 16:56:26 +09:00
Takayuki Shimizukawa 3a5277c14c fix: autodoc documented descriptor class as attribute 2013-01-12 18:12:55 +09:00
Takayuki Shimizukawa f363ef400e figure-caption work-around set int or None to node.line instead of empty string. 2013-01-12 22:30:40 +09:00
Takayuki Shimizukawa 9f8f93e5e1 fix test_seealso failed with python3 2013-01-12 22:26:38 +09:00
Takayuki Shimizukawa 9b9c69042e Divide test_intl target source files for speed-up. 2013-01-06 16:15:49 +09:00
Takayuki Shimizukawa 57289afc4e Merged in shimizukawa/sphinx-fix-i18n-fork (pull request #104: #976: Fix gettext does not extract index entries.) 2013-01-06 10:55:55 +09:00
Takayuki Shimizukawa b17c588b0d Closes #976: Fix gettext does not extract index entries. 2013-01-05 23:38:21 +09:00
Takayuki Shimizukawa ab6706e6ed Closes #940: Fix gettext does not extract figure caption.
This is docutils issue.
see also: https://sourceforge.net/tracker/?func=detail&aid=3599485&group_id=38414&atid=422032
2013-01-05 01:06:42 +09:00
Takayuki Shimizukawa 263d5b376f Fix text writer can not handle visit_legend for figure directive contents. 2013-01-04 18:18:43 +09:00
Takayuki Shimizukawa 19a8c9e2e5 fix problems with py25,py3x for search index generation 2013-01-04 21:46:17 +09:00
Takayuki Shimizukawa 0158545d8e remove comment-outed docutils repository for py33 test 2013-01-01 15:29:43 +09:00
Takayuki Shimizukawa 2dc4f9dd34 add du10 test to envlist for default test 2013-01-01 15:28:30 +09:00
Takayuki Shimizukawa 7022b6f251 Add regression test for gettext does not extract definition terms. Closes #975 2013-01-01 14:17:53 +09:00
Takayuki Shimizukawa 5e8d7b9c38 fix test failure: python3 + whoosh 2012-12-17 04:24:24 +00:00
Takayuki Shimizukawa 066c432152 change tox describing (meaning was not changed) 2012-12-17 04:23:14 +00:00
Takayuki Shimizukawa 6e044aedbc Avoid unusable warning in using i18n translation. Closes #1057.
And there is related information at pull request #86
2012-12-16 22:56:38 +09:00
Takayuki Shimizukawa fc5aacc9bf Merged in knzm/sphinx/#1056 (pull request #94: fix #1056: message "Return value: ..." generated by refcounting not localized) 2012-12-16 14:36:36 +09:00
Takayuki Shimizukawa 6748b60d39 Merged in shimizukawa/sphinx-multibyte-filename-fork (pull request #61) 2012-12-10 18:38:06 +09:00
Takayuki Shimizukawa 3f9598394b merge heads 2012-12-10 10:18:32 +09:00
Takayuki Shimizukawa 54a0f2a1c5 Merged in shimizukawa/sphinx-fix-i18n-fork/#955 (pull request #86) 2012-12-07 17:24:46 +09:00
Takayuki Shimizukawa 21355d3249 Update warnings for inconsistency reference translations. Thanks @jonwaltman! 2012-12-07 16:38:21 +09:00
Takayuki Shimizukawa bfe96c14a7 fix: rescue extra named-reference that appeared in same translation message. 2012-12-05 20:52:19 +09:00
Takayuki Shimizukawa e9275d3f0c change: Make readable-text a priority.
If the number of reference does not match then some links will be broken.
2012-12-05 19:35:07 +09:00
Takayuki Shimizukawa e9f3ad438b move i18n test documents to i18n subdir. 2012-12-05 13:38:04 +09:00
Takayuki Shimizukawa 8a1cb70354 refactoring 2012-12-05 13:11:30 +09:00
Takayuki Shimizukawa 2472dcec39 checking whether the number of references is equal in both the translated form and the untranslated form? If they're not equal, emit a warning and don't bother trying to transfer the references. 2012-12-05 13:11:16 +09:00
Takayuki Shimizukawa 6c48bc0d2f refactoring 2012-12-05 11:43:36 +09:00
Takayuki Shimizukawa c4bfaab2ee update CHANGES 2012-12-02 23:37:25 +09:00
Takayuki Shimizukawa 087c9b2bd8 Merged in shimizukawa/sphinx-fix-fork/#1041 (pull request #87) 2012-11-30 12:46:52 +09:00
Takayuki Shimizukawa e9c0582713 fix: sphinx-quickstart asks again and again Y|N because input() return value with extra '\r' on Python-3.2.0 + Windows. closes #1043 2012-11-28 23:21:02 +09:00
Takayuki Shimizukawa f24b1998f2 fix: cpp domain parser cannot parse 'static constexpr' declarations. closes #1038 2012-11-28 15:49:06 +09:00
Takayuki Shimizukawa 96779ffed8 fix: cpp domain parser cannot parse a const type with a modifier. closes #1041 2012-11-28 15:26:44 +09:00
Takayuki Shimizukawa fb770e9013 fix some grammar refs #1044. thanks @mitya57 ! 2012-11-27 20:07:30 +09:00
Takayuki Shimizukawa c347b50330 fix #1044 refs #955: fix external/inline links with localization 2012-11-27 17:30:08 +09:00
Takayuki Shimizukawa f50091b643 fix #955: consider the numbered-footnote. update test and code 2012-11-22 12:12:41 +09:00
Takayuki Shimizukawa 30c3fff6d7 fixed #955: footnote i18n translation cause KeyError and 'Only update text nodes in translation' change at b7b808e46851 break translation. 2012-11-22 11:43:09 +09:00
Takayuki Shimizukawa d7f7143cb5 Closes #1037: fix typos in Polish translation by attached patch. 2012-11-09 11:24:37 +09:00
Takayuki Shimizukawa 22d1280dac Closes #1024: 'command not found' status code is 127. 2012-11-09 07:53:58 +09:00
Takayuki Shimizukawa dd09c4ce45 Closes #1024: Makefile improve error message if Sphinx is not found 2012-11-07 19:24:05 +09:00
Takayuki Shimizukawa 378b18d85e #1024 make.bat improve error message if Sphinx is not found 2012-11-07 19:22:01 +09:00
Takayuki Shimizukawa 99621d7a01 Closes #920: rescue PIL packaging issue that allow import Image without PIL namespace.
Also closes #702.
2012-11-07 07:42:44 +09:00
Takayuki Shimizukawa f9b1f7d2f2 fix: ziptheme.zip block removing test temporary directory on Windows. 2012-11-04 09:30:19 +09:00
Takayuki Shimizukawa ee0d0ed1fd adjust code-comment to suitable reST format 2012-10-31 10:21:16 +09:00
Takayuki Shimizukawa 88e1bbe307 fix #1008: fix autodoc documenter resolve ordering.
note: MethodDocumenter and FunctionDocumenter is same priority then
Documenter.format_signature() choice documenter is not stable
(depend on memory condition?).
2012-10-31 09:20:36 +09:00
Takayuki Shimizukawa d51b5d5118 merge heads 2012-10-30 20:41:05 +09:00
Takayuki Shimizukawa d856e89a79 fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have plural key/value set 2012-10-30 12:44:53 +09:00
Takayuki Shimizukawa c1145e65ba fix #1008: can't get correct source code filename because all modules have '__loader__' attribute at Python-3.3. 2012-10-30 10:04:18 +09:00
Takayuki Shimizukawa 2d238baa57 fix: Pygment-1.5 can't work with Python-2.4 2012-10-29 21:38:48 +09:00
Takayuki Shimizukawa 718993afc8 fix #440 #1008 : coarse timestamp resolution in some filesystem generate wrong outdated file-list 2012-10-29 21:00:34 +09:00
Takayuki Shimizukawa bee7f8bc39 fix test_linkcode str/bytes incompatibility at py3 2012-10-29 13:07:21 +09:00
Takayuki Shimizukawa 33167797a0 fix for Python3.1: Python 3.1 can't proceess '\r' at parser; parser.suite("print('hello')\r\n") cause error. 2012-05-03 10:15:21 +09:00
Takayuki Shimizukawa b948dfc7e0 fix for Python3: Python3 open() use 'rt' mode by default, and decoding by locale.getpreferredencoding(). In sphinx test, html output encoded by 'utf-8' but reading with syste-locale-setting-encode that cause UnicodeDecodeError. 2012-05-02 15:55:11 +09:00
Takayuki Shimizukawa 733854e121 * fix for Python2.5: test failed by using inspect.ArgSpec that introduced at Python-2.6. 2012-05-02 12:07:04 +09:00
Takayuki Shimizukawa 7e56be6f62 * fix for Python2.5: test failed by using os.path.relpath that introduced at Python-2.6. 2012-05-02 12:06:29 +09:00
Takayuki Shimizukawa 48128c7b9b * fix test for Windows: test failed by test-code problem depends on os.sep. 2012-05-02 12:05:41 +09:00
Takayuki Shimizukawa 4713ca78ba fix some testing.
* Python3 test support
* Specify depended library version for Python2.4, 2.5
2012-05-01 15:21:12 +09:00
Takayuki Shimizukawa 1bb4923da1 support multibyte filename handling.
https://bitbucket.org/birkenfeld/sphinx/issue/703
2012-05-01 15:13:06 +09:00
Takayuki Shimizukawa 8b5ba50d24 fix wrong translation 'built-in class' for Japanese 2012-03-25 14:37:08 +09:00
Takayuki Shimizukawa 2f38109c13 fix wrong translation 'built-in class' for Japanese 2012-03-25 14:37:08 +09:00