Commit Graph

1632 Commits

Author SHA1 Message Date
jfbu
d3f73e7585 Make framing and captions of PDF literal code-blocks obey indentation
Thus, html and pdf look more similar.
2016-04-25 16:35:32 +02:00
Takeshi KOMIYA
6ce0c239d0 Fix #2088: intersphinx crashes if the mapping URL requires basic auth 2016-04-25 22:30:34 +09:00
Takeshi KOMIYA
d38915e2a5 Fix intersphinx fails if mapping URL contains any port 2016-04-25 11:08:03 +09:00
Takeshi KOMIYA
ad738a0978 Fix #2309: Could not refer "indirect hyperlink targets" by ref-role 2016-04-24 13:57:32 +09:00
Takeshi KOMIYA
59c40c24f3 Add warning for Application.add_source_parser() 2016-04-24 13:57:32 +09:00
shimizukawa
16ecc34b2e refs #2481: update CHANGES 2016-04-22 22:27:40 +09:00
Takeshi KOMIYA
5744c53361 Fix Sphinx crashes if self referenced toctree found 2016-04-22 11:29:11 +09:00
Takeshi KOMIYA
52c7867d14 Fix #2466: Allow image.data_uri and image.nonlocal_uri as confval of suppress_warnings 2016-04-22 11:14:46 +09:00
Takeshi KOMIYA
88322af1ea #2465: latex builder fails in case no caption option is provided to toctree directive 2016-04-22 11:05:12 +09:00
Takeshi KOMIYA
b8a7bb5bf6 Update CHANGES for PR#2476 2016-04-21 11:13:05 +09:00
jfbu
75992bc831 Update CHANGES for PR #2453 2016-04-20 12:49:43 +02:00
Jakob Lykke Andersen
aaf9173ede C++, fixes sphinx-doc/sphinx#2456.
Rename node attributes to only use lower case,
because Docutils wants it that way.
2016-04-19 17:33:52 +09:00
Takeshi KOMIYA
64f1b3f5b1 Update CHANGES for PR#2448 2016-04-16 23:28:02 +09:00
Takeshi KOMIYA
c289a35c1b Fix #2397: Setup shorthandoff for turkish documents 2016-04-16 18:28:15 +09:00
Takeshi KOMIYA
febfd6829c Fix #2436: Sphinx does not check version by :confval:needs_sphinx if loading extensions failed 2016-04-16 16:55:59 +09:00
Takeshi KOMIYA
73166b241d Fix #2407: building docs crash if document includes large data image URIs 2016-04-16 15:04:32 +09:00
Takeshi KOMIYA
21ee53df2d Define new warning types for suppress_warnings (ref #2451) 2016-04-16 12:43:03 +09:00
Takeshi KOMIYA
35ad9ac587 Update CHANGES 2016-04-15 01:52:13 +09:00
Takeshi KOMIYA
39396a4b1e Fix #2370: the equations are slightly misaligned in LaTeX 2016-04-14 10:37:54 +09:00
shimizukawa
5655fe1e6a Bump version 2016-04-12 22:20:08 +09:00
shimizukawa
47681a0638 Bump to 1.4.1 final 2016-04-12 22:12:19 +09:00
shimizukawa
b8fe679b4c tweak CHANGES 2016-04-12 22:05:25 +09:00
shimizukawa
ab02e2a06f Fix flake8 and update CHANGES for #2440 2016-04-12 21:57:01 +09:00
Takeshi KOMIYA
750720ee90 Update CHANGES for PR#2405 2016-04-11 10:54:49 +09:00
Takeshi KOMIYA
aaac328336 Update CHANGES for PR#2396 2016-04-10 20:52:14 +09:00
Takeshi KOMIYA
9df7783ba2 Fix #2395: Sphinx crashs if unicode character in image filename 2016-04-10 20:25:25 +09:00
Takeshi KOMIYA
95e6e81de7 Update CHANGES for #2425 and #2417 2016-04-06 21:20:20 +09:00
Takeshi KOMIYA
c8facce3de Fix figure directive crashes if non paragraph item is given as caption 2016-04-06 21:19:25 +09:00
Jakob Lykke Andersen
e2830e5d7e C++, fix crash on duplicate declarations.
Fixes sphinx-doc/sphinx#2413.
2016-04-06 14:35:15 +09:00
Takeshi KOMIYA
1313726fd6 Fix #2412: hyperlink targets are broken in LaTeX builder 2016-04-04 11:02:09 +09:00
Takeshi KOMIYA
d35ccb9b4c The default format of today_fmt and html_last_updated_fmt is back to strftime format again
`html_last_updated_fmt` is commonly used for non date formatting. But
LDML is difficult to represent them from its characteristics.

Now we moved to strftime format again (ref: #2394).
2016-04-03 10:25:32 +09:00
shimizukawa
5e0b542e62 Fix #2408: dummy builder not available in Makefile and make.bat 2016-04-02 22:27:41 +09:00
Takeshi KOMIYA
8ab06530be Fix #2394: Sphinx crashes when html_last_updated_fmt is invalid 2016-04-01 11:20:30 +09:00
Takeshi KOMIYA
68f3887428 Update CHANGES 2016-03-31 10:37:51 +09:00
Jakob Lykke Andersen
c6ba3093fe C++, make prefixes of type declarations better.
Type declarations are now using the prefixes ``typedef``, ``using``, and ``type``,
depending on the style of declaration.
See also michaeljones/breathe#243 and michaeljones/breathe#242.
2016-03-30 16:55:02 +09:00
Jakob Lykke Andersen
dca9e59ea5 C++, add support for 'extern' and 'thread_local'.
Thanks to michaeljones/breathe#243 for noticing the lack of 'extern' support.
2016-03-30 16:19:03 +09:00
shimizukawa
57512bf257 Update translations for 1.4 release. Sorry I forgot to update these. 2016-03-28 22:39:59 +09:00
shimizukawa
0569366f03 Bump version 2016-03-28 22:05:43 +09:00
shimizukawa
27fb3b6be3 Bump to 1.4 final 2016-03-28 21:51:00 +09:00
Takeshi KOMIYA
478c1d2ea6 Merge branch 'stable' into 1.4-release 2016-03-23 22:01:14 +09:00
Takeshi KOMIYA
a1cc467363 Fix #2378: Sphinx now bundles newfloat.sty 2016-03-23 22:00:53 +09:00
Takeshi KOMIYA
f8750593ef Fix #1153: figures in sidebar causes latex build error. 2016-03-09 10:58:05 +09:00
Takeshi KOMIYA
635c8eb417 Fix unpack warning if combinated with 3rd party domain extensions 2016-03-08 15:44:23 +09:00
shimizukawa
a9ec1e1e77 bump version 2016-03-06 22:15:16 +09:00
shimizukawa
dc32f6f4a4 Bump to 1.4 beta1 2016-03-06 22:02:35 +09:00
shimizukawa
fffa51c3fd closes #582: Remove hint message from quick search box for html output. 2016-03-06 21:20:59 +09:00
Takeshi KOMIYA
549b6e27df Fix #1498: manpage writer: don't make whole of item in definition list bold if it includes strong node 2016-03-06 17:49:49 +09:00
Takeshi KOMIYA
92692a232f Fix #2366: empty hyperref is generated on toctree in HTML builder 2016-03-06 16:11:04 +09:00
Takeshi KOMIYA
720c9706de Update CHANGES for PR#2297 2016-03-06 15:07:36 +09:00
Takeshi KOMIYA
277c9e61c4 Merge branch 'stable' 2016-03-06 14:22:36 +09:00