Commit Graph

2788 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ca8e79a392 Merge branch '1.7' into 4817_fix_URLs 2018-04-09 01:56:12 +09:00
Takeshi KOMIYA
245e7d7bab Fix #4812: autodoc ignores type annotated variables 2018-04-08 23:51:01 +09:00
Takeshi KOMIYA
4546c8a1b1 Fix #4817: wrong URLs on warning messages 2018-04-08 22:32:49 +09:00
Takeshi KOMIYA
cff8dc519b Fix #4783: Sphinx crashed when drives of srcdir and outdir are different 2018-04-02 23:03:02 +09:00
Takeshi KOMIYA
4e39113d94 Fix #4789: imgconverter: confused by convert.exe of Windows 2018-03-31 02:46:54 +09:00
jfbu
2e74ab0baf Update CHANGES for PR #4796 2018-03-29 19:16:45 +02:00
jfbu
bf911b9f40 Update CHANGES for PR #4792 2018-03-28 22:56:22 +02:00
Takeshi KOMIYA
9e0089b252 Fix #4769: autodoc loses the first staticmethod parameter 2018-03-24 00:53:07 +09:00
Takeshi KOMIYA
991b471025 Bump version 2018-03-21 21:06:48 +09:00
Takeshi KOMIYA
d029b3d5c9 Bump to 1.7.2 final 2018-03-21 21:03:54 +09:00
Takeshi KOMIYA
a35be4cc66 Update CHANGES 2018-03-21 14:55:09 +09:00
Christer Bystrom
a7aac6956d Closes #4520 - acidic: Subpackage not in toc. The rule of skipping folders with only an empty __init__.py has been removed. The reason for this is that it was never working consistently in the first place and made the code unnecessary hard to reason about. Tests for the TOC generation have been added, as well as tests for the exclude mechanism since they are coupled. One test (test_ext_apidoc.py::test_exclude) has also been modified to reflect the new behaviour. 2018-03-21 14:35:58 +09:00
Takeshi KOMIYA
9891924485 epub: Fix docTitle elements of toc.ncx is not escaped 2018-03-20 20:28:02 +09:00
Takeshi KOMIYA
f2d4ebe9e8 Merge branch '1.7' into qthelp_templates 2018-03-20 01:43:46 +09:00
Takeshi KOMIYA
c9fcaa3c14 Merge branch '1.7' into 4754_remove_unused_code 2018-03-20 01:41:57 +09:00
Takeshi KOMIYA
d7ebcf6f45 Merge branch '1.7' into 4688_remote_image_having_long_URL 2018-03-19 23:34:39 +09:00
Takeshi KOMIYA
869ac1efe2 Fix #4754: sphinx/pycode/__init__.py raises AttributeError 2018-03-19 23:23:20 +09:00
Takeshi KOMIYA
c3afffe54f Fix #2286: Sphinx crashes when error is happens in rendering HTML pages 2018-03-19 00:22:18 +09:00
Takeshi KOMIYA
8db78fe001 Fix #4655: Fix a translation for Chinese 2018-03-18 13:04:00 +09:00
Takeshi KOMIYA
a709adf233 qthelp: escape keywords in .qhp file 2018-03-18 12:33:10 +09:00
Takeshi KOMIYA
39835bf885 Fix #4720: message when an image is mismatched for builder is not clear 2018-03-18 01:35:42 +09:00
Takeshi KOMIYA
0eb5e0865a Fix #4688: Error to download remote images having long URL 2018-03-17 13:43:42 +09:00
jfbu
bccdc7f02d Update CHANGES after PR #4729
modified:   CHANGES
2018-03-15 10:30:21 +01:00
Takeshi KOMIYA
24054d1862 Merge branch '1.7' into 4716_make_not_found 2018-03-14 23:36:29 +09:00
Takeshi KOMIYA
b9d6e0a211 Update CHANGES 2018-03-13 23:23:33 +09:00
jfbu
90dfce5367 Fix #4727: Option clash for package textcomp
Some packages loaded from user customized 'fontpkg' key may load
textcomp with no option, clashing with sphinx.sty which comes later
and wants it with "warn" option. This makes sure textcomp receives
always "warn" option, even if loaded prior to sphinx.

	modified:   CHANGES
	modified:   sphinx/templates/latex/latex.tex_t
	modified:   sphinx/texinputs/sphinx.sty
2018-03-11 09:08:21 +01:00
Takeshi KOMIYA
9fffb1e4ab Merge branch '1.7' into 4716_make_not_found 2018-03-08 20:40:34 +09:00
Takeshi KOMIYA
f84917b8b1 Fix #4716: Generation PDF file with TexLive on Windows, file not found error 2018-03-08 16:28:49 +09:00
Takeshi KOMIYA
8b0812edc2 Update CHANGES for PR #4444 2018-03-08 01:12:10 +09:00
Takeshi KOMIYA
9bd3aaf3dc Merge branch '1.7' into 4701_viewcode 2018-03-07 10:34:46 +09:00
Takeshi KOMIYA
f1c6c22e84 Fix #4701: viewcode: Misplaced `<div>` in viewcode html output 2018-03-05 23:46:34 +09:00
Takeshi KOMIYA
fdefe987d5 Fix #4689: autosummary: unexpectedly strips docstrings containing "i.e." 2018-03-04 02:12:13 +09:00
Takeshi KOMIYA
b707ab35e5 Merge branch '1.7' into 1042_strip_parens 2018-03-04 02:10:31 +09:00
Takeshi KOMIYA
adc8c80190 Fix autodoc: crashed when invalid options given 2018-03-03 02:35:28 +09:00
Takeshi KOMIYA
6872d5b337 Fix pydomain: always strip parenthesis if empty (refs: #1042) 2018-03-03 01:41:49 +09:00
Takeshi KOMIYA
3efadc63cc Merge pull request #4696 from tk0miya/4685_autosummary_warning
Fix #4685: autosummary emits meaningless warnings
2018-03-03 01:34:30 +09:00
Takeshi KOMIYA
bd898be3fc doc: Add deprecation list
So far, deprecated APIs are only listed as CHANGES entry.  But
they are not listed in one place.  In this change, I gathered them
to docs as a list.
As a side effect, it makes CHANGES entry simple.
2018-03-02 00:01:49 +09:00
Takeshi KOMIYA
c435bcf8dc Fix #4685: autosummary emits meaningless warnings 2018-03-01 22:29:50 +09:00
Takeshi KOMIYA
6bce06757f Fix #4669: sphinx.build_main and sphinx.make_main throw NameError 2018-02-28 23:03:21 +09:00
Takeshi KOMIYA
a37f253a6b Bump version 2018-02-23 23:42:01 +09:00
Takeshi KOMIYA
d4b6839295 Bump to 1.7.1 final 2018-02-23 23:39:34 +09:00
Takeshi KOMIYA
c41e746b7a Fix #4662: any refs with term targets crash when an ambiguity is encountered 2018-02-23 23:05:58 +09:00
Takeshi KOMIYA
cd08a6503c Fix #4664: Reading objects.inv fails again 2018-02-23 10:44:11 +09:00
Takeshi KOMIYA
f4a527d8a6 Update CHANGES for PR #4653 2018-02-23 00:44:39 +09:00
Takeshi KOMIYA
7999aca606 Revert "Update CHANGES for PR #4653"
This reverts commit 6f05c96027.
2018-02-23 00:44:25 +09:00
Takeshi KOMIYA
6f05c96027 Update CHANGES for PR #4653 2018-02-23 00:13:17 +09:00
Takeshi KOMIYA
16a7539007 Update CHANGES 2018-02-22 21:09:21 +09:00
Jakob Lykke Andersen
bde93246c6 C++, parse 'this' in expressions. 2018-02-19 20:58:55 +01:00
Jakob Lykke Andersen
7d49a5311f C++, parse explicit casts and typeid in expression 2018-02-19 20:58:10 +01:00
Takeshi KOMIYA
07de0ed10b Fix #4641: A external link in TOC cannot contain "?" with `:glob:` option 2018-02-19 23:27:57 +09:00