Commit Graph

7691 Commits

Author SHA1 Message Date
jfbu
3af9353b38 Fix #777: (part II) LaTeX output "too deeply nested"
The standard classes have a severe cap on maximal nesting of list-like
environments (a total of six levels, and four for each of enumerate and
itemize). This commit defines a new key ``'maxlistdepth'``. _Only_ if it
is set (i.e. non-empty) will sphinx.sty do some hack to lift the LaTeX
limitations and extend the maximal list depth to the desired value.
2016-10-26 10:30:52 +02:00
jfbu
a2672ce11b streamline latex comments in sphinx.sty 2016-10-26 10:16:09 +02:00
Takeshi KOMIYA
f3118e1cd6 Merge pull request #3098 from pamolloy/conf-py-indent
Fix indentation in conf.py
2016-10-26 11:14:46 +09:00
Philip Molloy
47bae16513 Fix indentation in conf.py 2016-10-25 17:03:56 -04:00
jfbu
69d3480ef7 Fix again hyperref duplicate destination warnings
The method at 4e88bfe worked only for page 1. This moves to
``\maketitle`` the whole control.
2016-10-25 22:30:40 +02:00
jfbu
24dd7852f4 Fix #3019: (xetex) let Unicode "no-break space" act like LaTeX `~` 2016-10-25 14:37:54 +02:00
Takeshi KOMIYA
78c0d6b46c Merge pull request #3064 from tk0miya/2513_default_settings_for_each_engine
A better default settings for LuaLaTeX and XeLaTeX
2016-10-25 21:35:03 +09:00
Takeshi KOMIYA
8122f06415 Update CHANGES 2016-10-25 20:08:07 +09:00
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
0ad54208d3 Revirt aa06495b61: Remove unneeded \phantomsection (refs: review comment of #3064) 2016-10-25 14:25:18 +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
Michael Leinartas
7943da9408 Add tests for mocked modules 2016-10-21 09:53:25 -05:00
jfbu
54dbd3882d add advice on use of tabulary (latex output) 2016-10-20 15:47:38 +02:00
Takeshi KOMIYA
111b9e623b Update CHANGES for PR#3068 2016-10-20 21:31:08 +09:00
Daniel
411ad98768 Allow the '=' character in the -D option of sphinx-build.py 2016-10-20 21:30:24 +09: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
Michael Leinartas
f8200bdddc Autodoc: Allow mocked module decorators to pass-through 2016-10-19 20:30:24 -05: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