Commit Graph

7691 Commits

Author SHA1 Message Date
Takeshi KOMIYA
12096b3b86 Fix #3261: `latex_use_parts` makes sphinx crash 2016-12-19 11:40:59 +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
1c6b96c3ea missing include directive 2016-12-18 09:52:09 +09: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
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
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
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
jfbu
3b9d83e15e Fix typo (ref #3243). 2016-12-16 18:20:16 +01:00
Matthias Geier
a82aebcd7d Add CONTRIBUTING file 2016-12-16 16:52:11 +01:00
Takeshi KOMIYA
cf795894b9 Fix #3246: xapian search adapter crashes 2016-12-16 19:45:26 +09:00
Takeshi KOMIYA
aa49e31b64 Merge pull request #3243 from tk0miya/3194_refer_envvar_to_detect_makecmd
#3194: Refer the $MAKE environment variable to determine ``make`` command
2016-12-16 15:19:29 +09:00
Takeshi KOMIYA
907e53f463 LaTeX builder: Refactor the default settings generators (refs: #3244) 2016-12-16 11:39:32 +09:00
Takeshi KOMIYA
5e48b830dc Merge pull request #3245 from tk0miya/3192_reduce_deprecation_warnings
Reduce deprecation warnings (refs: #3192)
2016-12-16 00:50:30 +09:00
shimizukawa
732bb213ca add link to Changes in toppage 2016-12-15 21:53:13 +09:00
jfbu
921182c37b Close #3210: emit latex warning if buggy titlesec.
Simplify #3241, no need for ``\AtBeginDocument`` wrapper.
2016-12-15 10:15:42 +01:00
Takeshi KOMIYA
9fc53cecf7 Reduce deprecation warnings (refs: #3192) 2016-12-15 17:15:49 +09:00
Takeshi KOMIYA
26bf2d5fc0 Closes #3194: Refer the $MAKE environment variable to determine `make` command 2016-12-15 11:50:00 +09:00
jfbu
a27bdd48a5 Update CHANGES for PR#3241 2016-12-14 17:42:28 +01:00
Jean-François B
dc582bc2dd Merge pull request #3241 from jfbu/checktitlesecversion
Close #3210: emit latex warning if buggy titlesec.
2016-12-14 17:40:14 +01:00
jfbu
22167b7245 better latex warning for titlesec issue 2016-12-14 11:17:45 +01:00
jfbu
785c6c4d8d Close #3210: emit latex warning if buggy titlesec. 2016-12-14 11:05:48 +01:00
Matthias Geier
108491d49e LaTeX: Make sure sphinxVerbatim environment is not cut into pieces
See https://github.com/spatialaudio/nbsphinx/issues/78
2016-12-13 17:58:47 +01:00
Takeshi KOMIYA
780bf43cee Add GPG key of shimizukawa 2016-12-14 00:55:31 +09:00
Takeshi KOMIYA
3f9d48edc0 Update release-checklist 2016-12-14 00:54:25 +09:00
Takeshi KOMIYA
07d30ec01d Update release-checklist 2016-12-14 00:30:34 +09:00
Takeshi KOMIYA
6bb9030580 Bump version 2016-12-14 00:08:56 +09:00
Takeshi KOMIYA
794f6bdca4 Bump to 1.5.1 final 2016-12-14 00:01:49 +09:00
Takeshi KOMIYA
3a60eb984b Remove .mypy_cache on make clean 2016-12-13 23:59:01 +09:00
Takeshi KOMIYA
7dabcdee91 Fix flake8 violation 2016-12-13 12:15:30 +09:00
Takeshi KOMIYA
b98e2e39bb Refactor depart_image() 2016-12-13 11:38:39 +09:00
shimizukawa
4054b0b3a5 Fix #3183: Randomized jump box order in generated index page. 2016-12-13 00:47:18 +09:00
shimizukawa
5fc8d3db91 Fix: #2469: Ignore updates of catalog files for gettext builder. Thanks to Hiroshi Ohkubo. 2016-12-12 23:28:00 +09:00
Takayuki SHIMIZUKAWA
d0fe6ba215 Merge pull request #3231 from tk0miya/3195_allow_parallel_build
builtin extensions return metadata to allow parallel build
2016-12-12 22:33:59 +09:00
Takeshi KOMIYA
b469f95e24 Merge pull request #3225 from tk0miya/3217_docutils_version_comparison
Fix version comparison (refs: #3217)
2016-12-12 21:38:39 +09:00
Takeshi KOMIYA
d72954d498 builtin extensions return metadata to allow parallel build 2016-12-12 21:22:16 +09:00
Takeshi KOMIYA
66e8086440 Fix version comparison (refs: #3217) 2016-12-12 20:30:59 +09:00
Takeshi KOMIYA
b1ee92e00c Merge pull request #3227 from jfbu/updatelatexversionstring
Update latex style file date and version string to 1.5.1
2016-12-12 11:20:37 +09:00
Takeshi KOMIYA
3c734e5b2d Fix #3228: `build_sphinx` command crashes when missing dependency 2016-12-12 11:18:25 +09:00
jfbu
30acf1bf6a Update latex style file date and version string to 1.5.1
Indeed, this helps double-checks user latex logs about used version.
2016-12-11 18:46:43 +01:00
jfbu
bf5fd395d7 Update CHANGES for PR#3206 2016-12-11 14:52:07 +01:00
Jean-François B
0b1130a7cb Merge pull request #3206 from jfbu/fixlatexhyperlink
Fix #3200: 1.5 LaTeX: xref inside desc_name not allowed
2016-12-11 14:50:44 +01:00
Takeshi KOMIYA
5e2e833599 Update CHANGES for PR#3220 2016-12-11 21:54:26 +09:00
xavier dupré
d0569a4ec9 KeyError when having a duplicate citation 2016-12-11 21:53:54 +09:00
Takeshi KOMIYA
048a35ee54 Merge pull request #3218 from tk0miya/3205_requests_crashes_with_old_pyopenssl
#3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14)
2016-12-11 21:50:26 +09:00