Commit Graph
1776 Commits
Author SHA1 Message Date
Yoshiki Shibukawa 873fab53b4 fix #3150 2016-11-19 23:52:02 +09:00
Takeshi KOMIYA 4ca84aba45 Fix #3135: `sphinx.ext.autodoc` crashes with plain Callable 2016-11-13 00:01:41 +09:00
Takeshi KOMIYA 1aedca64e3 Update CHANGES for PR#3074 2016-11-02 22:05:32 +09:00
Takeshi KOMIYA 111b9e623b Update CHANGES for PR#3068 2016-10-20 21:31:08 +09:00
Takeshi KOMIYA 4411f677cf Fix #3058: Using the same 'caption' attribute in multiple 'toctree' directives results in warning / error 2016-10-17 16:17:47 +09:00
Yoshiki Shibukawa 6ee4289a95 Fix doc/Makefile that can't build man because of doc/man folder exists 2016-10-13 22:25:22 +09:00
Takeshi KOMIYA 55a8ab3bbb Bump version 2016-10-02 00:43:32 +09:00
Takeshi KOMIYA 007c855c9c Bump to 1.4.8 final 2016-10-02 00:37:59 +09:00
Takeshi KOMIYA fc45d4d5fe Update CHANGES 2016-10-02 00:36:42 +09:00
Takeshi KOMIYA 6f3a93c8b4 Bump version 2016-10-01 22:39:25 +09:00
Takeshi KOMIYA 1406f6b63e Bump to 1.4.7 final 2016-10-01 22:32:32 +09:00
Takeshi KOMIYA 83d6ec11ce Fix #2968: autodoc: show-inheritance option breaks docstrings 2016-09-29 00:18:22 +09:00
Takeshi KOMIYA 4f318efdfa Update CHANGES for PR#2962 2016-09-17 21:40:48 +09:00
Takeshi KOMIYA 82c153ffd2 Fix #2931: code-block directive with same :caption: causes warning of duplicate target 2016-09-17 18:28:55 +09:00
Arcadiy Ivanov 1db59830c3 Quickstart should return an error consistently on all error conditions
fixes #2955, connected to #2955
2016-09-14 01:28:34 -04:00
Takeshi KOMIYA f6ca0feedb Update CHANGES for PR#2056 2016-09-14 11:00:29 +09:00
jfbu 581216e50e Update CHANGES 2016-09-02 10:09:56 +02:00
Takeshi KOMIYA 0862a4c974 Fix could not reference equations if `:nowrap:` option specified 2016-09-01 02:11:32 +09:00
Takeshi KOMIYA 8d96c90fc6 Fix #1462: autosummary warns for namedtuple with attribute with trailing underscore 2016-08-30 00:37:30 +09:00
Takeshi KOMIYA 37bb9c2c33 Fix #2917: inline code is hyphenated on HTML 2016-08-29 11:23:05 +09:00
Yoshiki Shibukawa 2a95fec985 Fix epub result: skip creating links from image tags to original image files. 2016-08-27 23:31:40 +09:00
Yoshiki Shibukawa 21733b3244 Fix hasdoc() function in Jinja2 template. 2016-08-27 22:52:15 +09:00
Yoshiki Shibukawa 0d3f2e06cb epub: add auto generated orphan documents to spine with linear=no 2016-08-27 22:45:11 +09:00
Takeshi KOMIYA acd4d9f2ba #2902: jsdump.loads fails to load search index if keywords starts with underscore 2016-08-27 15:28:36 +09:00
Tony Kelman 0d58607d8a linkcheck: Fall back to a GET request on 403 status
stable branch version of 2f46c7899c

Add changelog entry
2016-08-22 04:16:05 -07:00
Takeshi KOMIYA 14a1d5df29 Update CHANGES for PR#2879 2016-08-22 19:49:22 +09:00
Yoshiki Shibukawa 16b99532ca flatten genindex columns' height 2016-08-20 22:27:13 +09:00
Takeshi KOMIYA cbb4266b19 Fix CHANGES 2016-08-20 18:31:11 +09:00
Takeshi KOMIYA 938dad8400 Bump version 2016-08-20 18:05:14 +09:00
Takeshi KOMIYA 4168b0bd20 Bump to 1.4.6 final 2016-08-20 18:00:04 +09:00
Erik M. Bray 68b34a3540 Add a changelog entry for the fix 2016-08-19 12:10:38 +02:00
Takeshi KOMIYA caf7e280c2 Update CHANGES for PR#2867 2016-08-18 18:25:50 +09:00
Takeshi KOMIYA ed2d55431d Fix #2846: `singlehtml` builder does not include figure numbers 2016-08-17 13:29:07 +09:00
Takeshi KOMIYA b69d37375e Fix parsing errors for caption of code-blocks are displayed in document (ref: #2845) 2016-08-12 21:14:10 +09:00
Takeshi KOMIYA d5078a64d7 Fix #2789: sphinx.ext.intersphinx generates wrong hyperlinks if the inventory is given 2016-08-11 11:19:42 +09:00
Takeshi KOMIYA 511a0aaef7 Update CHANGES 2016-08-09 12:21:04 +09:00
Takeshi KOMIYA 96b3979d84 Update CHANGES for PR#1911 2016-08-08 00:29:29 +09:00
Joost van Zwieten 099b58f7fe ext.autodoc: fix formatting instance annotations
Currently `format_annotation` fails on instances, because instances don't have
`__module__` and `__qualname__` attributes.  Defer building the
`qualified_name` of an annotation until we have established that the annotation
is a type.
2016-08-07 16:18:22 +02:00
Michal Čihař a66c5811f8 Support any encoding in HEAD requests
Completely support would be more problematic and this already covers
most usual case.

Fixes #2775

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-26 09:30:03 +02:00
Yoshiki Shibukawa 6e40e33780 Fix duplicated toc in epub3 output 2016-07-22 05:05:33 +09:00
Takeshi KOMIYA 8d1604628a Update CHANGES for PR#2778 2016-07-21 11:14:43 +09:00
Yoshiki Shibukawa 62ed395f5c suppress search feature on epub result 2016-07-18 22:59:17 +09:00
Yoshiki Shibukawa e9f5d96665 fix make clean abort when build dir contains files like .DS_Store. 2016-07-16 00:11:25 +09:00
Takeshi KOMIYA 2b6a83599d applehelp: Sphinx crashes if `hiutil or codesign` commands not found 2016-07-14 20:24:00 +09:00
Takeshi KOMIYA e3fa9b7209 Bump version 2016-07-13 21:26:41 +09:00
Takeshi KOMIYA effc597cb5 Bump to 1.4.5 final 2016-07-13 21:20:14 +09:00
mixmastamyk cd09b6c609 Fix #2763, add default alt attribute to svg images 2016-07-08 18:30:41 -07:00
Takeshi KOMIYA 3807eda6df Merge pull request #2766 from silviot/stable
Make javascript search work in python 3
2016-07-08 23:08:35 +09:00
Silvio Tomatis 45473b3334 Make javascript search work in more contexts
The meaning of `\w` changed from python 2 to python 3.

> $ python3.5 -c "import re; print(re.compile(r'[a-zA-Z]\w*$').match(u'a\xe8'));"
> <_sre.SRE_Match object; span=(0, 2), match='aè'>

> python -c "import re; print(re.compile(r'[a-zA-Z]\w*$').match(u'a\xe8'));"
> None

but the definition of what's an acceptable javascript identifier should not vary from case to case.
2016-07-08 15:27:48 +02:00
Takeshi KOMIYA 7eca745b5c Fix #2667: latex crashes if resized images appeared in section title 2016-07-05 14:33:44 +09:00