Commit Graph

2105 Commits

Author SHA1 Message Date
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
jfbu
c3198ed1ff Make a 1.5a1 CHANGES entry about latex newfloat more precise 2017-01-19 18:19:14 +01:00
jfbu
b879f043bc Remove in 1.5.2 CHANGES repeated identical footnotes for same link 2017-01-16 09:03:46 +01:00
jfbu
3114c7f5a2 Fix extra space in CHANGES entry causing mis-interpreted mark-up 2017-01-16 08:38:06 +01:00
jfbu
283fee743c Update CHANGES for PR#3340 2017-01-16 00:49:24 +01:00
Takeshi KOMIYA
e9d61d70a1 Merge branch 'stable' into adjust_space_after_captions 2017-01-16 01:29:03 +09:00
Takeshi KOMIYA
cea72ddbc4 Fix #3234: intersphinx failed for encoded inventories 2017-01-16 00:52:33 +09:00
jfbu
4116c8424f Update CHANGES for PR#3341 2017-01-15 16:16:37 +01:00
jfbu
bd5f3aa9cd Update CHANGES for PR#3342 2017-01-15 16:07:13 +01:00
Takeshi KOMIYA
067044211e Fix #3158: too much space after captions in PDF output 2017-01-15 22:02:15 +09:00
Jakob Lykke Andersen
ccd6bf4a0c C++, fix refs to operator() functions.
Fixes sphinx-doc/sphinx#2952.
2017-01-15 14:36:29 +09:00
shimizukawa
00fcbfb35d remove . 2017-01-15 11:55:32 +09:00
shimizukawa
da18a1a951 fixed #3335: gettext does not extract field_name of a field in a field_list 2017-01-15 11:55:17 +09:00
shimizukawa
57a82e44cc fixes #3337: Ugly rendering of definition list term's classifier.
refs #2318: this incorrect rendering was introduced at #2318. In this change, we deprecated 'termsep' and made use of the 'classfire' node generated by docutils. However, at this time, because the HTML tag was outputted according to the node structure of docutils, the display was broken.

refs #2987: This change may affect the #2987 fix. In my environment I could not reproduce the problem.
2017-01-15 11:13:17 +09:00
shimizukawa
7d8a37f506 refs #3329: emit warnings if po file is invalid and can't read it. Also writing mo too. 2017-01-13 00:13:34 +09:00
Takeshi KOMIYA
d170862866 Fix #3328: Could not refer rubric implicitly 2017-01-12 12:19:12 +09:00
jfbu
2a3981f805 Update CHANGES for PR#3316 2017-01-09 15:49:19 +01:00
Takeshi KOMIYA
175c6e66a6 Fix #978: intersphinx_mapping also allows a list as a parameter 2017-01-08 14:35:44 +09:00
Takeshi KOMIYA
4153ee0d9d Fix Sphinx crashes on parallel build with an extension which raises unserializable exception 2017-01-08 01:38:45 +09:00
Takeshi KOMIYA
62329c82f6 Fix #3268: Sphinx crashes with requests package from Debian jessie 2017-01-07 14:29:36 +09:00
Takeshi KOMIYA
70cdc7be8f Dependency requirement updates: requests 2.4.0 or above (refs: #3268, #3310) 2017-01-07 14:29:36 +09:00
Takeshi KOMIYA
54c8c01222 Emit warning for nested numbered toctrees (refs: #3142) 2017-01-03 01:08:27 +09:00
Takeshi KOMIYA
60b7bfdfc2 Fix the caption of table are rendered as invalid HTML (refs: #3287) 2017-01-01 20:47:25 +09:00
Takeshi KOMIYA
54cac94cdf Fix #3294: `add_latex_package()` make crashes non-LaTeX builders 2017-01-01 20:07:16 +09:00
Takeshi KOMIYA
07633a5a71 Fix the warning type `misc.highlighting_failure` does not work 2016-12-20 18:44:33 +09:00
Takeshi KOMIYA
12096b3b86 Fix #3261: `latex_use_parts` makes sphinx crash 2016-12-19 11:40:59 +09:00
shimizukawa
79fa283687 Fix #3255: In Py3.4 environment, autodoc doesn't support documentation for attributes of Enum class correctly. 2016-12-17 23:18:30 +09:00
Takeshi KOMIYA
3b9aee43a2 Fix #185: References to section title including raw node has broken 2016-12-17 17:29:03 +09:00
shimizukawa
71124bb50c nits 2016-12-17 16:15:57 +09:00
shimizukawa
93dacedfed Fix #3253: In Py2 environment, building another locale with a non-captioned toctree produces None captions 2016-12-17 15:39:06 +09:00