Commit Graph

4289 Commits

Author SHA1 Message Date
Georg Brandl
b0381f97f8 changelog: split off older changes (pre-1.0) to a CHANGES.old file 2013-03-29 13:05:49 +01:00
Georg Brandl
ba39edb5db merge with parallel repo 2013-03-29 13:01:21 +01:00
Georg Brandl
00beefb6d7 changelog: add more backwards incompatible changes 2013-03-29 12:55:58 +01:00
Georg Brandl
a765d4c479 changelog: add missing entry for PR#122 2013-03-29 12:51:52 +01:00
Georg Brandl
dea5b77bb3 docs: add versionadded to epub_use_index confval 2013-03-29 12:49:53 +01:00
Georg Brandl
c010bf7cc2 locale: compile message catalogs 2013-03-29 12:47:42 +01:00
Georg Brandl
2b5a1476c8 text writer: docstring proofreading 2013-03-29 12:38:57 +01:00
Georg Brandl
fddb492044 all: provide docutils version in sphinx.util.compat 2013-03-29 12:31:14 +01:00
Georg Brandl
3d0b924e70 remove xfileref_role() and directive_dwim() which were deprecated in 1.0 2013-03-29 12:28:38 +01:00
Georg Brandl
1d192dbe6e nodes utils: remove monkey-patch that is in docutils >=0.7 2013-03-29 12:34:57 +01:00
Georg Brandl
63463eed97 std domain: better name for local variable 2013-03-29 12:12:21 +01:00
Georg Brandl
3bf631527c changelog: categorize 1.2 entries in features by component and bugfixes 2013-03-29 12:09:20 +01:00
Georg Brandl
20da688d51 nodes util: update docutils tracker link 2013-03-29 11:49:06 +01:00
Georg Brandl
d492aad352 docs: proofread installation document 2013-03-29 11:45:07 +01:00
Georg Brandl
519be8ed6e html builder: rename get_object_hash to get_stable hash
Also amend the docstring so that it is easier to understand the need for the function.
2013-03-29 11:17:34 +01:00
Georg Brandl
663599abe9 quickstart: simplify the check for the "sphinx-build" command in the Makefile
The previous check called the "sphinx-build" executable on every invocation
of the Makefile, which takes a nontrivial time to import all required modules.
Calling "which" is much faster.
2013-03-29 11:17:04 +01:00
Takayuki Shimizukawa
e30b1325ef Because it was thought MaxJax CDN URL has not been written intentionally, I undo the changes.
See also #683.
Backed out changeset 2f9a30b7d005.
2013-03-29 10:52:52 +09:00
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
Roland Meister
43b9ff99c8 Add helper function footnote_spot that determins where to put new footnotes. 2013-03-11 23:33:38 +01:00
Roland Meister
f276939666 Introduce _footnote_label_template global variable for customization. 2013-03-11 22:02:57 +01:00
Roland Meister
234c0c0c75 New 'footnote' setting for epub_show_links. 2013-03-11 21:59:53 +01:00
Roland Meister
1eb07f1e96 Code cleanup: remove redundant check; move uri formatting into branch. 2013-03-11 20:31:26 +01:00
Takayuki Shimizukawa
3cad43131a add 'Python Wild Magic' link for EXAMPLES 2013-03-11 12:44:03 +09:00
Roland Meister
948991ed28 Merge with birkenfeld/sphnx 2013-03-10 15:30:06 +01: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
4507ada0bc Add new setting epub_tocscope for epub builder.
The new setting replaces the old heuristic that was never that good.
2013-03-06 20:48:00 +01:00
Roland Meister
3e7d245266 Cleanup of toc generation.
Extract method toc_add_files and also call it in the includehidden=False
branch of build_toc.
2013-03-06 19:56:55 +01: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
Leonardo J. Caballero G.
e8f0f0af8e Updated changelog 2013-03-04 10:37:22 -05:30
Leonardo J. Caballero G.
5d15460692 Updated Spanish translation. Closes #1118 2013-03-04 10:36:30 -05:30
Leonardo J. Caballero G.
c215cae4d5 Added improvements about i18n for themes "basic", "haiku" and "scrolls" that Sphinx built-in. Closes #1120 2013-03-04 10:35:30 -05:30
Lennart Regebro
9d4c068d64 Tables now look good. 2013-03-04 00:12:34 +01:00
Johannes Dewender
649ab8030c autodoc: change :novalue: to :annoation: option
The :novalue: option is now called :annotation: and has an additional feature:
When given with an argument, you can specify what the annotation
of the object will be.
2013-02-27 16:38:55 +01: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