Takayuki Shimizukawa
3a5277c14c
fix: autodoc documented descriptor class as attribute
2013-01-12 18:12:55 +09:00
Takayuki Shimizukawa
9f8f93e5e1
fix test_seealso failed with python3
2013-01-12 22:26:38 +09:00
Jonathan Waltman
bba6104b84
Issue #1069 : Add failing test for signature formatting of "partial" functions without kwargs.
2013-01-09 08:37:53 -06:00
Jonathan Waltman
b98123cd12
Add man_pages config to tests/root/conf.py.
2013-01-06 23:42:25 -06:00
Jonathan Waltman
f4a346760c
Fix test_man which didn't test if docs were being built. It now successfully fails.
2013-01-06 23:36:33 -06:00
Robert Lehmann
32b87e258b
merge birkenfeld/sphinx
2013-01-06 12:14:57 +01:00
Robert Lehmann
2b3fb57cc5
merge knzm/sphinx-fix-seealso-fork
2013-01-06 11:44:58 +01:00
Takayuki Shimizukawa
9b9c69042e
Divide test_intl target source files for speed-up.
2013-01-06 16:15:49 +09:00
Jonathan Waltman
268b009017
Move "only" directive tests to a seperate test root.
2013-01-05 20:14:48 -06:00
Takayuki Shimizukawa
b17c588b0d
Closes #976 : Fix gettext does not extract index entries.
2013-01-05 23:38:21 +09:00
Jonathan Waltman
42c90ee178
Add basic debugging support for autodoc.
2013-01-05 08:28:54 -06: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
Jonathan Waltman
cf4166fa58
Fix `test_i18n_literalblock_warning` which would sometimes fail due to the text wrapping of error messages.
2013-01-03 13:55:26 -06:00
Robert Lehmann
0725cb608a
merge with birkenfeld/sphinx
2013-01-02 17:45:33 +01:00
Georg Brandl
151856819c
Copyright update.
2013-01-01 22:13:15 +01:00
Takayuki Shimizukawa
7022b6f251
Add regression test for gettext does not extract definition terms. Closes #975
2013-01-01 14:17:53 +09:00
Georg Brandl
998d567d5c
Closes #1065 : in Makefiles, ignore errors in "rm" using the -f flag, not a "-" prefix.
2012-12-31 09:39:02 +01:00
Nozomu Kaneko
023a53c609
stop calling rmtree in a test
2012-12-24 04:04:39 +09:00
Nozomu Kaneko
ba50c00a0e
merge heads
2012-12-24 03:39:37 +09:00
Nozomu Kaneko
40b5167657
remove useless comments
2012-12-19 08:02:21 +09:00
Nozomu Kaneko
ccd8067ee5
fix #1058 : footnote backlinks with i18n
2012-12-19 07:49:17 +09:00
Nozomu Kaneko
da008da569
fix #1058 Footnote backlinks do not work
2012-12-19 06:13:20 +09:00
Robert Lehmann
cbca1bdc97
Verify seealso directives end up in gettext catalogs.
2012-12-16 21:21:37 +01: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
Nozomu Kaneko
13850c478d
make seealso translatable
2012-12-16 13:20:01 +09:00
Jonathan Waltman
29f768e48f
Fix minor bugs in test_intl.py causing tests to fail under python 2.5
...
os.path.relpath not defined in Python 2.5, use equivalent from
sphinx.util.pycompat
Also avoid trying to create an existing directory when remnants exist
of an earlier failed build
2012-12-11 01:36:50 -06: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
Jonathan Waltman
8ac4aa6282
Add Docutils-native XML and pseudo-XML builders
2012-12-04 21:10:15 -06: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
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
Jonathan Waltman
c134b218b7
Closes #681 : Allow nested parentheses in C++ signatures (patch by Vadim and Jim Naslund)
2012-11-10 23:37:42 -06:00
Jonathan Waltman
6f9e541ab5
autodoc: Handle explicit instance attributes in :members: (re #904 )
2012-11-08 21:19:47 -06:00
Jonathan Waltman
34cbd684a9
Update sys.path to avoid autodoc warnings when building docs in tests/root.
2012-11-08 21:16:41 -06:00
Georg Brandl
4763419db1
Update Sphinx URL to new sphinx-doc.org domain.
2012-11-04 11:28:12 +01:00
Takayuki Shimizukawa
f9b1f7d2f2
fix: ziptheme.zip block removing test temporary directory on Windows.
2012-11-04 09:30:19 +09:00
Georg Brandl
00b3433b0d
merge with Takayuki's sphinx-fix-testing-fork
2012-11-01 17:56:16 +01:00