Commit Graph

933 Commits

Author SHA1 Message Date
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
Takayuki Shimizukawa
59d655c435 Fix: Combination of 'globaltoc.html' and hidden toctree cause exception. Closes #1157 2013-04-30 23:36:27 +09:00
schlamar
4ce1cbc010 Added missing entry in CHANGES. 2013-04-15 08:56:57 +02:00
Takayuki Shimizukawa
c8ebb875de Rebuild i18n target document when catalog updated 2013-04-15 00:56:13 +09:00
Takayuki Shimizukawa
b91f70be6e Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 encoded string. 2013-04-13 22:44:37 +09:00
Roland Meister
7ae7e2f968 Add new epub configuration values to CHANGES 2013-04-03 19:28:16 +02:00
Georg Brandl
613679d3b8 merge with macagua/sphinx 2013-04-01 11:56:15 +02:00
Georg Brandl
0b41ccb005 Bump to 1.2b1. 2013-03-31 15:45:44 +02:00
Georg Brandl
77d2a90f36 Closes #1128: Fix Unicode errors when trying to format time strings with a non-standard locale. 2013-03-30 17:53:04 +01:00
Georg Brandl
b9696a9d9d Closes #1123: Allow whitespaces in filenames given to :rst:dir:literalinclude. 2013-03-30 17:47:21 +01:00
Georg Brandl
2e8b8ba7e3 Closes #1102: Support multi-context "with" statements in autodoc by updating
pycode grammar from lib2to3.
2013-03-30 17:45:42 +01:00
Georg Brandl
6feb07951e Closes #1127: Fix traceback when autodoc tries to tokenize a non-Python file. 2013-03-30 14:10:37 +01:00
Georg Brandl
44d1f1e952 Closes #995: Fix table-of-contents and page numbering for the LaTeX "howto" class. 2013-03-30 14:00:43 +01:00
Georg Brandl
c18479a772 Closes #961: Fix LaTeX output for triple quotes in code snippets. 2013-03-30 12:49:59 +01:00
Georg Brandl
181b075251 Closes #1112: Avoid duplicate download files when referenced from documents in
different ways (absolute/relative).
2013-03-30 12:44:39 +01:00
Georg Brandl
1f79ba7e74 Fix leading space in LaTeX table header cells. 2013-03-30 12:30:36 +01:00
Georg Brandl
cef883f8ae Closes #1132: Fix LaTeX table output for multi-row cells in the first column. 2013-03-30 12:23:04 +01:00