Commit Graph

1641 Commits

Author SHA1 Message Date
shimizukawa
26fecafb49 fix #2522: Sphinx touches mo files under installed directory
that caused permission error.
2016-05-06 00:33:06 +09:00
Takeshi KOMIYA
7c0b7e1ff1 Fix #2526: LaTeX writer crashes if the section having only images 2016-05-05 16:17:38 +09:00
Takeshi KOMIYA
885653a35d Fix the caption of figure is always put on center even if `:align:` was specified 2016-05-04 01:27:54 +09:00
Takeshi KOMIYA
4789ef899f Fix #2492: Figure directive with :figwidth: generates incorrect Latex-code 2016-05-04 01:27:31 +09:00
Takeshi KOMIYA
488ee5279a Fix #2501: Unicode subscript numbers are normalized in LaTeX 2016-05-02 11:03:50 +09:00
Takeshi KOMIYA
7ebe5704be Fix #2483: any figure number was not assigned if figure title contains only non text objects 2016-05-01 07:30:32 +09:00
Takeshi KOMIYA
b15da47746 Show error reason when multiple math extensions are loaded (ref: #2499) 2016-04-28 00:17:14 +09:00
jfbu
83f230799d Update CHANGES (ref: #2460) 2016-04-27 15:50:27 +02:00
jfbu
39e768e15b Update CHANGES after PR#2343 2016-04-25 17:56:50 +02:00
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