Commit Graph

4049 Commits

Author SHA1 Message Date
Takayuki Shimizukawa
c4a999f682 add missing mathjax_path default value in document. 2013-03-29 10:45:24 +09:00
Takayuki Shimizukawa
4659e4054e using proper page title for Adobe's EXAMPLE link 2013-03-29 09:39:44 +09:00
Takayuki Shimizukawa
87391201b7 add 'Adobe Enterprise Toolkit' link for EXAMPLE 2013-03-29 09:35:47 +09:00
Takayuki Shimizukawa
b8850502d2 merge heads 2013-03-17 10:58:28 +09:00
Takayuki Shimizukawa
ca18e9726a update CHANGES 2013-03-17 10:55:50 +09:00
Takayuki Shimizukawa
2383d79854 Merged in knzm/sphinx-fix-versionchange-fork (pull request #124)
versionmodified fixes
2013-03-17 10:50:28 +09:00
Takayuki Shimizukawa
3cad43131a add 'Python Wild Magic' link for EXAMPLES 2013-03-11 12:44:03 +09:00
Takayuki Shimizukawa
2c409959ac Add i18n capabilities for custom templates.
For example: The Sphinx reference documentation in doc directory provides
sphinx.pot file from ``doc/_templates/*.html`` by ``make gettext``.
2013-03-10 22:07:31 +09:00
Takayuki Shimizukawa
7b443298a3 add changes entry. refs #1106 2013-03-10 10:30:37 +09:00
Takayuki Shimizukawa
9afd86a569 Merged in rolmei/sphinx-epub (pull request #123)
epub_use_index instead of html_use_index for epub builder (Issue #1106)
2013-03-10 10:19:49 +09:00
Takayuki Shimizukawa
821286081c Merged in r_rudi/sphinx (pull request #122)
move "copy additional files" after "copying TeX support files" in latex builder.
2013-03-10 10:18:38 +09:00
Takayuki Shimizukawa
e2087189ea Add regression test for #1109. Issue was corrected at previous commit 62b0a5f17f62. Closes #1109 2013-03-09 23:14:31 +09:00
Takayuki Shimizukawa
f6fca7a8ac Fix: text builder breach max-witdh specificatoin if paragraph have prefixed text. ex: 'See also:' 2013-03-09 22:58:47 +09:00
Georg Brandl
fea035ebe0 Closes #810: fix remaining PendingDeprecationWarnings with Python 3. 2013-03-07 07:18:43 +01:00
shirou
fbd60fc0c9 change 1.1.3 to 1.2 about latex_additional_files in conf.py document. 2013-03-07 11:05:33 +09:00
Roland Meister
a567d77e51 epub_use_index instead of html_use_index for epub builder (Issue #1106)
The change adds the method get_builder_config.
This allows use of the option epub_use_index instead
of html_use_index for epub output.
2013-03-06 18:43:21 +01:00
shirou
8bec3b8777 move "copy additional files" after "copying TeX support files" in latex builder.
It enables the user to override TeX support files such as sphinx.sty by setting latex_additional_files.
2013-03-05 22:17:05 +09:00
Takayuki Shimizukawa
35c44b63fb add CakePHP and Chef for EXAMPLES 2013-02-26 10:19:03 +09:00
Takayuki Shimizukawa
ba3e404b7c Fix uppercase word is not found in search when html_search_language='ja'. Closes #1111 2013-02-24 21:29:56 +09:00
Takayuki Shimizukawa
fffde7817d Merged in knzm/sphinx-fix-docfields-fork (pull request #96)
make docfield translatable
2013-02-24 19:05:15 +09:00
Jonathan Waltman
15b34a0940 Set latex_elements['fontpkg'] = '' for Cyrillic languages (suggested by Dmitry Shachnev) 2013-02-22 02:16:02 -06:00
Jonathan Waltman
6294258b0d Add changelog entry for pull request #114. 2013-02-22 01:50:12 -06:00
Jonathan Waltman
3019758150 Merged in mitya57/sphinx (pull request #114)
LaTeX writer: include cmap package by default
2013-02-22 01:36:07 -06:00
Takayuki Shimizukawa
9b575f89d0 Added Hebrew locale. Closes #1113 2013-02-21 22:46:03 +09:00
Takayuki Shimizukawa
4bdfad3751 compile_catalog update for zh_CN 2013-02-21 22:43:39 +09:00
亦念
65f6e10c56 update some items of zh_CN translation 2013-02-21 18:33:26 +08:00
Jonathan Waltman
eb88e37040 Merged in rolmei/sphinx-epub (pull request #117)
Some small fixes
2013-02-20 15:20:04 -06:00
Jonathan Waltman
c9a5c78a20 Changelog entry for pull request 115 and doc update. 2013-02-20 15:11:45 -06:00
Jonathan Waltman
c1c9f68099 Merged in klukas/sphinx (pull request #115)
Add configuration option for transitions in LaTeX output
2013-02-20 14:58:46 -06:00
Jonathan Waltman
66d799bb00 Closes #1108: [text] Correctly number enumerated lists with non-default start values (based on patch by Ewan Edwards). 2013-02-20 13:50:40 -06:00
Jonathan Waltman
50d4aec15c [texinfo] Update CHANGES and relevant documentation. 2013-02-20 04:09:50 -06:00
Jonathan Waltman
8f74a80216 Really fix seealso labels in manpage writer. 2013-02-20 03:52:27 -06:00
Jonathan Waltman
4f6da6ce8c [texinfo] Do not add the "Index" node when there are no entries. 2013-02-19 20:12:07 -06:00
Jonathan Waltman
d95061146f [texinfo] Do not capitalize words in deffn categories containing capital letters. 2013-02-19 19:36:19 -06:00
Jonathan Waltman
3a30bafb28 [texinfo] Render desc_annotation nodes instead of skipping them. 2013-02-19 19:31:48 -06:00
Jonathan Waltman
5078d81755 [texinfo] Change formatting of @strong and @emph in Info output.
Using strong or emphasis to markup parameter names is quite common and the
default formatting for *strong* and _emph_ often creates confusing output.

They are now formatted like `literals'.
2013-02-19 17:07:46 -06:00
Jonathan Waltman
9d5aa79078 Fix seealso labels in manpage writer. (broke by commit d9c2da912d3d) 2013-02-19 07:05:19 -06:00
Jonathan Waltman
9dcae72b43 [texinfo] Fix seealso labels. (broke by commit d9c2da912d3d) 2013-02-19 06:58:19 -06:00
Jonathan Waltman
4869e61dff [texinfo] Tweak formatting of field lists. 2013-02-19 06:39:39 -06:00
Jonathan Waltman
f033bcd97f [texinfo] Use sphinx.locale.admonitionlabels for admonition nodes. 2013-02-19 05:09:26 -06:00
Jonathan Waltman
f8374c9382 [texinfo] Format system messages and problematic nodes like the text builder. 2013-02-19 04:58:52 -06:00
Jonathan Waltman
968b0dd185 [texinfo] Prevent hyphen conversion in option directive signatures. 2013-02-19 04:38:21 -06:00
Jonathan Waltman
a18ec10c34 [texinfo] Avoid creating some unnecessary garbage when assembling the final document. 2013-02-19 04:20:13 -06:00
Jonathan Waltman
06359e4d39 [texinfo] Use @finalout and use the default page size for better TeX output. 2013-02-19 04:09:47 -06:00
Jonathan Waltman
d5b82a235b [texinfo] Use @ref instead of @pxref for better display of links in non-Info output. 2013-02-19 04:06:08 -06:00
Jonathan Waltman
c8d8f69b96 [texinfo] Change formatting of transitions. 2013-02-19 04:03:21 -06:00
Jonathan Waltman
225b85365e [texinfo] Change paragraphindent from 2 to 0. 2013-02-19 04:00:34 -06:00
Jonathan Waltman
a37e4d2afd Closes #1074: Add environment version info to the generated search index to avoid compatibility issues. 2013-02-19 03:42:50 -06:00
Jonathan Waltman
e3a27b76f2 Closes #1110: Add new config value texinfo_no_detailmenu and do not generate detailed menus for non-"Top" nodes. 2013-02-19 03:24:57 -06:00
Jonathan Waltman
4e87ea0517 Add stub for the keep_warnings config value in quickstart's conf.py 2013-02-19 01:36:46 -06:00