Takeshi KOMIYA
eae54ef564
Merge pull request #4537 from tk0miya/2852_imgconverter_gif_to_png
...
Fix #2852 : imgconverter: Support to convert GIF to PNG
2018-02-03 17:26:18 +09:00
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
a19c300653
Add .pytest_cache/ to gitignore
2018-02-03 02:13:54 +09:00
Takeshi KOMIYA
35f05bdc7e
Update release checklist (again)
2018-02-03 02:13:02 +09:00
Takeshi KOMIYA
cb529a81e1
Update CHANGES
2018-02-03 02:10:56 +09:00
Takeshi KOMIYA
60f2e13f49
Merge pull request #4513 from tk0miya/update_release_checklist
...
Update release checklist
2018-02-03 02:09:50 +09:00
Takeshi KOMIYA
48b4c373f3
Merge pull request #4532 from dpizetta/1.7-release
...
Fix #4019 : exception treatment for AttributeError stopping make process
2018-02-03 00:28:10 +09:00
Daniel Pizetta
aacc9863cc
Catching ValueError when importing for py27 compatibility
2018-02-02 11:36:48 -02:00
Daniel Pizetta
d3d4d94970
Add test for fix #4019
2018-02-01 17:29:18 -02:00
Daniel Pizetta
1d174a7dca
Reimplement fix for #4019
2018-02-01 17:28:45 -02:00
Takeshi KOMIYA
f446f9a1e0
Merge pull request #4529 from tk0miya/refactor_needs_extensions
...
Reimplement needs_extensions checker as a config-init handler
2018-02-02 00:19:28 +09:00
Daniel Pizetta
953a303fd4
Merge pull request #1 from dpizetta/bug-objname-nonetype
...
Fix #4019 : exception treatment for NoneType group attribute.
2018-01-31 14:57:26 -02: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
e0daaf3975
Merge pull request #4530 from tk0miya/4522_epub_rebuild
...
Fix #4522 : epub: document is not rebuilt even if config changed
2018-01-31 22:21:52 +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
f49a7c9024
Reimplement needs_extensions checker as a config-init handler
2018-01-31 20:41:31 +09:00
Takeshi KOMIYA
4647fcee45
Merge branch '1.7-release'
2018-01-31 20:40:56 +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
5b7432b1ab
Merge pull request #4518 from tk0miya/register_author_as_confval
...
Add new confval "author" and use it for lazy evaluation
2018-01-31 09:26:23 +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
9a1de16b90
Merge branch 'master' into register_author_as_confval
2018-01-31 01:46:03 +09:00
Takeshi KOMIYA
a6e5f2b28f
Merge pull request #4483 from tk0miya/integrate_source_suffix_and_source_parsers
...
Integrate source suffix and source parsers
2018-01-31 01:44:35 +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
a5fea73d0c
Merge branch 'master' into integrate_source_suffix_and_source_parsers
2018-01-31 00:04:11 +09:00
Takeshi KOMIYA
ccac4502ad
Merge pull request #4527 from tk0miya/add_links_to_themes.org
...
Add links to HTML themes index
2018-01-31 00:00:38 +09:00
Takeshi KOMIYA
8b070366e2
Add links to HTML themes index
2018-01-30 23:40:00 +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
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