Commit Graph

7864 Commits

Author SHA1 Message Date
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
Takeshi KOMIYA
51a5cde381 Refactor sphinx.util.pycompat (reorder definitions) 2017-01-02 12:36:11 +09:00
Jakob Lykke Andersen
8d3fd3c17d Merge pull request #3297 from eric-wieser/fix-typos
Fix typos in sphinx.domains.cpp.AST class names
2017-01-01 17:56:15 +01:00
Takeshi KOMIYA
2342fed847 Merge pull request #3281 from tk0miya/hide_builtin_extensions_on_traceback
Hide builtin extensions on traceback
2017-01-01 21:24:07 +09:00
Takeshi KOMIYA
60b7bfdfc2 Fix the caption of table are rendered as invalid HTML (refs: #3287) 2017-01-01 20:47:25 +09:00
Takeshi KOMIYA
25a3451a4e Reorder methods of LaTeX writer 2017-01-01 20:42:54 +09:00
Takeshi KOMIYA
54cac94cdf Fix #3294: `add_latex_package()` make crashes non-LaTeX builders 2017-01-01 20:07:16 +09:00
Takeshi KOMIYA
92f9042f01 Merge pull request #3286 from jwilk/hg2git
Update obsolete comment about Mercurial
2017-01-01 19:30:47 +09:00
Eric Wieser
09e3f8adfd Remove backwards-compatible typos
Decreed in #3297 not to be a public API
2016-12-31 10:52:16 +00:00
Eric Wieser
7e8545a642 PEP8 compliance 2016-12-31 10:47:09 +00:00
Eric Wieser
07f2823618 Fix name of _parse_declerator [sic] 2016-12-31 10:10:10 +00:00
Eric Wieser
528de30ed3 Fix typos in sphinx.domains.cpp.AST class names
Assuming this is a public API, the old names need to stick around
2016-12-31 10:08:36 +00:00
Jakub Wilk
da148eceb8 Update obsolete comment about Mercurial
Sphinx has been maintained in Git since 2015.
2016-12-27 22:32:38 +01:00
Rob Ruana
ef60dbfce0 Fixes #3276: Removes innappropriate hyphenation from field-name elements 2016-12-25 14:36:52 -08:00
Takeshi KOMIYA
e9abc5182f Add type annotation 2016-12-25 14:50:38 +09:00
Takeshi KOMIYA
bd382528d0 Merge branch 'stable' 2016-12-25 12:40:27 +09:00
Takeshi KOMIYA
5ae27f65b4 Hide builtin extension on traceback 2016-12-25 12:35:26 +09:00
Takeshi KOMIYA
cb5c457b89 Merge pull request #3279 from tk0miya/py36
Testing with py36
2016-12-25 12:32:28 +09:00
Takeshi KOMIYA
a5b15195e2 Add du13 target to tox.ini 2016-12-25 12:22:54 +09:00
Takeshi KOMIYA
4cc3c154fe Refactor travis.yml 2016-12-25 12:19:16 +09:00
Takeshi KOMIYA
934ec657d4 Remove unsupported platform from tox.ini 2016-12-25 12:19:16 +09:00
Takeshi KOMIYA
6a5ffb403e Reduce CI matrix 2016-12-25 12:19:15 +09:00
Takeshi KOMIYA
36eab77c3d Add py36 support 2016-12-25 12:19:15 +09:00
Takeshi KOMIYA
866da5a8d0 Clarify test command (refs: #3264) 2016-12-24 23:51:30 +09:00
Takeshi KOMIYA
7ab20262ff Set PYTHONDONTWRITEBYTECODE=true on testing (refs: #3264) 2016-12-24 22:23:49 +09:00
Takeshi KOMIYA
c7783e632f Update setup.cfg (refs: #3264) 2016-12-24 22:13:10 +09:00
Takeshi KOMIYA
50cdfe4b6c Remove unused file 2016-12-24 21:32:01 +09:00
Takeshi KOMIYA
2588a45a22 Update setup.cfg 2016-12-24 21:07:02 +09:00
Takeshi KOMIYA
1b8c2f2d6b Update MANIFEST.in 2016-12-24 21:07:01 +09:00
Takeshi KOMIYA
8dcc3a259c Fix 'tox -e du12' fails (refs: #3264) 2016-12-24 19:30:32 +09:00
Takeshi KOMIYA
f65c5ee3de Install enum34 on testing pypy (refs: #3264) 2016-12-24 19:30:32 +09:00