Commit Graph

7690 Commits

Author SHA1 Message Date
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
Takeshi KOMIYA
8140ae33b5 Add doc/extdev/logging.rst 2017-01-02 12:59:51 +09:00
Takeshi KOMIYA
15b46598e2 logger.warning() supports node as location parameter 2017-01-02 12:59:51 +09:00
Takeshi KOMIYA
e755a8c004 Use loggers 2017-01-02 12:59:51 +09:00
Takeshi KOMIYA
6bf201533a Fix style-check violation 2017-01-02 12:59:51 +09:00
Takeshi KOMIYA
4ea25a4df3 Emit warning on logger methods 2017-01-02 12:59:51 +09:00
Takeshi KOMIYA
25a078655b Refactor SphinxLoggerAdapter 2017-01-02 12:59:51 +09:00
Takeshi KOMIYA
aa65a19466 Add sphinx.util.logging.SafeEncodingWriter 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
ad871e5a48 Add sphinx.util.logging.pending_warnings() 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
d8ad3d063c sphinx.util.parallel supports logging in child workers 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
b43523fcbe Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2() 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
70d6a560f2 sphinx.util.logging supports colorized log 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
7358512f11 logging.info() supports verbosity filter by app.verbosity 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
f23a4c6c92 Add type annotation to sphinx.util.logging 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
284ace16bf Now sphinx.util.logging supports info and other logs 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
3698fe2b0f Add testcase for sphinx.util.logging 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
2507b4dd09 Drop SphinxLoggerAdapter.warn() 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
fb227f24cb docutils bridge 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
85dcd7baa8 Use sphinx.util.logging instead app.warn() 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
6d4e645409 Add sphinx.util.logging 2017-01-02 12:59:50 +09:00
Takeshi KOMIYA
9bba475ca9 Add .mypy_cache to gitignore 2017-01-02 12:38:18 +09:00