Commit Graph

2825 Commits

Author SHA1 Message Date
Takeshi KOMIYA
d97468bd5d Fix #2852: imgconverter: Support to convert GIF to PNG 2018-02-03 02:38:50 +09:00
Takeshi KOMIYA
23796c35bf Merge branch '1.7-release' 2018-02-03 02:16:40 +09:00
Takeshi KOMIYA
39d4584248 Merge branch 'stable' into 1.7-release 2018-02-03 02:14:06 +09:00
Takeshi KOMIYA
cb529a81e1 Update CHANGES 2018-02-03 02:10:56 +09:00
Daniel Pizetta
2812706a86 Including change and author 2018-01-31 14:26:52 -02:00
Takeshi KOMIYA
bed5fc75e5 Merge branch '1.7-release' 2018-01-31 22:42:15 +09:00
Takeshi KOMIYA
0a9d655717 Bump version 2018-01-31 22:39:01 +09:00
Takeshi KOMIYA
7b0d658fe9 Bump to 1.7.0 beta2 2018-01-31 22:35:29 +09:00
Takeshi KOMIYA
e90f8a768b Fix #4522: epub: document is not rebuilt even if config changed 2018-01-31 22:11:07 +09:00
Takeshi KOMIYA
4647fcee45 Merge branch '1.7-release' 2018-01-31 20:40:56 +09:00
Takeshi KOMIYA
7b4572a116 math: ValueError is raised on parallel build. (refs: #4526) 2018-01-31 01:59:37 +09:00
Takeshi KOMIYA
9a1de16b90 Merge branch 'master' into register_author_as_confval 2018-01-31 01:46:03 +09:00
Takeshi KOMIYA
f1309bc825 Update CHANGES for PR #3953 2018-01-31 01:23:31 +09:00
Takeshi KOMIYA
a5fea73d0c Merge branch 'master' into integrate_source_suffix_and_source_parsers 2018-01-31 00:04:11 +09:00
Takeshi KOMIYA
7555a40255 Update CHANGES for PR #4525 2018-01-30 23:06:05 +09:00
Takeshi KOMIYA
c9f511ad19 Fix #4230: slowdown in writing document with sphinx 1.6
``docutils.utils.new_document()`` is much slower than an instantiation
of document node.  This adds a much faster alternative of the function
which uses caches internally.
2018-01-30 21:34:22 +09:00
Takeshi KOMIYA
00a961a573 Merge pull request #4519 from tk0miya/4209_intersphinx_and_not_versioned_docs
Fix #4209: intersphinx: In link title, "v" should be optional if target has no version
2018-01-30 00:57:44 +09:00
Takeshi KOMIYA
cb5cf26c85 Merge branch 'stable' into 1.7-release 2018-01-30 00:20:45 +09:00
Takeshi KOMIYA
aa47e9decc Fix #4209: intersphinx: In link title, "v" should be optional if target has no version 2018-01-30 00:14:53 +09:00
Takeshi KOMIYA
41769f1e30 config: epub_authr and epub_publisher refers author by default 2018-01-29 23:29:57 +09:00
Takeshi KOMIYA
23741ca693 Add :confval:author as a configuration value 2018-01-29 23:29:54 +09:00
Takeshi KOMIYA
8494638e45 Fix graphviz: workaround for wrong map ID which graphviz generates 2018-01-29 22:33:23 +09:00
Takeshi KOMIYA
2312a0a5bc Fix #4501: graphviz: epub3 validation error caused if graph is not clickable 2018-01-29 22:32:58 +09:00
Takeshi KOMIYA
84551aa9c2 Merge pull request #4512 from tk0miya/4493_recommonmark_raises_AttributeError
Fix #4493: recommonmark raises AttributeError if AutoStructify enabled
2018-01-29 22:14:22 +09:00
Takeshi KOMIYA
b924e06066 Merge branch '1.7-release' 2018-01-29 00:44:07 +09:00
Takeshi KOMIYA
4a6cfe1dfa Merge branch 'stable' into 1.7-release 2018-01-29 00:43:48 +09:00
Takeshi KOMIYA
3f9f6a7438 Fix #4493: recommonmark raises AttributeError if AutoStructify enabled 2018-01-28 23:36:34 +09:00
Takeshi KOMIYA
0f4a4b2ae9 Merge pull request #4486 from tk0miya/4460_env_version_of_extensions
Close #4460: extensions should return the version of data structure as metadata
2018-01-28 21:15:07 +09:00
Takeshi KOMIYA
91315ab354 Update CHANGES for PR #4508 2018-01-28 21:05:27 +09:00
Takeshi KOMIYA
3cdb3da2df Merge branch '1.7-release' into 4275_update_strftime 2018-01-28 20:13:35 +09:00
Takeshi KOMIYA
922d0df286 Merge branch '1.7-release' into 3952_rst_too_escaped 2018-01-28 19:24:06 +09:00
Takeshi KOMIYA
321b3d49cb Fix #3952: apidoc: module header is too escaped 2018-01-28 18:58:58 +09:00
Takeshi KOMIYA
f3812b0d18 Fix #4275: Formats accepted by sphinx.util.i18n.format_date are limite 2018-01-28 17:22:41 +09:00
Takeshi KOMIYA
d60ef2d6b2 Fix utils package is installed 2018-01-28 15:11:59 +09:00
Takeshi KOMIYA
10ad257780 Merge branch '1.7-release' into 4490_format_annotation_for_py37 2018-01-28 02:09:57 +09:00
Takeshi KOMIYA
8f2540d4d2 Merge branch '1.7-release' 2018-01-28 00:18:48 +09:00
Takeshi KOMIYA
af25fa123d Merge branch 'stable' into 1.7-release 2018-01-28 00:18:33 +09:00
Takeshi KOMIYA
3fde14929b Fix #3917: citation labels are tranformed to ellipsis 2018-01-27 23:23:59 +09:00
Takeshi KOMIYA
6897b80fc4 Update CHANGES for PR #4491 2018-01-27 22:08:54 +09:00
Takeshi KOMIYA
fd2425238e Fix #4490: autodoc: type annotation is broken with python 3.7.0a4+ 2018-01-27 12:26:53 +09:00
Takeshi KOMIYA
32c5e8346f Close #4460: extensions should return the version of data structure as metadata 2018-01-25 02:04:22 +09:00
Takeshi KOMIYA
69f69628ed :confval:source_suffix allows a mapping fileext to file types 2018-01-25 02:03:56 +09:00
Takeshi KOMIYA
bece0484e5 source_parsers should fill Parser.supported attribute to let Sphinx know supported formats 2018-01-25 02:03:56 +09:00
Takeshi KOMIYA
dc45877d3c Deprecate config value: source_parsers 2018-01-25 02:03:56 +09:00
Takeshi KOMIYA
f886f08cb2 Merge branch '1.7-release' 2018-01-25 02:02:15 +09:00
Takeshi KOMIYA
b6efff7990 Update CHANGS for PR #4449 2018-01-25 01:18:02 +09:00
Takeshi KOMIYA
1591607481 Fix #4477: Build fails after building specific files 2018-01-24 21:28:06 +09:00
Takeshi KOMIYA
0e5934b9ff Fix #4472: DOCUMENTATION_OPTIONS is not defined 2018-01-21 21:02:07 +09:00
Takeshi KOMIYA
9a3f401c46 Merge branch '1.7-release' 2018-01-21 16:07:14 +09:00
Takeshi KOMIYA
91873f09b8 Merge branch 'stable' into 1.7-release 2018-01-21 16:06:14 +09:00