Commit Graph

949 Commits

Author SHA1 Message Date
Takayuki Shimizukawa
d96de9d128 Fix test_linkcode.test_html fails with C locale and Python 3. Closes #1311 2013-11-17 03:39:27 +00:00
Takayuki Shimizukawa
02be06ac7f update CHANGES for 72d25c9 2013-11-16 08:54:25 +00:00
Takayuki Shimizukawa
63d34cca47 Add tests and code refine for pull request #190. 2013-11-12 15:17:09 +00:00
Georg Brandl
ad920a46ff Closes #1296: Fix invalid charset in HTML help generated HTML files for default locale. 2013-10-20 19:13:37 +02:00
Georg Brandl
ddbcb5b611 Restore `versionmodified` CSS class for versionadded/changed and deprecated
directives.
2013-10-12 22:38:54 +02:00
Georg Brandl
640d9f68a7 Changelog entry for sphinx.version_info. 2013-10-12 20:48:44 +02:00
Georg Brandl
ea8fad0de6 Removed the `sphinx.ext.refcounting` extension -- it is very specific to
CPython and has no place in the main distribution.
2013-10-12 19:27:49 +02:00
Takayuki Shimizukawa
313559116d Backed out changeset cfe9e2d11003 refs #1265 2013-10-04 08:12:20 +00:00
Takayuki Shimizukawa
603a75d8d3 Now gettext translates label target name. Fix i18n: crash when using a indirect target and translating a target section name. Closes #1265 2013-10-04 05:07:09 +09:00
Georg Brandl
3cd645f31e Bump to 1.2b3. 2013-10-03 19:56:38 +02:00
Takayuki Shimizukawa
be65b99879 grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-ASCII filename'. refs #703 2013-10-03 06:43:22 +00:00
Georg Brandl
31208a849a changelog fixup 2013-09-29 09:19:11 +02:00
Takayuki Shimizukawa
58be2f19b3 When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeError and continuing if possible instead of raise exception. Closes #703 2013-09-28 12:51:20 +00:00
Takayuki Shimizukawa
445bb5daec fix: A wrong conditoin check break search feature on first page that is usually index.rst. This issue was introduced at 46d0815, cfbdd84. 2013-09-26 00:10:23 +09:00
Takayuki Shimizukawa
9d47a7f0cc update CHANGES for removing 'sphinx' prefix from latex document class name 2013-09-23 22:58:37 +09:00
Takayuki Shimizukawa
7682f477dc Fix i18n: crash when translating section name that is pointed from named target. Closes #1265 2013-09-23 19:53:22 +09:00
Georg Brandl
8da68a8d66 Bump to 1.2b2. 2013-09-17 15:46:04 +02:00
Georg Brandl
13f6fc7994 * `apidoc now ignores "_private" modules by default, and has an option -P`
to include them.

* ``apidoc`` now has an option to not generate headings for packages and
modules, for the case that the module docstring already includes a reST
heading.
2013-09-17 15:28:02 +02:00
Georg Brandl
a8b872c925 Changelog entry and cleanup for PR#131. 2013-09-17 14:49:52 +02:00
Takayuki Shimizukawa
94fd97c6f3 Ignoring the string consists only of white-space characters. Closes #1234 2013-09-17 12:10:42 +00:00
Takayuki Shimizukawa
1ca7b1c713 Fix NFC/NFD normalizing problem of rst filename on Mac OS X. Closes #1142 2013-09-17 20:32:18 +09:00
Takayuki Shimizukawa
93e7623cd8 Add feature: theme package collection by using setuptools plugin mechanism. 2013-09-16 23:57:58 +09:00
Georg Brandl
f784d763d2 Closes #1192: Fix escaping problem for hyperlinks in the manpage writer. 2013-09-16 10:55:46 +02:00
Georg Brandl
ee2c8d01c2 Closes #1185: Don't crash when a Python module has a wrong or no encoding declared,
and non-ASCII characters are included.
2013-09-16 10:45:43 +02:00
Georg Brandl
8bd4860f4c Closes #828: use inspect.getfullargspec() to be able to document functions with
keyword-only arguments on Python 3.
2013-09-16 10:36:16 +02:00
Georg Brandl
0551a8731c Fixes #1204: use the correct relative path referring to local intersphinx targets. 2013-09-16 10:34:29 +02:00
Georg Brandl
f4a0a81f4c #1259: Guard the debug output call when emitting events; to prevent the
repr() implementation of arbitrary objects causing build failures.
2013-09-16 09:31:05 +02:00
Georg Brandl
44418fd1a1 changelog update for PR#136 2013-09-16 09:26:14 +02:00
Georg Brandl
eafc199e06 Locale update: new locales, others updated from Transifex. 2013-09-16 09:02:06 +02:00
Georg Brandl
ec453b94e7 Small changelog fixes/reordering. 2013-09-16 08:47:41 +02:00
Georg Brandl
e5492756cb Update the changelog. 2013-09-16 08:00:03 +02:00
Takayuki Shimizukawa
dfd9f1cdc8 Sphinx generates broken ePub on Windows. Closes #1232 2013-08-10 18:25:28 +09:00
Takayuki Shimizukawa
f26de54a12 Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.
latex, manpage and texinfo writers support 'writers' section.
2013-07-26 23:23:46 +09:00
Takayuki Shimizukawa
33c9e1fb28 Fix i18n: gettext did not translate admonition directive's title. Closes #1206 2013-07-03 08:19:10 +00:00
Takayuki Shimizukawa
ab5c7a36be Fix ZeroDivisionError in Parallel Builds. Thanks to tychoish. Closes #1172 2013-07-01 04:27:45 +00:00
Takayuki Shimizukawa
7904b0678a Fix i18n: footnote reference number missing for auto numbered named footnote and auto symbol footnote. Closes #1176 2013-06-21 03:28:32 +00:00
Takayuki Shimizukawa
afc6b6d1f8 Fix: Multiple references in the same line return the same link with i18n. Closes #1193 2013-06-17 00:12:02 +09:00
Takayuki Shimizukawa
deb01d8e30 Fix multiple cross references (term, ref, doc) in the same line return the same link with i18n. refs #1090, #1193 2013-06-16 23:57:08 +09:00
Takayuki Shimizukawa
c79e11a5c9 Force timezone offset to LocalTimeZone on POT-Creation-Date that was generated by gettext builder. refs #1182 2013-06-13 12:54:05 +09:00
Takayuki Shimizukawa
8c543c11cc Fix: Output TeX/texinfo/man filename has no basename (only extention) when using multibyte characters to "Project name" on quickstart. Closes #1190 2013-06-13 03:22:23 +00:00
Takayuki Shimizukawa
83b061f7d5 fix typo :) 2013-06-11 08:19:52 +09:00
Takayuki Shimizukawa
8ec83f963b Fix "Title underline is short" WARNING is given when using fullwidth characters to "Project name" on quickstart. Closes #1189 2013-06-09 09:48:43 +09:00
Takayuki Shimizukawa
573d8433b9 Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" includes non-ASCII characters. Closes #1188 2013-06-09 09:06:21 +09:00
Takayuki Shimizukawa
cb1200a8ac update CHANGES for PR#145 2013-06-05 05:00:59 +00:00
Takayuki Shimizukawa
2c1cbf319e merge stable for PR#141, #982 2013-06-04 09:19:49 +00:00
Takayuki Shimizukawa
21de0f5ede update CHANGES for PR#141, #982 2013-06-04 09:17:10 +00:00
Takayuki Shimizukawa
a1fc267c41 update CHANGES for #1162 2013-06-04 06:18:39 +00:00
Takayuki Shimizukawa
b7be3d2f4b add CHANGES for pot-creation-date format. Closes #1182 2013-06-04 03:30:10 +00:00
Takayuki Shimizukawa
b2997a652e Fix Python version compatibility with Jinja2 2.7. closes #1173 2013-05-29 09:16:14 +00:00
Takayuki Shimizukawa
9d3bac3b8e Fix: Citation target missing cause AssertionError. Closes #1160 2013-05-02 10:37:12 +09:00