Commit Graph

3590 Commits

Author SHA1 Message Date
Takayuki Shimizukawa
21de0f5ede update CHANGES for PR#141, #982 2013-06-04 09:17:10 +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
Georg Brandl
926cd01168 Remove devguide mention. 2013-01-19 21:14:22 +01:00
Georg Brandl
0939d6fcdb New doc design "sphinx13". 2013-01-18 23:17:11 +01:00
Georg Brandl
9df24c6468 Merged in macfreek/sphinx/stable (pull request #59) 2012-10-28 18:13:40 +01:00
Jonathan Waltman
ad6318e7f1 Closes #1004: Add default value for docutils setting file_insertion_enabled. 2012-10-02 20:53:40 -05:00
Jonathan Waltman
bf362e9ccb Closes #617: Fix docstring preparation without included signature: only ignore indentation of one line, not two. 2012-09-16 01:08:47 -05:00
Jonathan Waltman
ead356e3cf Remove note about sectioning limitation of the "only" directive. 2012-09-12 16:40:10 -05:00
Jonathan Waltman
6654687ec1 Closes #886: Fix handling of section headings in "only" directives. 2012-09-12 15:43:27 -05:00
Jonathan Waltman
c5405184ba Add failing tests for nested sections in only directives. 2012-09-12 15:34:00 -05:00
Georg Brandl
14d738c455 Closes #905: work around Pygments bug returning str instead of Unicode from Latex formatter for empty input. 2012-08-19 12:13:43 +02:00
Georg Brandl
9814097315 Fix test_env by supplying a dummy imgpath to the HTML builder. 2012-07-29 19:27:28 +02:00
Melissa Draper
5da7c75842 Added language names to the shorthandoff helper
Docutils 0.8.1 reports full language names not codes
2012-05-10 23:30:30 +12:00
Kacper Kowalik
a9032aec5e Fixed encoding for Python 3 2012-05-06 14:52:59 +02:00
Freek Dijkstra
2f1f4c6be2 relative_uri patch. Fixes #916. 2012-04-28 21:03:30 +02:00
Roland Meister
249ee22c4d the epub-cover.html template should not contain any additional blocks 2012-04-11 21:08:39 +02:00
Takayuki Shimizukawa
8b5ba50d24 fix wrong translation 'built-in class' for Japanese 2012-03-25 14:37:08 +09:00
Georg Brandl
fe8ed35dfb Make it clearer how autodoc special comments have to be formatted. 2012-03-17 16:54:17 +01:00
Georg Brandl
1949bb17e7 Fixes #900: remove Nepali translations that must be wrong 2012-03-17 16:51:47 +01:00
ms4py
88e852aa7e Create link to full size image if it is scaled with width or height. 2012-03-16 10:45:51 +01:00
Rob Reilink
72e48560be fixed encoding for hashing functions for Python 3 2012-03-13 17:55:34 +01:00
Georg Brandl
d83e416ecf Add new changelog heading for next release 2012-03-10 22:23:52 +01:00
Georg Brandl
88a9a263e1 Bump version post-release. 2012-03-10 21:53:30 +01:00
Georg Brandl
38d41bdfaa Added tag 1.1.3 for changeset db20c81e10dc 2012-03-10 21:52:55 +01:00
Georg Brandl
9bff8f206c Fix force_decode() to work on Python 3. 2012-03-10 21:50:06 +01:00
Georg Brandl
0adcbc43af Bump version to 1.1.3. 2012-03-10 21:42:25 +01:00
Georg Brandl
4cf1afb064 Fix code style nits. 2012-03-10 21:39:40 +01:00
Georg Brandl
6afd9ce2d6 Add a comment explaining part of visit_image. 2012-03-10 21:29:03 +01:00
Georg Brandl
729565b7a9 Fixes #795: explain that titles on the same level as the document heading cannot be put into only directives. 2012-03-10 21:21:43 +01:00
Georg Brandl
fae8a17026 Fixes #836: catch AttributeError when retrieving __dict__ attribute. 2012-03-10 21:11:07 +01:00
Georg Brandl
7ecc658c71 Fixes #816: Fix encoding issues in the Qt help builder. 2012-03-10 21:02:08 +01:00
Georg Brandl
95f0155227 Fixes #873: do not raise assertion errors on empty "only" directives. 2012-03-10 19:36:22 +01:00
Georg Brandl
17591ffe93 Fixes #892: Fix single-HTML builder misbehaving with the master document in a subdirectory. 2012-03-10 19:24:03 +01:00
Georg Brandl
b21f7931fa Add "in-development" version tag. 2012-03-10 19:14:46 +01:00
Georg Brandl
87c50b6605 Fixes #870: silence spurious KeyErrors when removing documents. 2012-03-10 19:09:01 +01:00
Jeff Dairiki
01167a8af5 Intersphinx: parse inventories correctly when object names contain embedded spaces.
This is an issue, e.g., for (multi-word) glossary terms.
2012-02-26 07:49:07 -08:00
Georg Brandl
c60c8e6f7d Add some changelog entries. 2012-03-10 18:47:33 +01:00
Georg Brandl
75ec8f27d5 Fixes #875 and #876: use the right file mode to successfully read config files under 2.x and 3.x. 2012-03-10 18:45:14 +01:00
Georg Brandl
219905a3be Fixes #874: do not use __file__ anymore after changing cwd. 2012-03-10 18:29:23 +01:00
Georg Brandl
4ff9c71c91 Closes #810: fix deprecation warnings with Python 3. What is left over is from nose or docutils. 2012-01-29 12:23:17 +01:00
Georg Brandl
cc8a4a8126 Closes #817: note that math markup in docstrings needs to take care of backslashes. 2012-01-29 12:06:02 +01:00
Georg Brandl
a710c68ccf Another issue fixed. 2012-01-29 12:03:30 +01:00
Georg Brandl
1bef661b48 Closes #831: Provide `--project` flag in setup_command as advertised. 2012-01-29 12:02:30 +01:00
Georg Brandl
0c316f22eb Closes #844: Fix crashes when dealing with Unicode output in doctest extension. 2012-01-29 11:58:23 +01:00
Georg Brandl
03152f8b60 Closes #834: Fix HTML help language/encoding mapping for all Sphinx supported languages. 2012-01-29 11:47:22 +01:00
Georg Brandl
8f9b88f27f Closes #832: Fix crashes when putting comments or lone terms in a glossary. 2012-01-29 11:36:12 +01:00
Georg Brandl
f150be8d25 Closes #854: Fix inheritance_diagram raising attribute errors on builtins. 2012-01-29 11:28:09 +01:00
Georg Brandl
af51c6c633 Closes #852: Fix HtmlHelp index entry links again. 2012-01-29 11:24:25 +01:00
Georg Brandl
b15eb0c086 Closes #853: Restore compatibility with docutils trunk. 2012-01-29 11:20:12 +01:00
Georg Brandl
d16875f3e2 Closes #851: Recognize and warn about circular toctrees, instead of running into recursion errors. 2012-01-29 11:13:49 +01:00