Commit Graph

2134 Commits

Author SHA1 Message Date
Takeshi KOMIYA
f8927e9f8c Bump to 1.5.4 final 2017-04-02 18:51:30 +09:00
jfbu
3ff68db8d9 Remove a line in CHANGES for 1.5.4 upcoming release 2017-03-30 18:50:48 +02:00
jfbu
895014cd71 Fix use of \pdfinfo (refs #3551, #3567)
Although the data in ``\pdfinfo`` as set-up in ``sphinxmanual.cls`` was
ignored, some LaTeX commands (e.g. ``\large``) in the ``latex_documents``
title item could cause failed PDF builds.

This commit removes the anyhow ignored ``\pdfinfo`` usage, and indicates
in commented-out lines how to use ``\hypersetup``, which may be done in
master branch, or possibly in stable branch, if some consensus emerges
about how to represent ``\and`` in the ``/Author`` field. It seems the
PDF Document Information Dictionary does not seem to provide any
universal multi-lingual way to indicate multiple authors.
2017-03-23 11:06:48 +01:00
Takeshi KOMIYA
161e3da3f3 Update CHANGES for PR #3577 2017-03-22 09:36:00 +09:00
jfbu
aa03441ee9 Fix TeX coding bug in latex writer (closes #3575) 2017-03-21 13:21:46 +01:00
Takeshi KOMIYA
2dae11aa68 Fix #3552: linkcheck raises UnboundLocalError 2017-03-18 18:17:59 +09:00
Takeshi KOMIYA
a0e1eb6544 Update CHANGES for PR #3520 2017-03-18 17:38:50 +09:00
Jakob Lykke Andersen
acf5f94940 C++, fix parsing error of non-type template arg
Fixes sphinx-doc/sphinx#3542
2017-03-12 15:03:20 +09:00
Jakob Lykke Andersen
2f931be89b Merge branch 'stable' into field-pending-xref-annotation 2017-03-12 12:04:47 +09:00
jfbu
4a6e5863f4 Update CHANGES for PR #3538 2017-03-11 16:58:32 +01:00
jfbu
448dc08924 Update CHANGES for PR #3527 2017-03-10 09:29:36 +01:00
Jakob Lykke Andersen
9ca5d990f6 Add callback on domains for xrefs from fields.
Fixes sphinx-doc/sphinx#2607.
Fixes sphinx-doc/sphinx#2665.
2017-03-08 20:35:44 +09:00
jfbu
f8391ea487 Update CHANGES for PR#3497 2017-03-03 09:56:39 +01:00
Takeshi KOMIYA
811df6b2e3 Fix #3487: intersphinx: failed to refer options 2017-03-03 00:50:55 +09:00
Takayuki SHIMIZUKAWA
dbad2bfcda update CHANGES refs #2073, #3443, #3490 2017-03-02 16:52:56 +09:00
Takeshi KOMIYA
3a3cec7a8e Fix #3488: objects.inv has broken when `release or version` contain return code 2017-03-02 13:32:46 +09:00
Takeshi KOMIYA
099ddc9c76 Update CHANGES for PR#3470 2017-03-01 02:32:33 +09:00
Yoshiki Shibukawa
b1808e7cd5 epub has duplicated nav.xhtml link except first time 2017-02-27 07:58:56 +09:00
jfbu
1c4112b9cc typo in CHANGES 2017-02-26 23:42:49 +01:00
jfbu
d4bf543e7e add missing space in a CHANGES entry 2017-02-26 23:41:37 +01:00
jfbu
729fc40ed6 Update CHANGES for PR#3446 2017-02-26 09:24:42 +01:00
Takeshi KOMIYA
5fc40108d9 Bump version 2017-02-26 15:57:01 +09:00
Takeshi KOMIYA
715eb45755 Bump to 1.5.3 final 2017-02-26 15:49:56 +09:00
Takeshi KOMIYA
75b9e4ea17 Update CHANGES 2017-02-26 15:48:32 +09:00
Takeshi KOMIYA
1d0083edc5 Fix #3421: Could not translate a caption of tables 2017-02-26 13:47:53 +09:00
Takeshi KOMIYA
e0fa1d05b0 Fix #3400: make-mode don't use subprocess on building docs 2017-02-25 17:31:08 +09:00
Takeshi KOMIYA
4e8c622abe Fix Search button is misaligned in nature and pyramid theme (refs: #3418) 2017-02-25 11:56:39 +09:00
Yoshiki Shibukawa
99b27c0c00 fix #3450: &nbsp is appeared in EPUB docs 2017-02-24 20:04:00 +09:00
Takeshi KOMIYA
1f973caf06 Fix #3349: Result of `IndexBuilder.load()` is broken 2017-02-20 16:33:37 +09:00
jfbu
b8d8519c88 Update CHANGES for PR#3430 2017-02-18 10:46:10 +01:00
Takeshi KOMIYA
79b7c468a9 Fix #3427: autodoc: memory addresses are not stripped on Windows 2017-02-17 12:21:04 +09:00
Takeshi KOMIYA
387588a9d8 Fix #3410: return code in :confval:release breaks html search 2017-02-15 18:16:35 +09:00
Takeshi KOMIYA
b9bba672ed Fix #3366: option directive does not allow punctuations 2017-02-15 01:42:08 +09:00
Takeshi KOMIYA
929e67ffca Fix parselinenos() could not parse left half open range (cf. "-4") 2017-02-12 00:09:04 +09:00
Takeshi KOMIYA
056b73e109 Update CHANGES for PR#3399 2017-02-07 11:33:20 +09:00
jfbu
3c3ab3ace8 mention customizability of PDF page margin dimensions 2017-02-06 18:35:19 +01:00
Jean-François B
6f3759dbab Merge branch 'stable' into japanesetextlayout 2017-02-06 14:48:38 +01:00
jfbu
9c6a071572 Fix #3356 and #3394 (latex) text layout of Japanese documents
- make text width integer multiple of zenkaku width

- fix incompatibility of ``geometry`` package with ``jsbook`` LaTeX
  class (``'manual'`` docclass)

- fix issue with shortened text area height in ``'manual'`` docclass
2017-02-05 17:25:50 +01:00
jfbu
20dc524346 Fix #3392: "releasename" in latex_elements is not working 2017-02-05 12:59:33 +01:00
jfbu
a307abcb48 Update CHANGES for PR#3383 2017-02-03 09:46:51 +01:00
Takeshi KOMIYA
678cc3d503 Fix #3364: sphinx-quickstart prompts overflow on Console with 80 chars width 2017-01-29 13:30:30 +09:00
Takeshi KOMIYA
14a864a637 Support requests-2.0.0 (experimental) (refs: #3367) 2017-01-29 13:15:49 +09:00
Takeshi KOMIYA
952161de4e Fix LaTeX: :confval:release is not escaped (refs: #3362) 2017-01-28 19:55:51 +09:00
Takeshi KOMIYA
1a2488610d Fix #3370: the caption of code-block is not picked up for translation 2017-01-26 01:57:22 +09:00
Takeshi KOMIYA
f3135280e3 Bump version 2017-01-22 17:29:47 +09:00
Takeshi KOMIYA
b1a3ff61b7 Bump to 1.5.2 final 2017-01-22 17:24:32 +09:00
jfbu
7d2367490a Update CHANGES for PR#3363 2017-01-21 12:09:55 +01:00
jfbu
dc51eef605 LaTeX, pass dvipdfm option to geometry package for Japanese documents 2017-01-21 11:31:32 +01:00
Takeshi KOMIYA
bfcb92f6fd Fix #3285: autosummary: asterisks are escaped twice 2017-01-21 15:50:41 +09:00
Takeshi KOMIYA
a0c2029b3c Fix #3295: Could not import extension sphinx.builders.linkcheck 2017-01-20 12:16:18 +09:00