Takayuki Shimizukawa
cb1200a8ac
update CHANGES for PR#145
2013-06-05 05:00:59 +00:00
Takayuki Shimizukawa
25dc09e7f4
Merged in tychoish/sphinx (pull request #145 )
...
fixing issue in parallel builds, sphinx drops second doc
2013-06-05 13:57:48 +09: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
9cb9a7b4f1
Merged in mitya57/sphinx (pull request #139 )
...
SingleHtml builder now calls write_doc_serialized(). Closes #1162 .
2013-06-04 15:16:17 +09:00
Takayuki Shimizukawa
b7be3d2f4b
add CHANGES for pot-creation-date format. Closes #1182
2013-06-04 03:30:10 +00:00
Takayuki Shimizukawa
e61d016ad1
Merged in masklinn/sphinx-1/masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399 (pull request #144 )
...
Force timezone offset on POT-Creation-Date
2013-06-04 12:22:40 +09:00
Sam Kleinman
25d5eecb00
fixing issue in parallel builds, sphinx drops second doc
2013-05-29 18:22:28 -04:00
Takayuki Shimizukawa
b2997a652e
Fix Python version compatibility with Jinja2 2.7. closes #1173
2013-05-29 09:16:14 +00:00
masklinn
d1d1d9a73d
Add +0000 to POT-Creation-Date
...
%z sets an empty string when datetimes are "naive" (no timezone
specified), but some packages expect a timezone specifier on the
POT-Creation-Date header and will error out if it is missing
(e.g. babel's pofile.read_po).
Lifted the stdlib's UTC timezone recipe and set this explicitly, it's
not the correct timezone but at least it's a timezone.
The LocalTimezone recipe might be a better one.
2013-05-28 11:30:57 +00:00
Marcin Wojdyr
ea605b9589
Closes #982 : Avoid crash when writing PNG file using Python 3.
...
binascii.crc32() has changed in version 3.0.
In Py2 it returns value in the range [-2**31, 2**31-1],
in Py3 in [0, 2**32-1].
This change made write_png_depth() crash with:
struct.error: 'i' format requires -2147483648 <= number <= 2147483647
2013-05-06 22:49:36 +01:00
Dmitry Shachnev
cec583b119
SingleHtml builder now calls write_doc_serialized(). Closes #1162 .
2013-05-05 21:21:06 +04:00
Takayuki Shimizukawa
9d3bac3b8e
Fix: Citation target missing cause AssertionError. Closes #1160
2013-05-02 10:37:12 +09:00
Takayuki Shimizukawa
fea8264aa5
add OpenCV for EXAMPLES
2013-04-30 23:41:31 +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
Roland Meister
f1e25afe25
Make navPoint ids unique in toc.ncx
2013-04-29 21:23:05 +02:00
Roland Meister
234a600e79
Added XHTML 1.1 document declaration to epub builder
2013-04-29 20:42:12 +02:00
Roland Meister
f879346cea
Add the builder name as predefined tag for the only directive.
...
At the moment only the epub builder distinguishes between format and name.
Explicit entries with format_ and builder_ prefix are also added.
2013-04-25 23:08:30 +02:00
Takafumi Arakaki
1006011528
PEP8tify conf.py generated by sphinx-quickstart
2013-04-20 21:14:09 +02: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
Takayuki Shimizukawa
b0b81d194d
Fix: although template file did not have translation string, 'makee gettext' generate sphinx.pot
2013-04-13 21:16:22 +09:00
Takayuki Shimizukawa
75a128b0f8
integrate 'translationguide.rst' into 'intl.rst'
2013-04-13 18:16:48 +09:00
Takayuki Shimizukawa
a4143880d2
add MPipe to example (sphinx13 theme)
2013-04-13 14:42:30 +09:00
Takayuki Shimizukawa
3b9ae95d01
update translation document
2013-04-11 23:45:15 +09:00
Roland Meister
36157e7cb8
Merged in rolmei/sphinx-epub (pull request #129 )
...
footnote setting for epub_show urls
2013-04-08 23:14:05 +02:00
Dmitry Shachnev
ab96f19319
Use sphinx.util.compat.docutils_version, as suggested by Georg Brandl
2013-04-07 19:59:36 +04:00
Dmitry Shachnev
cc8d3844a7
manpage writer: write MACRO_DEF only with Docutils < 0.11
...
(as current docutils >= r7607 writes it itself)
2013-04-07 19:46:13 +04:00
Georg Brandl
d234f3b4f3
epub: dont warn about .js and .xml files
2013-04-07 10:19:24 +02:00
Georg Brandl
ff769018ca
Add a section about updating locales to the devguide.
2013-04-05 16:42:47 +02:00
Georg Brandl
dde6457fb7
locale update: es, pl, zh_CN
2013-04-05 16:29:04 +02:00
Georg Brandl
0eefec605a
pl locale update, thanks to Tawez.
2013-04-03 23:52:27 +02:00
Roland Meister
7ae7e2f968
Add new epub configuration values to CHANGES
2013-04-03 19:28:16 +02:00
Georg Brandl
0d8e6ffcb5
zh_CH locale update, thanks to Yinian Sun.
2013-04-03 19:06:09 +02:00
Roland Meister
c56b6aabcf
Merge with birkenfeld/sphinx
2013-04-03 19:06:01 +02:00
Roland Meister
510ec71d07
Merged in rolmei/sphinx-epub (pull request #126 )
...
New option epub_tocscope
2013-04-03 18:47:24 +02:00
Takayuki Shimizukawa
1602e18242
Merged in knzm/sphinx-sandbox (pull request #127 )
...
Update the draft of Sphinx Document Translation Guide
2013-04-03 23:34:21 +09:00
Georg Brandl
b812de2b31
locale update: turkish (thanks Firat Ozgul)
2013-04-02 21:52:45 +02:00
Nozomu Kaneko
c505f70439
Update the draft of Sphinx Document Translation Guide
2013-04-03 03:25:53 +09:00
Georg Brandl
d6ed964eb7
merge
2013-04-02 20:25:07 +02:00
Georg Brandl
f1f7347669
i18n update from transifex: de and hu
2013-04-02 20:16:49 +02:00
Georg Brandl
244df4e3ba
add transifex client configuration
2013-04-02 20:15:00 +02:00
Takayuki Shimizukawa
d7e6ab3cfc
add first draft for sphinx document translation
2013-04-03 00:11:55 +09:00
Georg Brandl
028a24b817
Update German translation.
2013-04-02 11:05:25 +02:00
Georg Brandl
66bb0d27c7
Update Portuguese translation, thanks to Gilberto dos Santos Alves.
2013-04-02 10:39:13 +02:00
Georg Brandl
4201b08bbe
translate the "Symbols" heading for the genindex
2013-04-02 10:34:22 +02:00
Georg Brandl
56ac8a19ee
test suite fixes
2013-04-01 15:11:18 +02:00
Georg Brandl
a8c7a10a2c
Update individual language catalogs and recompile.
2013-04-01 12:23:42 +02:00