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
|
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
|
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
|
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
|
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 |
|
Takeshi KOMIYA
|
01736bb397
|
Fix test_latex failed if stylefiles not found (refs: #3264)
|
2016-12-24 19:30:32 +09:00 |
|
Takeshi KOMIYA
|
5b41df13bc
|
Merge pull request #3274 from mitya57/stable
Load non-minified JS files from sphinx.package_dir
|
2016-12-24 16:41:11 +09:00 |
|
Takeshi KOMIYA
|
2693194155
|
Merge pull request #3251 from tk0miya/refactor_latex_builder
LaTeX builder: Refactor the default settings generators (refs: #3244)
|
2016-12-24 11:52:13 +09:00 |
|
Dmitry Shachnev
|
01977fcb72
|
Load non-minified JS files from sphinx.package_dir
This makes the code consistent with other parts of Sphinx, and allows
downstream packagers to move all static files to /usr/share.
|
2016-12-22 10:36:15 +03:00 |
|
Takeshi KOMIYA
|
1eba956a82
|
Merge branch 'stable'
|
2016-12-20 18:47:01 +09:00 |
|
Takeshi KOMIYA
|
07633a5a71
|
Fix the warning type `misc.highlighting_failure ` does not work
|
2016-12-20 18:44:33 +09:00 |
|
Takeshi KOMIYA
|
12096b3b86
|
Fix #3261: `latex_use_parts ` makes sphinx crash
|
2016-12-19 11:40:59 +09:00 |
|
Takeshi KOMIYA
|
673418e770
|
Increment ENV_VERSION
|
2016-12-18 11:04:29 +09:00 |
|
shimizukawa
|
753ca67d87
|
Merge branch 'stable'
|
2016-12-18 10:08:10 +09:00 |
|
shimizukawa
|
d876b11805
|
add devguide.rst as a file instead of symlink.
|
2016-12-18 10:06:30 +09:00 |
|
shimizukawa
|
9616cdf5f5
|
remove devguide once.
|
2016-12-18 10:05:47 +09:00 |
|
shimizukawa
|
403080f255
|
nits
|
2016-12-18 10:02:36 +09:00 |
|
shimizukawa
|
5bad64be65
|
Merge branch 'stable'
|
2016-12-18 09:52:57 +09:00 |
|
shimizukawa
|
1c6b96c3ea
|
missing include directive
|
2016-12-18 09:52:09 +09:00 |
|
shimizukawa
|
f95b978b58
|
fix nits for typing
|
2016-12-18 09:45:39 +09:00 |
|
shimizukawa
|
4ece701093
|
refs #2336: Add `imported_members option to sphinx-autogen ` command to document imported members.
|
2016-12-18 09:45:24 +09:00 |
|
shimizukawa
|
9c6f2a4969
|
refs #3222: add PULL_REQUEST_TEMPLATE.md
|
2016-12-18 01:20:55 +09:00 |
|