Commit Graph

4217 Commits

Author SHA1 Message Date
David Li
edb8bda9dd Sidebar: strip spaces from cookie key
This ensures the sidebar will correctly restore its open/closed
state.
2013-08-31 16:56:08 +00:00
Roland Meister
88c72be190 Add warning for unusual chars in filenames. Closes #1199 2013-08-10 15:36:05 +02:00
Roland Meister
2f18f710f7 Unify usage of os.path/path in EpubBuilder. 2013-08-10 15:10:20 +02:00
Roland Meister
548325c4e9 Avoid confusing PIL warning for vector graphics (epub builder). 2013-08-10 15:06:06 +02:00
Roland Meister
f010460438 Unify exceptions caught in EpubBuilder.copy_image_files 2013-08-10 14:20:21 +02:00
Takayuki Shimizukawa
dfd9f1cdc8 Sphinx generates broken ePub on Windows. Closes #1232 2013-08-10 18:25:28 +09:00
Takayuki Shimizukawa
04d22a53d5 support parallel testing with detox 2013-07-27 16:15:36 +09:00
Takayuki Shimizukawa
91ef671ea9 Add test for docutils.conf and prevent 'html4css1.css' missing warning.
Now --embed-stylesheet option default become false.
2013-07-27 14:13:15 +09:00
Takayuki Shimizukawa
fa7fe88d74 Add some URLs to example list. 2013-07-27 00:40:08 +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
72a6bfde28 add docutils-0.11 for testing 2013-07-25 00:26:43 +00:00
Takayuki Shimizukawa
d23387d82e for testing: change docutils version spec 0.10.0 -> 0.10 2013-07-25 00:24:19 +00:00
Takayuki Shimizukawa
d9f5439ffe fix: broken document format (rst) 2013-07-14 14:43:21 +09:00
Takayuki Shimizukawa
a8282e2291 Merged in ericholscher/sphinx (pull request #150)
A pull request with some developer documentation updates
2013-07-12 08:49:13 +09:00
Eric Holscher
f62a28d805 Add link to referenced docutils docs. 2013-07-11 13:30:17 -07:00
Takayuki Shimizukawa
33c9e1fb28 Fix i18n: gettext did not translate admonition directive's title. Closes #1206 2013-07-03 08:19:10 +00:00
Eric Holscher
ec494bec07 Add documentation to the undocumented builder methods. 2013-07-02 22:58:34 -07:00
Eric Holscher
3cd2b24fc5 Add a link to a blog post explaining docutils Writers/Translators 2013-07-02 22:54:32 -07:00
Takayuki Shimizukawa
cb11246754 Merged in rolmei/sphinx-epub (pull request #148)
new predefined tags; epub fixes.
2013-07-01 13:37:34 +09:00
Takayuki Shimizukawa
ab5c7a36be Fix ZeroDivisionError in Parallel Builds. Thanks to tychoish. Closes #1172 2013-07-01 04:27:45 +00:00
Takayuki Shimizukawa
8818b9a0c4 Merged in tychoish/sphinx (pull request #146)
resolve issue #1172: don't divide by zero
2013-07-01 13:24:55 +09:00
tychoish
964a593266 Merged in tychoish/sphinx-1/tychoish/removed-version-change-1372634421412 (pull request #1)
removed version change
2013-06-30 19:21:14 -04:00
tychoish
d57589a1eb removed version change 2013-06-30 23:20:44 +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
2cdb6b03c9 test improvement 2013-06-21 01:09:13 +00:00
Roland Meister
409e29023b Merged birkenfeld/sphinx into default 2013-06-19 21:04:31 +02:00
Roland Meister
73a1420cc6 Add epub_guide entry to doc/conf.py
The toc for the spinx documentation actually is in contents.rst.
2013-06-19 21:02:27 +02:00
Roland Meister
46debd9f17 Rename title of the epub cover guide
Calibre needs the title "Cover" to show the cover image.
2013-06-19 20:56:48 +02:00
Roland Meister
812d5cc181 Remove ids from copied todo directives; they are no longer unique in the todolist 2013-06-19 20:39:13 +02:00
Takayuki Shimizukawa
4579bb6e85 fix: translation mechanism break label target if label and section name are same. refs #1193 2013-06-19 06:07:47 +00:00
Takayuki Shimizukawa
f9b733fc47 test_intl:external_link test case correction to fit to reST syntax. 2013-06-18 11:14:27 +00:00
Takayuki Shimizukawa
a997f98333 fix: keep reference if link refname was translated. refs #1193
case1::

   Keep link to ExternalSite_.

   It will translated with ``\`SomeOtherString\`_``.

   .. _ExternalSite: http://example.com

case2::

   Keep link to `title string`_ before appearing.

   title string
   =============

case3::

   Keep link to glossary 'term string'.

   .. glossary::

      term string
         description...
2013-06-19 10:42:26 +00:00
Takayuki Shimizukawa
430d0e9895 fix: Duplicated section name will cause crash. refs #1193 2013-06-17 04:34:45 +00:00
Takayuki Shimizukawa
9bd30c748e update comment 2013-06-17 04:24:12 +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
bd4da7df55 add tests for "multiple cross references in the same line return the same link". refs #1090, #1193 2013-06-16 14:25:29 +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
472a3a83b2 change: now XMLBuilder.get_target_uri() return docname to keep reference information from document to another document. refs #1193 2013-06-16 01:39:51 +09:00
Takayuki Shimizukawa
98c946d8a1 Fix again. Remove the effect of DST changing by the execution time difference. refs #1182 2013-06-15 12:59:49 +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
dbe60b4e02 refactoring: 'tmpdir' rename to 'tempdir' that is same name in other places. 2013-06-13 03:24:20 +00: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
f24eb8c47d fix typo ;) 2013-06-13 03:08:57 +00:00
Takayuki Shimizukawa
f2de6cdb6d fix for unicode object syntax. ur'' is meaningless. 2013-06-13 02:51:17 +00:00
garen
f139a7d282 resolve issue \#1172: don't divide by zero 2013-06-10 21:28:48 -04: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
Roland Meister
cc909ab2a9 More docs cleanup; add hint for the epub cover page 2013-06-07 20:48:14 +02:00
Roland Meister
2f5b7b8db1 Adjust docs about inline URLs for the epub builder 2013-06-06 21:53:59 +02:00