Takeshi KOMIYA
73b3ee17c2
Merge branch 'stable' into 1.6-release
2017-05-15 00:19:55 +09:00
Takeshi KOMIYA
f27d9447e0
Bump to 1.5.6 final
2017-05-15 00:14:00 +09:00
Takeshi KOMIYA
1329202502
Fix #3721 : Copright "owner" instead of "holder" in license
2017-05-14 23:42:31 +09:00
shimizukawa
d497d74370
refs #3458 : add sphinx.testing that are moved from /tests directory.
2017-05-14 20:47:15 +09:00
Takeshi KOMIYA
0512ebf2d4
Merge pull request #3749 from jfbu/3746_allow_old_latexmk
...
Fix #3746 : PDF builds fail with latexmk version 4.48 or earlier
2017-05-13 22:42:10 +09:00
jfbu
ae1455077b
Fix #3746 : PDF builds fail with latexmk version 4.48 or earlier
...
This is tested to work with latexmk version: 4.39 (10 Nov 2013).
For xelatex engine and with latexmk 4.52b or later (Jan 2017), setting
LATEXMKOPTS Makefile variable on command line to "-xelatex" results in
faster builds, because PDF is produced only on last run.
2017-05-13 13:05:58 +02:00
jfbu
7d5c14c98c
Update CHANGES
2017-05-13 12:21:38 +02:00
jfbu
2c1dcaf041
Fix (old!) typo in latex Makefile: ARCHIVEPREFIX was misspelled
2017-05-13 12:18:12 +02:00
Takeshi KOMIYA
515e3ad13d
Refactor test_latex_table
2017-05-13 17:01:34 +09:00
Takeshi KOMIYA
c07ed92a20
Merge branch 'stable' into 1.6-release
2017-05-13 15:42:03 +09:00
Takeshi KOMIYA
77163de34f
Merge pull request #3744 from tk0miya/3320_warnings_for_container_types
...
Fix #3320 : Warning about reference target not being found for contain…
2017-05-13 15:39:45 +09:00
Takeshi KOMIYA
4104b93c6e
Fix #3320 : Warning about reference target not being found for container types
2017-05-13 15:03:11 +09:00
Takeshi KOMIYA
5f5507d3f5
Merge pull request #3737 from tk0miya/update_messages
...
Update messages
2017-05-12 23:51:06 +09:00
Takeshi KOMIYA
33837ac493
Update messages
2017-05-12 23:32:56 +09:00
jfbu
773659c41a
Mention latex table templates in docs
2017-05-11 22:50:58 +02:00
Takeshi KOMIYA
90e1aba797
Update CHANGES for PR #3732
2017-05-12 00:46:29 +09:00
Takeshi KOMIYA
7f4066cba2
Merge pull request #3732 from bryevdv/bryevdv/3731_protect_isenumclass
...
Protect isenumclass predicate against non-class arguments
2017-05-12 00:43:20 +09:00
Takeshi KOMIYA
bac9fcbb56
Fix #3738 : Nonsensical code in theming.py
2017-05-11 22:45:24 +09:00
Bryan Van de Ven
e83c3804f4
Protect isenumclass predicate against non-class arguments
...
fixes : #3731
Not being a class is another way a thing might not be an enum class,
but without an explicit check, isenumclass raises an exception in this
case.
2017-05-11 08:40:17 -05:00
Takeshi KOMIYA
acb9ab6eb9
Fix invalid format string
2017-05-11 20:19:13 +09:00
jfbu
d7d7a1cff9
Update CHANGES for PR #3684
2017-05-11 11:21:27 +02:00
Jean-François B
298b38453b
Merge pull request #3684 from jfbu/stubs
...
Add latex support for docutils table stub columns (issue #3479 )
2017-05-11 11:17:02 +02:00
Takeshi KOMIYA
74b593cc93
Merge pull request #3733 from tk0miya/3725_change_label_of_todo_in_latex
...
Fix #3725 : Todo looks different from note in LaTeX output
2017-05-11 18:05:40 +09:00
Takeshi KOMIYA
71d909c418
Fix #3725 : Todo looks different from note in LaTeX output
2017-05-11 17:44:15 +09:00
jfbu
ad7d2bd548
Fix typo
2017-05-11 10:25:49 +02:00
jfbu
e20f28ce70
Improve latex docs of `latex_use_latex_multicolumn
` config setting
2017-05-11 10:24:10 +02:00
Takeshi KOMIYA
cf70e4e910
Skip latex compilations on Travis CI
2017-05-11 16:28:25 +09:00
Takeshi KOMIYA
b65b9e4ff5
Add .circleci/config.yml
2017-05-11 16:26:24 +09:00
jfbu
75653d85ac
Fix #3479 : add latex support for docutils table stub columns
...
This implementation in latex writer allows arbitrary columns to be
declared "stub columns". But currently Docutils option
``:stub-columns:`` only allows a number telling the how many initial
columns are "stub columns".
2017-05-10 11:35:12 +02:00
jfbu
1385e1ac1b
Use (again) Perl concatenation for latexmk variables (refs #3719 )
...
Indeed, with this latexmk will display something like
Running 'pdflatex --halt-on-error --interaction=batchmode -recorder
"sphinx.tex"'
if `make latexpdf` was invoked with `LATEXOPTS="--halt... "`, which
is more useful console output than:
Running 'pdflatex $LATEXOPTS -recorder "sphinx.tex"'
as is the case without this commit.
2017-05-09 23:32:47 +02:00
jfbu
593eb39be0
Update CHANGES about latex table templates ( #3389 , 2a37b0e
)
2017-05-09 22:23:51 +02:00
jfbu
050dd96626
Update CHANGES for PR #3686
2017-05-09 22:23:46 +02:00
Jean-François B
e9df41535d
Merge pull request #3686 from jfbu/dropthreeparttable
...
Drop usage of `threeparttable` (LaTeX)
2017-05-09 22:00:41 +02:00
Takeshi KOMIYA
f1a3e45878
Update setup.cfg
2017-05-09 23:40:29 +09:00
Takeshi KOMIYA
5e65316459
Skip testcase for sphinx.util.inspect on 3.4.3
...
The inspect library of python-3.4.3 also can't handle wrapped
functions.
2017-05-09 23:24:25 +09:00
jfbu
c1ff084ef6
Update (again) CHANGES for PR #3720
2017-05-09 15:57:35 +02:00
jfbu
a5ffd7dd27
Update CHANGES for PR #3720
2017-05-09 15:53:49 +02:00
Jean-François B
9c6efc34e5
Merge pull request #3720 from jfbu/dontforcelatexmake
...
Don't use forced mode by default for latexmk runs
2017-05-09 15:43:38 +02:00
Takeshi KOMIYA
56d3458584
Fix flake8 violations
2017-05-09 21:57:36 +09:00
jfbu
97625a2c5c
Don't use forced mode for Latexmk
2017-05-08 20:53:03 +02:00
jfbu
832f537703
Re-simplify latexmkrc syntax: it works!
2017-05-08 20:49:05 +02:00
jfbu
3414292ace
Fix: LATEXOPTS is not passed over correctly to pdflatex since 1.6b3
2017-05-08 20:49:05 +02:00
shimizukawa
62d7abb2f8
fix typos in CHANGES
2017-05-07 22:21:12 +09:00
jfbu
3b91322563
Update latex style file version date after 1.6b3
2017-05-07 11:50:13 +02:00
jfbu
3a20b29dd5
Amend CHANGES for entries which did not make it into 1.6b3
2017-05-07 11:47:32 +02:00
Takeshi KOMIYA
5161ea3dce
Update CHANGES
2017-05-07 18:22:32 +09:00
Takeshi KOMIYA
eab611e433
Bump version
2017-05-07 18:19:19 +09:00
Takeshi KOMIYA
0b43022f1e
Merge remote-tracking branch 'refs/remotes/origin/1.6-release' into 1.6-release
2017-05-07 18:18:22 +09:00
Takeshi KOMIYA
5eb1a6afae
Bump to 1.6b3
2017-05-07 18:11:57 +09:00
jfbu
38e6dfca34
Update latex docs
2017-05-07 11:10:41 +02:00