Takeshi KOMIYA
ec50d014ee
Fix #3758 : Sphinx crashed if logs are emitted in conf.py
2017-05-18 10:52:01 +09:00
Takeshi KOMIYA
957f78fd6a
Remove debug print
2017-05-18 00:50:00 +09:00
Takeshi KOMIYA
9795dca2d9
Fix #3756 : epub: Entity mdash not defined
2017-05-18 00:19:10 +09:00
Takeshi KOMIYA
62614afb83
Fix #3754 : HTML builder crashes if HTML theme appends own stylesheets
2017-05-17 23:24:13 +09:00
Takeshi KOMIYA
be6d205a1f
Update CHANGES
2017-05-17 00:03:45 +09:00
Takeshi KOMIYA
dd3b100925
Follow translations
2017-05-17 00:03:39 +09:00
Takeshi KOMIYA
ec34963069
Bump version
2017-05-16 22:38:42 +09:00
Takeshi KOMIYA
0082bca133
Skip 1.6 release
2017-05-16 22:35:06 +09:00
Takeshi KOMIYA
e06cd805a2
Bump to 1.6 final
2017-05-16 22:29:07 +09:00
Takeshi KOMIYA
e322fa8480
Update message catalogs
2017-05-16 22:21:44 +09:00
Takeshi KOMIYA
384839f37c
Merge pull request #3718 from sphinx-doc/3458-sphinx-testing
...
refs #3458 sphinx.testing
2017-05-16 15:06:02 +09:00
Takeshi KOMIYA
05c205a77e
Merge pull request #3736 from tk0miya/refactor_latex_table_testcase
...
Refactor test_latex_table
2017-05-16 13:19:00 +09:00
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
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