Commit Graph

7276 Commits

Author SHA1 Message Date
Takeshi KOMIYA
5af1713d60 latex: Disable babel if polyglossia loaded 2016-10-25 20:08:07 +09:00
Takeshi KOMIYA
68de92042f latex: Use \refname if \bibname not defined in sphinxhowto.cls 2016-10-25 20:08:06 +09:00
Takeshi KOMIYA
a79ea0fa95 A better default settings for XeLaTeX 2016-10-25 11:26:44 +09:00
Takeshi KOMIYA
d322e443a8 Travis CI: Install lmodern to build xetex documents 2016-10-25 11:26:44 +09:00
Takeshi KOMIYA
1ced210d74 latex: Introduce ADDITIONAL_SETTINGS to support default settings for each LaTeX engine 2016-10-25 11:26:44 +09:00
Jean-François B
41609f15b8 Fix #3086: revert 1.5a2 change to latex bibliographic entries key widths (#3087) 2016-10-24 15:58:20 +02:00
Jakob Lykke Andersen
efa5382e9b Merge pull request #3072 from jakobandersen/multiline-signatures
Make rendering of multiline signatures better in html.
2016-10-24 13:38:33 +02:00
Takeshi KOMIYA
5e753d50ac Merge pull request #3078 from jwilk/spelling
Fix typos
2016-10-24 20:21:42 +09:00
Takeshi KOMIYA
e139636aa3 Merge pull request #3081 from jfbu/update_makemode_help
Let "make help" provide better info for latexpdf target
2016-10-24 20:16:36 +09:00
jfbu
d0dbd60d94 Addition and alphabetical order fix in AUTHORS 2016-10-23 15:08:51 +02:00
jfbu
8aa66fda80 Let "make help" provide better info for latexpdf target 2016-10-23 11:25:05 +02:00
jfbu
ef73ecefb2 Amend Update CHANGES for PR#3056 (it was already in 1.5a2) 2016-10-23 10:53:55 +02:00
jfbu
637cb141f9 Update CHANGES for PR#3056 2016-10-23 10:46:10 +02:00
jfbu
720e155b83 Add a comment to Makefile template for make-mode, update doc/Makefile 2016-10-23 10:45:23 +02:00
Jakub Wilk
43cab26ece Fix typos 2016-10-22 18:12:34 +02:00
jfbu
54dbd3882d add advice on use of tabulary (latex output) 2016-10-20 15:47:38 +02:00
Jakob Lykke Andersen
4c2815bc95 Make rendering of multiline signatures better in html. 2016-10-20 09:28:59 +02:00
Takeshi KOMIYA
2b6eac73c3 Merge branch 'stable' 2016-10-20 14:42:54 +09:00
Takeshi KOMIYA
aa06495b61 Remove unneeded \phantomsection (refs: review comment of #3064) 2016-10-20 11:40:47 +09:00
Takeshi KOMIYA
6e5964ac27 Remove intern() calls 2016-10-19 19:50:34 +09:00
jfbu
039c68d8f3 Fix #3062: Failed to build PDF using 1.5a2
PR #3030 (3e21ef4) moved "hyperref" loading to later but forgot the
`\hypersetup` at sphinx.sty#L895 for Japanese documents.
2016-10-19 08:55:27 +02:00
shimizukawa
021974ed94 refs #2432 update for latest master 2016-10-19 01:08:07 +09:00
shimizukawa
d1c6d3c45b Update CHANGES for refs #2432. 2016-10-19 01:00:02 +09:00
Takayuki SHIMIZUKAWA
340c6fb9f4 Merge pull request #2432 from agronholm/kwonlyargs
#2432 Fix unwanted * between varargs and keyword only args
2016-10-19 00:54:38 +09:00
jfbu
6438cf54db fix capitalization in config.rst: "Example of configuration file" 2016-10-17 17:25:40 +02:00
Takeshi KOMIYA
9b1b9ce65b Bump version 2016-10-17 21:35:12 +09:00
Takeshi KOMIYA
65e37eefb3 Bump to 1.5 alpha2 2016-10-17 21:31:22 +09:00
Takeshi KOMIYA
e04fe845c7 Fix #3039: English stemmer returns wrong word if the word is capitalized 2016-10-17 21:09:58 +09:00
jfbu
daee1fc51d Fix config.rst description of `latex_documents` docclass element 2016-10-17 09:46:38 +02:00
Takeshi KOMIYA
4411f677cf Fix #3058: Using the same 'caption' attribute in multiple 'toctree' directives results in warning / error 2016-10-17 16:17:47 +09:00
Takeshi KOMIYA
53ea1cb280 Fix #3045: HTML search index creator should ignore "raw" content if now html 2016-10-17 16:08:37 +09:00
jfbu
78d96b4abb amend Update CHANGES for PR#3057 2016-10-16 17:49:23 +02:00
jfbu
18c31d52bb Update CHANGES for PR#3057 2016-10-16 17:47:38 +02:00
Jean-François B
828c96ec10 Fix #3047: spacing before footnote in pdf output is not coherent (#3057)
A ``\sphinxBeforeFootnote`` macro is inserted by footnote environment
and ``\footnotemark`` command. Its default is to remove the space before
the footnote mark. Formerly, footnotes from explicit mark-up were
preceded by a space allowing a linebreak, but automatically generated
footnotes had no such space.
2016-10-16 17:40:19 +02:00
Takeshi KOMIYA
617f18b009 Merge pull request #3056 from jfbu/testmakemode
Fix make-mode Makefile template in order to allow build to go through
2016-10-17 00:14:40 +09:00
jfbu
2b865cf90a Make `make synonym to make help` again 2016-10-15 23:42:00 +02:00
jfbu
16e9049bb3 No need for an empty recipe for Makefile as it has been set .PHONY 2016-10-15 22:59:12 +02:00
jfbu
362ee9d974 Fix make-mode in order to allow build to go through 2016-10-15 21:09:21 +02:00
jfbu
40b644b664 Update CHANGES for PR#3022 2016-10-15 12:19:08 +02:00
Jean-François B
b8e0e935e4 Improve LaTeX footnotes (#3022)
Allow code-blocks in footnotes for LaTeX PDF output.

This is done via using a ``footnote environment``, provided by LaTeX
package footnotehyper which replaces old problematic package footnote.
No need to ship a custom tabulary anymore.

The footnote markers are silently removed from the table of contents and
do not end in the PDF bookmarks (the old code in ``sphinx.sty`` copying
``footmisc.sty`` was not satisfactory and has been deleted and replaced
by use of better ``\sphinxfootnotemark``.) Footnotes can be used also in
captions of literal blocks.
2016-10-15 12:09:58 +02:00
jfbu
58dab8d80b Update CHANGES for PR#3030 2016-10-15 11:56:17 +02:00
Jean-François B
3e21ef45cf Merge pull request #3030 from jfbu/loadhyperreflater
(latex) separate loading of hyperref from sphinx.sty
2016-10-15 11:47:51 +02:00
shimizukawa
487f3db5f6 To simplify, sphinx uses external mock package even if unittest.mock exists. 2016-10-15 16:22:27 +09:00
jfbu
ec8dd32e35 add example to use of `'printindex'` key 2016-10-14 11:21:18 +02:00
jfbu
689327d6fc add missing versionchanged directive for tableofcontents 2016-10-14 11:14:15 +02:00
jfbu
536d52063f Revert "new `'packages' key to latex_elements`"
This reverts commit 9972d729ab.
2016-10-14 09:04:45 +02:00
jfbu
9972d729ab new `'packages' key to latex_elements`
serves to load packages after ``sphinx.sty`` itself and before hyperref.
2016-10-14 09:04:08 +02:00
jfbu
9cdf4fe00f (latex) separate loading of hyperref from sphinx.sty
new 'hyperref' key in ``latex_elements``.
2016-10-14 09:02:18 +02:00
Jean-François B
28d6e34bb3 Merge pull request #3051 from jfbu/betterfixforduplicatedestinationwarning
(latex) avoid in a better way duplicate name page.1 hyperref warning
2016-10-14 08:21:36 +02:00
Takeshi KOMIYA
3e7884f5d7 Improve message for confval type checking 2016-10-14 12:12:54 +09:00