Commit Graph

7710 Commits

Author SHA1 Message Date
jfbu
9e9902cd5d Deprecate use of notice environment in LaTeX source. 2017-01-08 18:01:34 +01:00
Takeshi KOMIYA
f769dadc53 Merge branch 'stable' 2017-01-08 12:08:27 +09:00
Takeshi KOMIYA
57dd53d903 Test pypy first to optimize Travis 2017-01-08 11:58:14 +09:00
Takeshi KOMIYA
23d74ddbe6 Downgrade jinja2 for test (refs: #3314) 2017-01-08 11:43:13 +09:00
Takeshi KOMIYA
9c8c3cc0f0 Merge branch 'stable' 2017-01-08 01:52:28 +09:00
Takeshi KOMIYA
83db04ae40 Fix flake8 violation 2017-01-08 01:52:21 +09:00
Takeshi KOMIYA
612e4d65d7 Merge branch 'stable' 2017-01-08 01:45:40 +09:00
Takeshi KOMIYA
40473290ad intersphinx: Update error message (refs: #3234) 2017-01-08 01:41:12 +09:00
Takeshi KOMIYA
4153ee0d9d Fix Sphinx crashes on parallel build with an extension which raises unserializable exception 2017-01-08 01:38:45 +09:00
Takeshi KOMIYA
f1d2a7ffaa Ignore .cache/ 2017-01-07 20:37:01 +09:00
Takeshi KOMIYA
792286e219 Update CHANGES 2017-01-07 20:35:35 +09:00
Takeshi KOMIYA
43c8d981b1 Update CHANGES 2017-01-07 15:40:47 +09:00
Takeshi KOMIYA
5c72b8cf47 Merge branch 'stable' 2017-01-07 15:36:55 +09:00
Takeshi KOMIYA
5cff4b15c2 Fix tox.ini for pytest 2017-01-07 15:36:07 +09:00
Takeshi KOMIYA
269139ec0c Update docs 2017-01-07 15:10:53 +09:00
Takeshi KOMIYA
ae24524d5f Drop debug2() (refs: #3304) 2017-01-07 15:03:16 +09:00
Takeshi KOMIYA
13df6f20ea Fix sphinx-build crashes with -vvvv option 2017-01-07 15:03:16 +09:00
Takeshi KOMIYA
62329c82f6 Fix #3268: Sphinx crashes with requests package from Debian jessie 2017-01-07 14:29:36 +09:00
Takeshi KOMIYA
70cdc7be8f Dependency requirement updates: requests 2.4.0 or above (refs: #3268, #3310) 2017-01-07 14:29:36 +09:00
shimizukawa
402a11aeba pytest: remove deprecated test util functions 2017-01-07 02:17:58 +09:00
shimizukawa
4c22cd10ca Merge branch 'stable' 2017-01-07 02:14:29 +09:00
Takayuki SHIMIZUKAWA
620616cdbd Merge pull request #3302 from sphinx-doc/pytest-stable
pytest migration
2017-01-07 00:48:27 +09:00
shimizukawa
89e1df0bba pytest: nits 2017-01-06 23:10:52 +09:00
Takeshi KOMIYA
f695aac2e2 Fix mypy violations 2017-01-06 11:43:03 +09:00
shimizukawa
baaef9146d pytest: remove deprecated with_app decorator functions 2017-01-06 01:14:47 +09:00
shimizukawa
b3c207dd49 fix 2017-01-06 00:50:02 +09:00
shimizukawa
f962ad67d2 pytest: remove deprecated raises and raises_msg assert functions 2017-01-06 00:46:42 +09:00
shimizukawa
f566f003f3 pytest: nits 2017-01-06 00:26:31 +09:00
shimizukawa
d0a33dd785 pytest: remove deprecated with_tempdir decorator 2017-01-06 00:26:01 +09:00
shimizukawa
380dd23d9f pytest: remove repr_as testing feature that avoids long annoying log for test generator feature on nose. In contrast, pytest does not produce such output. So repr_as is not needed anymore. refs #1785 2017-01-05 23:43:16 +09:00
shimizukawa
ad6d731ecf pytest: remove unused testing feature for a while. 2017-01-05 23:36:36 +09:00
Takeshi KOMIYA
50c783ef55 Remove unused function: display_chunk 2017-01-05 15:30:47 +09:00
Takeshi KOMIYA
80c3d9c848 Fix typo 2017-01-05 15:27:20 +09:00
Takeshi KOMIYA
cbd1d345b0 Merge pull request #3299 from tk0miya/remove_deprecated_codes2
Drop deprecated features (partially)
2017-01-05 14:02:19 +09:00
Takeshi KOMIYA
d0c202da59 Add "Features removed" section to CHANGES 2017-01-05 13:52:43 +09:00
Takeshi KOMIYA
c1c874dc5f Update CHANGES to prevent warnings for any-role 2017-01-05 13:52:43 +09:00
Takeshi KOMIYA
45d3f2e8b2 Drop defindex template 2017-01-05 13:52:43 +09:00
Takeshi KOMIYA
099daa602b Drop deprecated options for graphviz extension 2017-01-05 13:52:17 +09:00
Takeshi KOMIYA
431d865d4a Drop deprecated options for html builder 2017-01-05 13:51:55 +09:00
Takeshi KOMIYA
5d715cb148 Drop deprecated options for latex builder 2017-01-05 13:48:41 +09:00
Takeshi KOMIYA
390e5a6ec2 Drop deprecated options for epub3 builder 2017-01-05 13:48:03 +09:00
Takeshi KOMIYA
ea856fd909 Drop LDML support of format_date() 2017-01-05 13:47:19 +09:00
Takeshi KOMIYA
76443623fa Drop deprecated termsep node 2017-01-05 13:44:04 +09:00
Takeshi KOMIYA
23d0d0abbf Add RemovedInSphinx18Warning and promote RemovedInSphinx17Warning 2017-01-05 13:44:04 +09:00
Takeshi KOMIYA
d2b913c12a Merge pull request #3267 from tk0miya/2367_logging
Moving to standard logging/warning module
2017-01-04 23:49:06 +09:00
Takeshi KOMIYA
d4c4720a07 Update by review 2017-01-04 23:17:45 +09:00
Takeshi KOMIYA
33b6058b8d Update CHANGES 2017-01-04 22:23:44 +09:00
shimizukawa
5b7d237db3 pytest migration 2017-01-04 00:59:30 +09:00
Takeshi KOMIYA
54c8c01222 Emit warning for nested numbered toctrees (refs: #3142) 2017-01-03 01:08:27 +09:00
Takeshi KOMIYA
50f4d5636f Close #2367: `Sphinx.warn(), Sphinx.info()` and other logging methods are now deprecated 2017-01-02 13:03:49 +09:00