summaryrefslogtreecommitdiff
path: root/sphinx/builders/epub.py
Commit message (Expand)AuthorAgeFilesLines
* Add imgpath property to all builderstk0miya2014-09-271-3/+3
* Move status_iterator to application object.Georg Brandl2014-09-221-2/+2
* Update copyright year.Georg Brandl2014-03-011-12/+4
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+4
| * Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-8/+0
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Unify usage of os.path/path in EpubBuilder.Roland Meister2013-08-101-2/+2
* Avoid confusing PIL warning for vector graphics (epub builder).Roland Meister2013-08-101-2/+10
* Unify exceptions caught in EpubBuilder.copy_image_filesRoland Meister2013-08-101-2/+2
* Sphinx generates broken ePub on Windows. Closes #1232shimizukawa2013-08-101-0/+2
* Rename title of the epub cover guideRoland Meister2013-06-191-1/+1
* Change algorithm for EpubBuilder.make_idRoland Meister2013-06-061-3/+8
* Make navPoint ids unique in toc.ncxRoland Meister2013-04-291-1/+3
* Merged in rolmei/sphinx-epub (pull request #129)Roland Meister2013-04-081-9/+65
|\
| * Add helper function footnote_spot that determins where to put new footnotes.Roland Meister2013-03-111-3/+27
| * Introduce _footnote_label_template global variable for customization.Roland Meister2013-03-111-1/+3
| * New 'footnote' setting for epub_show_links.Roland Meister2013-03-111-2/+33
| * Code cleanup: remove redundant check; move uri formatting into branch.Roland Meister2013-03-111-7/+6
* | epub: dont warn about .js and .xml filesGeorg Brandl2013-04-071-1/+4
|/
* Add new setting epub_tocscope for epub builder.Roland Meister2013-03-061-4/+5
* Cleanup of toc generation.Roland Meister2013-03-061-4/+11
* epub_use_index instead of html_use_index for epub builder (Issue #1106)Roland Meister2013-03-061-1/+1
* change default arg to 'inline'WAKAYAMA Shirou2013-02-101-1/+1
* change "epub_show_urls" option default value to 'inline'.WAKAYAMA Shirou2013-02-091-1/+1
* add epub_show_urls option. This option is almost same as latex_show_urls.WAKAYAMA Shirou2013-02-061-6/+10
* Fix pyflakes issues.Georg Brandl2013-01-131-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* support multibyte filename handling.shimizukawa2012-05-011-2/+7
* Add documentation and automatic entries for the guide elementRoland Meister2012-02-281-4/+31
* Merge with arlaneenalra/sphinxRoland Meister2012-02-211-5/+70
|\
| * Bug #868: Avoid empty toc.ncx for hidden toctreesRoland Meister2012-02-201-0/+2
| * Bug #868: Add hidden toctree entries to content.opf/spineRoland Meister2012-02-131-3/+6
| * Added the epub theme options relbar1 and footer.Roland Meister2011-05-231-1/+1
| * Merge with birkenfeld/sphinx.Roland Meister2011-02-281-1/+61
| |\
| | * Added epub_max_image_width configuration option.Roland Meister2011-02-281-5/+12
| | * Added epub_fix_images configuration optionRoland Meister2011-02-271-1/+54
* | | Working with guidesjules2011-07-301-1/+1
* | | Working with guidesjules2011-07-301-1/+1
* | | Working with guidesjules2011-07-291-4/+18
* | | Working with guidesjules2011-07-291-0/+3
|/ /
* | merge with 1.0Georg Brandl2011-01-151-23/+60
|\ \
| * | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-5/+6
| * | merge with 1.0Georg Brandl2011-01-041-1/+1
| |\ \
| * | | Fix file path handling in the epub builderDasIch2010-09-281-3/+5
| * | | merge with 1.0Georg Brandl2010-08-261-1/+1
| |\ \ \
| * \ \ \ merge with http://bitbucket.org/rolmei/sphinx-epub/Georg Brandl2010-08-261-15/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Docstring harmonization.Georg Brandl2010-08-221-15/+17
| * | | | Fix UnicodeError for unicode filenames while writing the zipfile.Roland Meister2010-08-071-1/+3
| * | | | Remove unnecessary copy of _content_template.Roland Meister2010-08-071-1/+1
| * | | | Added epub_cover configuration option.Roland Meister2010-08-061-2/+33