Commit Graph

9077 Commits

Author SHA1 Message Date
Takeshi KOMIYA
16dede179a Merge pull request #3699 from tk0miya/3698_migrate_docref_to_stddomain
Fix #3698: Moving :doc: to std domain broke backwards compatibility
2017-05-07 14:44:43 +09:00
Takeshi KOMIYA
64b2f292ff Merge branch 'master' into 3698_migrate_docref_to_stddomain 2017-05-07 14:44:30 +09:00
Takeshi KOMIYA
59412d7f6b Update CHANGES for PR #3700, #3714 2017-05-07 14:42:17 +09:00
Takeshi KOMIYA
733bdd5810 Merge pull request #3714 from iacchus/1.6-release
Rebasing as asked. viewcode extension not taking highlight_code='none' in account. Original pull request: #3700
2017-05-07 14:40:55 +09:00
Takeshi KOMIYA
797131a1bb Merge pull request #3716 from tk0miya/update_type_annotations
Update type annotations for new mypy
2017-05-07 14:40:04 +09:00
Takeshi KOMIYA
579a79660e Update type annotations for new mypy 2017-05-07 14:28:41 +09:00
Iacchus Mercurius
527f5777ba please see #3700 2017-05-07 00:34:14 -03:00
Takeshi KOMIYA
79b0c50165 Fix #3708: LaTeX writer allows irc scheme 2017-05-06 22:41:23 +09:00
jfbu
b03fb3889a Merge branch '1.6-release' 2017-05-05 18:22:03 +02:00
jfbu
3b69c51897 Merge branch 'stable' into 1.6-release 2017-05-05 18:20:01 +02:00
jfbu
698d8d440e Change slightly console output of LaTeX deprecation macro 2017-05-05 18:18:51 +02:00
jfbu
f547e59a7a Merge branch '1.6-release' 2017-05-05 13:34:47 +02:00
jfbu
79412051d2 Merge branch 'stable' into 1.6-release 2017-05-05 13:33:50 +02:00
jfbu
da8007c3f4 Update CHANGES for PR #3703 2017-05-05 13:15:41 +02:00
Jean-François B
c033fa2ab2 Merge pull request #3703 from jfbu/sphinxlegend
Fix #3702: abstract LaTeX styling of figure legends into sphinxlegend
2017-05-05 13:10:57 +02:00
jfbu
cdc1dadd8e Rename `\sphinxcaptionof to \sphinxcaption`, only 2 args 2017-05-04 16:10:58 +02:00
jfbu
069b937513 Separate `\sphinxcapstartof` macro, to facilitate caption below table 2017-05-04 15:45:28 +02:00
jfbu
321a5e7a5e Fix #3702: abstract LaTeX styling of figure legends into sphinxlegend 2017-05-04 09:59:29 +02:00
Jakob Lykke Andersen
139e09d120 C++, fix type check errors 2017-05-04 15:57:18 +09:00
Jakob Lykke Andersen
b55526f4e8 C++, remove fallback expression parser
Fixes sphinx-doc/sphinx#2406
2017-05-04 14:04:33 +09:00
Jakob Lykke Andersen
d4d0ea68fe C++, update docs and changelog 2017-05-04 14:04:33 +09:00
Jakob Lykke Andersen
d0fc4f80f1 C++, add expr role 2017-05-04 14:04:33 +09:00
Jakob Lykke Andersen
32788c4e81 C++, turn on version 3 mangling 2017-05-04 14:04:33 +09:00
Jakob Lykke Andersen
4bcaf13766 C++, expressions 2017-05-04 14:04:33 +09:00
Jakob Lykke Andersen
85a94b79ca C++, internal changes to id generation 2017-05-04 14:02:10 +09:00
jfbu
2034be9b9e LaTeX table caption widths will not exceed line width
This applies to tables rendered by tabular or tabulary which may occur
inside list items. Also ``\sphinxcaptionof`` admits an optional first
argument, which replaces the ``\LTcapwidth`` default. For example:

    ``\sphinxcaptionof[0.5\linewidth]{table}{...}``

can be used in the tabular/tabulary templates.
2017-05-03 18:57:39 +02:00
jfbu
0b2b2d204c LaTeX: improve caption positioning for figures in table cells
The defaults of 10pt for abovecaptionskip and 0pt for belowcaptionskip
are not suitable for figures in table cells. By default, this will now
be ``\smallskipamount`` for both, so that the caption can also be
located above figure (currently it is put below by latex writer).
2017-05-03 18:33:01 +02:00
Takeshi KOMIYA
5f4a88e0a4 Fix CSSContainer.insert() should convert strings to Stylesheet objects 2017-05-03 23:48:23 +09:00
Takeshi KOMIYA
fa4817eb2e Add sphinxcontrib-websupport to test-reqs.txt 2017-05-03 23:40:10 +09:00
Takeshi KOMIYA
0e5a610b2c Fix CSSContainer should call super method 2017-05-03 23:39:49 +09:00
Takeshi KOMIYA
b8799b2aee Fix #3683: Failed to build document if builder.css_file.insert() is called 2017-05-03 23:16:12 +09:00
Takeshi KOMIYA
0135948485 Fix #3683: sphinx.websupport module is not provided by default 2017-05-03 23:00:03 +09:00
jfbu
1048a239c6 Remove extra white line in CHANGES
will I ever get this entry right ?
2017-05-03 15:06:04 +02:00
jfbu
02c4854ba0 Update CHANGES (again!) for PR #3695 2017-05-03 12:52:24 +02:00
jfbu
1bfa25e6fe Update CHANGES better after PR #3695 2017-05-03 12:46:51 +02:00
Takeshi KOMIYA
17631e0b9a Fix #3698: Moving :doc: to std domain broke backwards compatibility 2017-05-03 19:02:16 +09:00
jfbu
71a1ffb303 Remove `notice` environment which was deprecated at 1.6 2017-05-03 11:53:28 +02:00
jfbu
64f04c90b9 Merge branch '1.6-release' 2017-05-03 11:51:00 +02:00
jfbu
3485f00349 Define (again) deprecated notice environment for 1.6 series
It was removed by mistake at 81a1835
2017-05-03 11:48:21 +02:00
jfbu
3cff7faf77 Merge branch '1.6-release' 2017-05-03 11:40:21 +02:00
jfbu
6c293ced2b Update CHANGES after PR #3687 2017-05-03 11:39:26 +02:00
jfbu
81a1835cf1 Remove deprecated latex features at 1.7
notice environment, loading of packages eqparbox and multirow
2017-05-03 11:35:41 +02:00
Jean-François B
41db5557ec Merge pull request #3687 from jfbu/removedeprecatedat17
Remove deprecated latex features at 1.7
2017-05-03 11:31:02 +02:00
jfbu
a398388501 Update CHANGES for PR #3695 2017-05-03 11:27:24 +02:00
Jean-François B
99c5d79e92 Merge pull request #3695 from jfbu/forcepdfmake
By default, ``make latexpdf`` will try to ignore LaTeX errors
2017-05-03 11:20:14 +02:00
jfbu
ca543eee23 Separate latexmk and pdflatex options for better control 2017-05-03 10:59:12 +02:00
Takeshi KOMIYA
51ad88f148 Update CHANGES 2017-05-03 17:35:45 +09:00
Takeshi KOMIYA
349881a52f Fix flake8 violation 2017-05-03 17:28:04 +09:00
Takeshi KOMIYA
b27fbc4aa5 Remove html_use_smartypants (deprecated) 2017-05-03 17:27:32 +09:00
Takeshi KOMIYA
354e360783 Merge pull request #3677 from tk0miya/remove_deprecated_features_in_1.7
Remove deprecated features in 1.7
2017-05-03 17:10:16 +09:00