Commit Graph
86 Commits
Author SHA1 Message Date
Takayuki Shimizukawa 35c44b63fb add CakePHP and Chef for EXAMPLES 2013-02-26 10:19:03 +09:00
Takayuki Shimizukawa ba3e404b7c Fix uppercase word is not found in search when html_search_language='ja'. Closes #1111 2013-02-24 21:29:56 +09:00
Takayuki Shimizukawa fffde7817d Merged in knzm/sphinx-fix-docfields-fork (pull request #96)
make docfield translatable
2013-02-24 19:05:15 +09:00
Takayuki Shimizukawa 9b575f89d0 Added Hebrew locale. Closes #1113 2013-02-21 22:46:03 +09:00
Takayuki Shimizukawa 4bdfad3751 compile_catalog update for zh_CN 2013-02-21 22:43:39 +09:00
Takayuki Shimizukawa a462284f95 fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix. 2013-02-10 11:51:36 +09:00
Takayuki Shimizukawa 05718e4a1a conf.py now accept CRLF end-of-line. 2013-02-10 15:25:45 +09:00
Takayuki Shimizukawa fa1bd2c0d1 New locales: Added Basque locale. Closes #1097 2013-02-08 00:09:37 +09:00
Takayuki Shimizukawa 00fa1b2505 Fix text builder did not respect wide/fullwidth characters for textwrap. 2013-02-07 03:34:51 +00:00
Takayuki Shimizukawa b8296ad11e Fix text builder did not respect wide/fullwidth charactors for table layout. 2013-02-06 00:29:59 +09:00
Takayuki Shimizukawa 529e45a980 Fix text builder did not respect wide/fullwidth charactors for title line. 2013-02-05 23:57:26 +09:00
Takayuki Shimizukawa 0c7cc10a69 fix: reporting correct line number implementation (6fc25e0e3a5c) was not worked with docutils 0.7, 0.8. 2013-02-05 04:40:47 +00:00
Takayuki Shimizukawa 6667a7cbdf fix toctree entry missing for testing. 2013-02-05 03:54:35 +00:00
Takayuki Shimizukawa 7ebd7ab2a9 fix: roles' reftarget ware swapped if there are some roles in 1 line and translation exchange rthat roles position. refs #1090 2013-02-05 12:47:08 +09:00
Takayuki Shimizukawa d6f31f3fa1 remove unusable 'SEVERE: Duplicate ID' message for footnote that the translation node has been recognized as a duplicate. 2013-02-04 23:06:44 +09:00
Takayuki Shimizukawa c1c0a03895 fix: reporting correct line number when translations have wrong reST syntax or else. 2013-02-04 22:23:03 +09:00
Takayuki Shimizukawa 70f3f889d1 Fix autodoc crash if :members: and :special-members: ware both set (by d7ac5e4). 2013-02-03 22:27:20 +09:00
Takayuki Shimizukawa e70a43a9c5 Closes #1062: sphinx.ext.autodoc use __init__ method signature for class signature. 2013-02-03 20:27:34 +09:00
Takayuki Shimizukawa 4d4dad3610 test refactoring: use with_setup for all test_autodoc.py's tests 2013-02-03 13:53:10 +09:00
Takayuki Shimizukawa e47f434c32 add test for pull request #111: Respect add_autodoc_attrgetter() even when inherited-members is set 2013-02-03 12:48:39 +09:00
Takayuki Shimizukawa a86ea846e2 Fix :term: doesn't link to glossary if term text translated. refs #1090 2013-01-30 23:41:37 +09:00
Takayuki Shimizukawa 9735ec0a74 fix source and line value for glossary term. refs #1090 2013-01-30 00:49:41 +09:00
Takayuki Shimizukawa 6f4764f77b Fix gettext does not extract glossary terms. Closes #1090 2013-01-30 00:13:58 +09:00
Takayuki Shimizukawa de1f19da36 fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() return unicode object if Element['names'] contain unicode object.
This is maybe docutils issue: https://sourceforge.net/tracker/?func=detail&aid=3601607&group_id=38414&atid=422030
2013-01-21 03:44:31 +00:00
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