Commit Graph

7884 Commits

Author SHA1 Message Date
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
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
50f9c5cc38 Update packaging script (refs: #3256) 2016-12-19 12:29:58 +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
jfbu
3099150a0d Merge branch 'stable' 2016-12-17 16:50:35 +01:00
shimizukawa
3a4175c1cc move badge to top. and add another badge. 2016-12-18 00:22:05 +09:00
shimizukawa
3efd2df99b Reducing README.rst to avoid duplicated information in CONTRIBUTING.rst. 2016-12-18 00:10:40 +09:00
Takeshi KOMIYA
ffa6f5a8e9 Refactor env.dependencies using defaultdict 2016-12-17 23:49:35 +09:00
shimizukawa
79fa283687 Fix #3255: In Py3.4 environment, autodoc doesn't support documentation for attributes of Enum class correctly. 2016-12-17 23:18:30 +09:00
jfbu
d8a420bd16 Reduce header levels in ISSUE_TEMPLATE.md 2016-12-17 11:52:57 +01:00
Takeshi KOMIYA
3b9aee43a2 Fix #185: References to section title including raw node has broken 2016-12-17 17:29:03 +09:00
shimizukawa
71124bb50c nits 2016-12-17 16:15:57 +09:00
Takeshi KOMIYA
ab00f5fe49 Merge branch 'stable' 2016-12-17 15:59:13 +09:00
Takayuki SHIMIZUKAWA
7b3327234d Merge pull request #3252 from mgeier/contributing
Add CONTRIBUTING file
2016-12-17 15:45:59 +09:00
shimizukawa
93dacedfed Fix #3253: In Py2 environment, building another locale with a non-captioned toctree produces None captions 2016-12-17 15:39:06 +09:00
Takeshi KOMIYA
1ccfb9736b doc: Add a note for var, ivar and cvar 2016-12-17 14:46:39 +09:00