Commit Graph

9964 Commits

Author SHA1 Message Date
Takeshi KOMIYA
6edf175c91
Merge pull request #4570 from cocoatomo/unify-term
Unify expression of terms in the log message
2018-02-07 10:57:34 +09:00
cocoatomo
9b39e5e87f Unify expression of terms in the log message 2018-02-07 10:52:28 +09:00
Takeshi KOMIYA
465eb05425
Merge pull request #4569 from cocoatomo/minor-typo
Insert a space after the comma in the message
2018-02-07 10:27:52 +09:00
cocoatomo
0be75fd029 Insert a space after the comma in the message 2018-02-07 10:23:43 +09:00
Takeshi KOMIYA
51a0f709b5 Update sphinx.pot 2018-02-07 09:17:15 +09:00
Takeshi KOMIYA
06a12db39b
Merge pull request #4567 from cocoatomo/translation-friendly-message
Make the log message more translation-friendly
2018-02-07 02:27:51 +09:00
cocoatomo
1c61bf6db4 More translation-friendly messages 2018-02-07 02:12:22 +09:00
cocoatomo
8969ae40de Make the log message more translation-friendly 2018-02-07 01:52:22 +09:00
Takeshi KOMIYA
7e5974f26c
Merge pull request #4551 from tk0miya/dont_test_graphviz_on_travis
Stop testings for graphviz on Travis CI
2018-02-06 01:38:47 +09:00
Takeshi KOMIYA
e873129f30
Merge pull request #4552 from thijstriemstra/patch-2
enable pip cache in appveyor build
2018-02-05 11:24:13 +09:00
Thijs Triemstra
cf7d97ce62
enable pip cache in appveyor build 2018-02-04 18:21:16 +01:00
Takeshi KOMIYA
1a35640974 Stop testings for graphviz on Travis CI
To make our test faster, this stops testings for graphviz on Travis CI.
Instead of that, Circle CI confirms they are passed.
2018-02-05 02:00:56 +09:00
Takeshi KOMIYA
69384902a4 Merge branch 'stable' into 1.7-release 2018-02-05 01:06:56 +09:00
Takeshi KOMIYA
fa6d6ee5cc Fix version number 2018-02-05 01:06:18 +09:00
Takeshi KOMIYA
0b2b316be3 Bump version 2018-02-05 01:03:50 +09:00
Takeshi KOMIYA
645044d7f0 Bump to 1.6.7 final 2018-02-05 01:00:09 +09:00
Takeshi KOMIYA
656e3be754 Fix #4539: autodoc emits warnings for partialmethods 2018-02-04 23:23:43 +09:00
Takeshi KOMIYA
18c0b23797 Merge branch 'stable' into 1.7-release 2018-02-04 23:20:48 +09:00
Takeshi KOMIYA
9745f3816f
Merge pull request #4542 from tk0miya/4503_codecov.io
test: pass PYTEST_ADDOPTS to pytest
2018-02-04 23:19:34 +09:00
Takeshi KOMIYA
dbecbcdbf2
Merge pull request #4547 from tk0miya/4538_autodoc_options
Fix #4538: autodoc: ``sphinx.ext.autodoc.Options`` has been moved
2018-02-04 22:49:22 +09:00
Takeshi KOMIYA
3430610a0f test: pass PYTEST_ADDOPTS to pytest 2018-02-04 22:48:45 +09:00
Takeshi KOMIYA
212baa9740 Fix #4538: autodoc: `sphinx.ext.autodoc.Options` has been moved 2018-02-04 19:08:35 +09:00
Takeshi KOMIYA
0396a604cd
Merge pull request #4548 from tk0miya/3942_html_table_is_not_aligned
Fix #3942: html: table is not aligned to center even if ``:align: center``
2018-02-04 18:53:29 +09:00
Takeshi KOMIYA
af19e21ffc Fix #3942: html: table is not aligned to center even if `:align: center` 2018-02-04 15:21:41 +09:00
Takeshi KOMIYA
499e3bc852
Merge pull request #4536 from tk0miya/4531_autosummary
Fix #4531: autosummary: methods are treated as attributes
2018-02-03 17:31:06 +09:00
Takeshi KOMIYA
402e49ea1d
Merge pull request #4541 from tk0miya/2372_wrong_signature_for_annotated_func
Fix #2372: autosummary: invalid signatures are shown for type annotated functions
2018-02-03 17:27:05 +09:00
Takeshi KOMIYA
f8ef77aaf1 Fix #4531: autosummary: methods are not treated as attributes 2018-02-03 17:13:45 +09:00
Takeshi KOMIYA
929379d0ce Fix #2372: autosummary: invalid signatures are shown for type annotated functions 2018-02-03 16:53:26 +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
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
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
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