Commit Graph
1712 Commits
Author SHA1 Message Date
Takeshi KOMIYA 211fd352ae Fix #2579: Could not refer a label including both spaces and colons via sphinx.ext.intersphinx
This fixes only the case the label including both spaces and colons as
ad-hoc. There is still a bug if a label having spaces, colons and
numbers like "foo bar:baz 1234".

Note: To support the case, we have to improve the inventory format.
2016-06-24 21:11:31 +09:00
Takeshi KOMIYA bf692e2f34 Fix #2700: HtmlHelp builder has hard coded index.html 2016-06-24 12:35:44 +09:00
Takeshi KOMIYA 04723c1175 Fix #2479: sphinx.ext.viewcode uses python2 highlighter by default 2016-06-24 11:35:15 +09:00
Takeshi KOMIYA 1e979091f2 Fix #2705: toctree generates empty bullet_list if `:titlesonly:` specified 2016-06-23 11:56:49 +09:00
jfbu 8feb92dd2d Update CHANGES for PR #2672 2016-06-22 18:33:43 +02:00
jfbu 3650663bb3 Fix #2679: (latex) load package float for 'H' value of 'figure_align' 2016-06-19 20:57:38 +02:00
jfbu 6929d546c8 Hard-wrap some long lines in CHANGES
Seems longer lines are more frequent since 1.4. I hard-wrapped at 80
chars the ones I committed which sometimes exceeded 100 chars. Other
long lines remain (one has 108 chars).
2016-06-18 12:22:18 +02:00
Takeshi KOMIYA 7586297d6d Fix #2684: sphinx.ext.intersphinx crashes with six-1.4.1 2016-06-18 10:27:32 +09:00
jfbu f16ce14954 Make sphinxShadowBox customizable via three lengths with public names 2016-06-15 08:54:52 +02:00
jfbu 5510653d6e Fix #2629. Add new config option `latex_keep_old_macro_names`
The cause of the issue was a clash about ``\titleref`` macro being already
defined in memoir class context. To avoid similar problems, this makes
the text styling macros

  ``\strong``, ``\code``, ``\bfcode``, ``\email``, ``\tablecontinued``,
  ``\titleref``, ``\menuselection``, ``\accelerator``, ``\crossref``,
  ``\termref``, ``\optional``,

also available with ``\sphinx`` prefix, with a conf.py boolean option to
let sphinx.sty only define ``\sphinx``-prefixed macros. As default value
is False, backwards compatibility is maintained.

On this occasion, some internal non-public macros have been renamed with
prefix ``\spx@``. The command

    find . -name '*.sty' -exec grep -l \\\\spx@ {} \;

has been executed in TeXLive 2015 and 2016 installations to check no
package defines macros starting with ``\spx@``.

Some internal macros having public names (because they are written by
latex.py into the body of the latex document) have been renamed to have
``\sphinx`` prefix. The macros in sphinx.sty starting with \py@, or \DU,
or \PYG have not been modified. Similarly ``\release``, ``\version``,
``\releasename``, etc... have not been renamed.
2016-06-15 08:53:24 +02:00
jfbu 8608387585 Fix #2676: (latex) Error with verbatim text in captions
Was caused by PR#2627 due to fragile ``\@noligs`` added to ``\code``.
2016-06-14 10:06:11 +02:00
Jakob Lykke Andersen 2d20e337b3 C++, properly look up constructors.
Fixes sphinx-doc/sphinx#2666.
2016-06-14 15:17:45 +09:00
Takeshi KOMIYA ecd2ca10d5 Bump version 2016-06-12 21:43:21 +09:00
Takeshi KOMIYA 93b3860597 Bump to 1.4.4 final 2016-06-12 21:37:52 +09:00
Takeshi KOMIYA b054a79e63 Merge pull request #2659 from tk0miya/build_pdf_on_travisci
Enable to build PDF docs on Ubuntu precise
2016-06-12 11:53:06 +09:00
Takeshi KOMIYA bc4148983d Sphinx now bundles needspace.sty 2016-06-12 11:33:43 +09:00
jfbu a62292cd3a Update CHANGES for PR #2651 2016-06-11 16:54:22 +02:00
Takeshi KOMIYA d7dd00a898 Failed to build PDF with framed.sty 0.95
The framed.sty which ubuntu precise bundles does not uses \OuterFrameSep macro yet.
2016-06-11 22:50:31 +09:00
Takeshi KOMIYA fc3bfbca5c Fix #2639: Sphinx now bundles iftex.sty 2016-06-11 14:39:45 +09:00
jfbu 518dad93e3 Fix mark-up in CHANGES 2016-06-10 22:27:11 +02:00
jfbu dba3d66d22 Update CHANGES for PR #2638 2016-06-10 19:02:00 +02:00
jfbu e94d853bd8 Fix CHANGES 2016-06-10 09:48:14 +02:00
jfbu e3bd7daf49 Merge branch 'latex_avoidtoodeeplynestedI' into stable (ref #777)
This is \list --> \trivlist replacement in Sphinx wrapper of original
Verbatim from package fancyvrb. This gains one level for allowed
location of a code-block in nested lists/quotes.
2016-06-10 09:44:09 +02:00
Takeshi KOMIYA 8a85935c63 Update CHANGES for PR#2647 2016-06-10 12:55:19 +09:00
Takeshi KOMIYA b3e82fadc4 Fix #2646: latex crashes if math contains twice empty lines 2016-06-09 12:00:07 +09:00
Takeshi KOMIYA 54e0db9cbe Fix #2351: latex crashes if enumerated lists are placed on footnotes 2016-06-09 11:30:15 +09:00
jfbu a266dd3aa9 Update CHANGES for PR #2627 2016-06-08 08:28:40 +02:00
jfbu e9fb82f51b Update CHANGES for PR #2641 2016-06-08 08:23:50 +02:00
jfbu 6abbcb34e2 Update CHANGES for PR #2626 2016-06-08 08:21:02 +02:00
jfbu d4a9997a48 Fix a \begin{\minipage} typo in sphinx.sty from 1.4.2 (ref: 68becb1) 2016-06-07 20:39:28 +02:00
Takeshi KOMIYA 76b9992384 Fix #2633: Sphinx crashes with old styled indices 2016-06-07 11:02:07 +09:00
jfbu 18eb553b26 Fix #2632: Warning directives fail in quote environment latex build 2016-06-06 23:46:58 +02:00
jfbu b5261d560c Fix #2630: Latex sphinx.sty Notice Enviroment formatting problem 2016-06-06 23:11:52 +02:00
Takeshi KOMIYA cb486ab3a0 Bump version 2016-06-05 17:17:05 +09:00
Takeshi KOMIYA 8b5ee35a7c Bump version 2016-06-05 17:09:12 +09:00
Takeshi KOMIYA bb6bb7ded6 Fix #2593: latex crashes if any figures in the table 2016-06-05 14:21:21 +09:00
jfbu 401302df48 LaTeX: load amstext in sphinx.sty even if not using amsmath
Needed in particular for:

- use of \iffirstchoice@ at commit 9d82cad (PR #2297)

- use of \text at commit 488ee52 addressing issue #2501
2016-06-04 10:23:12 +02:00
Takeshi KOMIYA df6ed50799 Update CHANGES for PR#2613 2016-06-03 21:44:03 +09:00
Takeshi KOMIYA 751f8241ff Merge branch 'redirection_breaks_intersphinx' into stable 2016-06-03 21:38:11 +09:00
jfbu e95f6a9510 Prefix LaTeX tabular and tabulary with \noindent (ref: #2614) 2016-06-03 08:20:47 +02:00
Takeshi KOMIYA 851929c912 Fix #2602: URL redirection breaks the hyperlinks generated by sphinx.ext.intersphinx 2016-05-31 23:22:01 +09:00
Takeshi KOMIYA 61ef0cab31 Suppress "document isn't included in any toctree" warning if the document is included (ref: #2603) 2016-05-31 20:07:56 +09:00
jfbu f6297558e8 Merge branch 'stable' into latex_datefont 2016-05-31 08:55:52 +02:00
Takeshi KOMIYA 976c3b8e33 Update CHANGES for PR#2590 2016-05-31 10:04:50 +09:00
jfbu 942dc80c99 Fix #2540: date on latex front page use different font
modified:   sphinx/texinputs/sphinxhowto.cls
	modified:   sphinx/texinputs/sphinxmanual.cls
2016-05-30 20:59:21 +02:00
Takeshi KOMIYA da3d368961 Fix `width option of figure directive does not work if align` option also specified (ref: #2595) 2016-05-30 10:46:17 +09:00
Takeshi KOMIYA 58b4f046ab Update CHANGES for #2530 2016-05-29 19:58:08 +09:00
Takeshi KOMIYA e3e827ef7f Fix #2350: got "Counter too large" error on building PDF if large numbered footnotes existed in admonitions 2016-05-29 19:55:44 +09:00
Takeshi KOMIYA f1c02235bd Bump version 2016-05-29 17:35:30 +09:00
Takeshi KOMIYA 1fbc0c9a16 Bump to 1.4.2 final 2016-05-29 17:20:19 +09:00