Commit Graph

10123 Commits

Author SHA1 Message Date
Takeshi KOMIYA
e90f8a768b Fix #4522: epub: document is not rebuilt even if config changed 2018-01-31 22:11:07 +09:00
Takeshi KOMIYA
58a94e24ca Merge pull request #4526 from tk0miya/4487_ValueError_on_math
mathbase.py: Fix ValueError too many values to unpack
2018-01-31 09:28:46 +09:00
Takeshi KOMIYA
7b4572a116 math: ValueError is raised on parallel build. (refs: #4526) 2018-01-31 01:59:37 +09:00
Takeshi KOMIYA
f766567e75 Merge pull request #4528 from tk0miya/intersphinx_no_warnings_alternative
Intersphinx no warnings alternative
2018-01-31 01:52:13 +09:00
Takeshi KOMIYA
f1309bc825 Update CHANGES for PR #3953 2018-01-31 01:23:31 +09:00
Takeshi KOMIYA
c55915b830 intersphinx: Fix invalid info message is shown even if no errors 2018-01-31 01:22:33 +09:00
Takeshi KOMIYA
43ee8d194d intersphinx: Add testcase for inventory fallbacks 2018-01-31 01:22:33 +09:00
Brigitta Sipocz
f9eb08d774 Do not raise warning when there is a working intersphinx inventory alternative 2018-01-31 01:22:33 +09:00
Takeshi KOMIYA
7555a40255 Update CHANGES for PR #4525 2018-01-30 23:06:05 +09:00
Takeshi KOMIYA
a1bf0dcca2 Fix autosectionlabel does not support parallel build 2018-01-30 23:05:30 +09:00
Takeshi KOMIYA
280d2c79f8 Merge pull request #4525 from tk0miya/autosectionlabel_does_not_support_parallel_mode
Fix autosectionlabel does not support parallel build
2018-01-30 23:03:55 +09:00
Takeshi KOMIYA
85457e8e77 Merge pull request #4523 from tk0miya/4230_tuning_sphinx
Fix #4230: slowdown in writing document with sphinx 1.6
2018-01-30 22:52:02 +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
6a82cf586b Fix autosectionlabel does not support parallel build 2018-01-30 20:27:25 +09:00
Takeshi KOMIYA
2994014cf9 Merge pull request #4247 from jorisvandenbossche/autosummary-attributes
BUG: autosummary to list all class members
2018-01-30 10:44:18 +09:00
Takeshi KOMIYA
66bf89d654 Merge pull request #4521 from tk0miya/fix_rebuild_conditions_for_epub
Fix rebuild conditions for epub
2018-01-30 01:44:06 +09:00
Takeshi KOMIYA
4b01c63374 Fix rebuild conditions for epub 2018-01-30 01:27:25 +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
f92aed1367 Merge pull request #4515 from tk0miya/4501_invalid_epub_by_graphviz
4501 invalid epub by graphviz
2018-01-30 00:18:14 +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
16d1efe104 Update comment 2018-01-29 22:59:52 +09:00
Takeshi KOMIYA
ad6f11d1a8 Fix mypy violations 2018-01-29 22:51:18 +09:00
Takeshi KOMIYA
36b8412a82 Merge pull request #4516 from tk0miya/fix_BuildInfo__ne__
Fix BuildInfo comparison
2018-01-29 22:49:01 +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
e4af2a1c8f Fix BuildInfo comparison 2018-01-29 22:25:59 +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
4344fa149c Merge pull request #4505 from tk0miya/use_flake8-import-order
Use flake8-import-order
2018-01-29 22:13:48 +09:00
Takeshi KOMIYA
4a6cfe1dfa Merge branch 'stable' into 1.7-release 2018-01-29 00:43:48 +09:00
Takeshi KOMIYA
ab274e920b Update release checklist 2018-01-29 00:24:30 +09:00
Takeshi KOMIYA
3f9f6a7438 Fix #4493: recommonmark raises AttributeError if AutoStructify enabled 2018-01-28 23:36:34 +09:00
Takeshi KOMIYA
91315ab354 Update CHANGES for PR #4508 2018-01-28 21:05:27 +09:00
Takeshi KOMIYA
4b89d5900a Merge pull request #4510 from tk0miya/4275_update_strftime
Fix #4275: Formats accepted by sphinx.util.i18n.format_date are limite
2018-01-28 21:04:23 +09:00
Takeshi KOMIYA
3cdb3da2df Merge branch '1.7-release' into 4275_update_strftime 2018-01-28 20:13:35 +09:00
Takeshi KOMIYA
ee928efb62 Merge pull request #4511 from tk0miya/3952_rst_too_escaped
Fix #3952: apidoc: module header is too escaped
2018-01-28 20:12:24 +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
fbae0ad3f7 Merge pull request #4509 from tk0miya/give_paths_option_to_flake8
Give local-plugins.paths option to flake8
2018-01-28 19:04:15 +09:00
Takeshi KOMIYA
fa5d9f21e2 Merge pull request #4508 from tk0miya/stop_utils_package_leak
Stop utils package leak
2018-01-28 19:03:56 +09:00
Takeshi KOMIYA
6926a3ed91 Merge branch '1.7-release' into use_flake8-import-order 2018-01-28 19:03:31 +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
41d99d3627 Give local-plugins.paths option to flake8
It will be available on flake8-3.5.0+.
(see https://gitlab.com/pycqa/flake8/issues/379)
2018-01-28 15:22:11 +09:00
Takeshi KOMIYA
d60ef2d6b2 Fix utils package is installed 2018-01-28 15:11:59 +09:00
Takeshi KOMIYA
01caa52355 Merge pull request #4498 from stephenfin/issue/4492
Don't install flake8 plugin globally
2018-01-28 13:23:51 +09:00
Takeshi KOMIYA
f43d8afade Merge pull request #4502 from tk0miya/4490_format_annotation_for_py37
Fix #4490: autodoc: type annotation is broken with python 3.7.0a4+
2018-01-28 02:10:05 +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
dcbebb1286 Merge pull request #4504 from tk0miya/3917_smartquotes_for_citation_labels
Fix #3917: citation labels are tranformed to ellipsis
2018-01-28 02:08:32 +09:00
Takeshi KOMIYA
9f5c676322 Use flake8-import-order 2018-01-28 01:52:16 +09:00
Takeshi KOMIYA
af25fa123d Merge branch 'stable' into 1.7-release 2018-01-28 00:18:33 +09:00