Commit Graph

2373 Commits

Author SHA1 Message Date
Roland Meister
246d07807d Added epub_max_image_width configuration option. 2011-02-28 21:17:52 +01:00
Roland Meister
fe07254b9c Added epub_fix_images configuration option 2011-02-27 22:02:30 +01:00
Roland Meister
3b42bf8c27 Fix UnicodeError for unicode filenames while writing the zipfile. 2010-08-07 21:44:05 +02:00
Roland Meister
e2bec6a8bf Remove unnecessary copy of _content_template. 2010-08-07 21:30:29 +02:00
Roland Meister
004d706004 Added epub_cover configuration option. 2010-08-06 22:50:41 +02:00
Roland Meister
7a41ec29b8 Empty titles in epub_pre/post_files add no entry in toc.ncx. 2010-08-05 23:08:55 +02:00
Roland Meister
81c935a1b5 Added dc:date metadata field to content.opf. 2010-08-04 23:40:44 +02:00
Roland Meister
204039be7c Fix creation of content.opf and toc.ncx if master_doc is in a subdir. 2010-08-04 23:15:01 +02:00
Roland Meister
aaff3f1ebe Use fix_fragment everywhere. 2010-07-26 22:33:32 +02:00
Roland Meister
ee8eaeea69 Merge with http://bitbucket.org/birkenfeld/sphinx. 2010-07-26 22:20:54 +02:00
Georg Brandl
19c6c37197 merge with 1.0 2010-07-25 14:53:28 +02:00
Georg Brandl
ebb7a54141 Add a custom json serializer implementation that forces translation proxies. Fixes building with the JSON builder. 2010-07-25 14:52:37 +02:00
Georg Brandl
e3f47a800a Actually test the JSON builder. 2010-07-25 14:50:47 +02:00
Georg Brandl
c705e3ae1f Trunk is now 1.1pre. 2010-07-24 11:35:29 +01:00
Georg Brandl
e9e91e82c3 Actually commit change of latex writer. 2010-07-24 11:32:46 +01:00
Georg Brandl
023ce64f48 Fix hyperrefs in object descriptions for LaTeX. 2010-07-24 11:30:37 +01:00
Georg Brandl
5cfdac3e8f Post-1.0 update. 2010-07-24 11:30:21 +01:00
Georg Brandl
556f1b6cb3 Added tag 1.0 for changeset dc883adf6424 2010-07-23 18:35:20 +01:00
Georg Brandl
690fc257e9 Add missing :cmember: role. 2010-07-23 14:15:33 +01:00
Georg Brandl
0e2f523783 Reintroduce env.note_versionchange(). 2010-07-23 14:15:25 +01:00
Georg Brandl
94b14dc39b Update for 1.0. 2010-07-23 12:42:03 +01:00
Georg Brandl
0ed7290b23 Make make check happy. 2010-07-23 12:38:41 +01:00
Georg Brandl
7e34190792 More toxy goodness. 2010-07-23 11:16:17 +01:00
Georg Brandl
e79ffd263d Do not use normpath when not necessary. 2010-07-23 10:44:36 +01:00
Georg Brandl
345f39160a Add tox.ini. 2010-07-23 10:37:44 +01:00
Georg Brandl
5fd37f16e4 merge with bb:rolmei/sphinx-epub. 2010-07-22 15:04:22 +01:00
Georg Brandl
23971336b7 Fix :guilabel: unescaping, and make some tests actually run. 2010-07-21 11:33:24 +01:00
Doug Hellmann
957ca34f0e Include Text as well as Inline nodes in the content for function arguments 2010-07-20 16:23:31 -04:00
Georg Brandl
e7405554a7 Adjust alignment. 2010-07-17 19:52:54 +02:00
Georg Brandl
115b31f6bb Fix bug in LaTeX label writing: do not generate \phantomsections in \section{}. 2010-07-17 19:52:16 +02:00
Georg Brandl
2b29038d0c The behavior of :confval:html_file_suffix changed slightly: the empty string now means "no suffix" instead of "default suffix", use `None` for "default suffix". 2010-07-17 19:45:54 +02:00
Roland Meister
a843ecedec Merged with http://bitbucket.org/birkenfeld/sphinx/ 2010-07-14 23:22:06 +02:00
Roland Meister
162cb22cbe Moved href replacement of colons to hyphens to fix_fragment for the epub builder. 2010-07-14 23:07:27 +02:00
Roland Meister
c8e1fd449d Replace colons with hyphens in genindex pages for the epub builder. 2010-07-14 22:53:22 +02:00
Georg Brandl
9f4c61b154 #391: do not report local links as "malformed" in the linkcheck builder. 2010-07-11 11:00:07 +02:00
Georg Brandl
400617e692 #461: elaborate how to use intersphinx. 2010-07-10 16:59:23 +02:00
Georg Brandl
d0900e8862 #465: update version requirement. 2010-07-10 16:50:32 +02:00
Roland Meister
7cbe0588a9 Added new config parameter epub_tocdup. 2010-07-10 16:33:43 +02:00
Roland Meister
1d4f0c3f69 Better fix to replace colons with hyphens 2010-07-10 14:41:40 +02:00
Roland Meister
d6a0ac11e1 Proper fix for missing refuri attribute; it's has_key, not hasattr. 2010-07-08 23:14:44 +02:00
Roland Meister
8c64eddb8d Re-added visible links; this time not as docutils.transform. 2010-07-08 22:00:27 +02:00
Roland Meister
e06a11bd64 Replace colons with hyphens in id and href attributes for the epub builder. 2010-07-08 21:42:16 +02:00
Georg Brandl
b57c71b784 Small logic fix to work around precedence bug in Jinja 2.1.x. 2010-07-03 10:28:28 +02:00
Daniel Neuhäuser
2cbaded701 Add test for oldcmarkup warning 2010-07-02 16:44:05 +02:00
Georg Brandl
28fc52559c Activate oldcmarkup by default, but warn when the markup is used. 2010-07-02 11:44:01 +02:00
Georg Brandl
1b19d0d1e5 merge with http://bitbucket.org/rolmei/sphinx-epub/ 2010-07-02 11:37:12 +02:00
Georg Brandl
fa120b01d5 Update of Brazilian portuguese message catalog, by Roger Demetrescu. 2010-07-02 10:41:40 +02:00
Roland Meister
0dd1e93bed Merge with http://bitbucket.org/birkenfeld/sphinx 2010-06-30 21:34:35 +02:00
Roland Meister
b2a237b8b4 Omit nodes without refuri attribute from toc.ncx.
This fixes bug report on sphinx-dev.
2010-06-30 21:32:18 +02:00
Daniel Neuhäuser
1c09b052fa Added PyMQI documentation to the examples 2010-06-22 20:38:18 +02:00