Commit Graph

10464 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ce09a73a68
Merge branch '1.7' into 5326_invalid_docname_of_man_pages 2018-08-22 21:16:52 +09:00
Takeshi KOMIYA
ee604144c6 Fix #5326: manpage: crashed when invalid docname is specified as `man_pages` 2018-08-22 21:03:33 +09:00
Takeshi KOMIYA
2b236b90ec
Merge pull request #5331 from tk0miya/5320_intersphinx_crashed
Fix #5320: intersphinx: crashed if invalid url given
2018-08-22 20:38:35 +09:00
Takeshi KOMIYA
bde53bf9fb Fix #5320: intersphinx: crashed if invalid url given 2018-08-22 15:28:16 +09:00
Takeshi KOMIYA
2371614227 Bump version 2018-08-19 23:16:34 +09:00
Takeshi KOMIYA
f9027c6daf Bump to 1.7.7 final 2018-08-19 23:14:03 +09:00
Takeshi KOMIYA
b50b73e80d
Merge pull request #5312 from tk0miya/5294_quickstart_colorscheme_for_windows
Fix #5294: sphinx-quickstart blank prompts in PowerShell
2018-08-19 13:12:14 +09:00
Takeshi KOMIYA
6e06ec2f37
Merge pull request #5313 from tk0miya/5198_note_included_on_parallel_build
Fix #5198: document not in toctree warning when including files only for parallel builds
2018-08-18 18:11:40 +09:00
Takeshi KOMIYA
e8c6b70de6 Fix #5198: document not in toctree warning when including files only for parallel builds 2018-08-18 14:53:58 +09:00
Takeshi KOMIYA
a22f9df684 Fix #5294: sphinx-quickstart blank prompts in PowerShell 2018-08-17 22:25:13 +09:00
Takeshi KOMIYA
e623739eff
Merge pull request #5309 from tk0miya/5306_NameError_for_invalid_typehints
Fix #5306: autodoc: ``getargspec()`` raises NameError for invalid typehints
2018-08-17 22:10:56 +09:00
Takeshi KOMIYA
a450eb7a7a Fix #5306: autodoc: `getargspec()` raises NameError for invalid typehints 2018-08-17 10:32:58 +09:00
Takeshi KOMIYA
2604920232
Merge pull request #5305 from tk0miya/5211_autodoc_for_partial_functions
Fix #5211: autodoc: No docs generated for functools.partial functions
2018-08-17 02:06:20 +09:00
Takeshi KOMIYA
c4fa1aed34 Fix #5211: autodoc: No docs generated for functools.partial functions 2018-08-17 01:24:19 +09:00
Takeshi KOMIYA
b926ee8aeb
Merge pull request #5304 from tk0miya/5298_imgmath_two_numbers
Fix #5298: imgmath: math_number_all causes equations to have two numbers in html
2018-08-17 00:45:18 +09:00
Takeshi KOMIYA
4b3fc81122
Merge branch '1.7' into 5298_imgmath_two_numbers 2018-08-17 00:08:54 +09:00
Takeshi KOMIYA
01f4d3ba23
Merge pull request #5303 from tk0miya/5291_autodoc_crashed_by_ForwardRef
Fix #5291: autodoc crashed by ForwardRef types
2018-08-17 00:07:14 +09:00
Takeshi KOMIYA
1668f007c2 Fix #5298: imgmath: math_number_all causes equations to have two numbers in html 2018-08-15 22:29:29 +09:00
Takeshi KOMIYA
91650d89c9 Fix #5291: autodoc crashed by ForwardRef types 2018-08-15 21:30:49 +09:00
Takeshi KOMIYA
8d0170ecf1
Merge pull request #5300 from tk0miya/fix_autodoc_optional
Fix autodoc optional
2018-08-15 21:30:22 +09:00
Takeshi KOMIYA
cc3de81deb Fix mypy annotations 2018-08-15 11:39:54 +09:00
Takeshi KOMIYA
955c3d388b test Signature annotations in py34 too 2018-08-15 01:22:52 +09:00
Takeshi KOMIYA
5a0f0bdc61 refactor: format_annotation() 2018-08-15 01:22:52 +09:00
Takeshi KOMIYA
e26dc81272 Fix autodoc: Optional types are wrongly rendered 2018-08-15 01:22:52 +09:00
Takeshi KOMIYA
caf57bcc89 Update CHANGES for PR #5280 2018-08-13 21:41:17 +09:00
Takeshi KOMIYA
3e82d09e7e
Merge pull request #5280 from terencehonles/prefer-typing.get_type_hints
change format_args to prefer annotations from typing.get_type_hints
2018-08-13 21:20:09 +09:00
Terence D. Honles
da45604485 handle NoneType as None 2018-08-10 11:58:08 -07:00
Terence Honles
742c89f99b change format_args to prefer annotations from typing.get_type_hints
The current code looks for the pattern::

    class Node:
        def parent(self) -> 'Node': pass

This change allows more complex forward references::

    class Node:
        def children(self) -> Set['Node']: pass
2018-08-10 11:58:08 -07:00
jfbu
8a23ad1f44 Update LaTeX docs for a 1.7.6 change (refs #5178) 2018-08-02 12:46:33 +02:00
jfbu
5a220d648a Fix LaTeX docs of Latin Modern font with XeLaTeX/LuaLaTeX
refs: #5251
2018-08-02 10:06:31 +02:00
jfbu
69f21c144c Update CHANGES for PR #5235 2018-07-31 19:11:04 +02:00
Jean-François B
73a79549fa
Merge pull request #5235 from jfbu/latex_fix_PAPER_envvar
LaTeX: fix usage of PAPER envvar, which got broken at Sphinx 1.5
2018-07-31 18:42:06 +02:00
jfbu
077e9afd29 LaTeX: fix usage of PAPER envvar, which got broken at Sphinx 1.5
Fix: #5234
2018-07-31 17:37:04 +02:00
jfbu
5ce05e2733 Fix updated CHANGES 2018-07-31 09:50:37 +02:00
jfbu
cc6f0a26b1 Update CHANGES 2018-07-31 09:48:13 +02:00
Jean-François B
bb2ca12331
Merge pull request #5237 from jfbu/latex_avoid_remreset_warning
LaTeX: avoid "The remreset package is obsolete" warnings in latex log
2018-07-31 09:43:19 +02:00
jfbu
f5e38f4010 LaTeX: avoid "The remreset package is obsolete" warnings in latex log 2018-07-31 09:27:55 +02:00
Jean-François B
e955bccf2b
Merge pull request #5236 from jfbu/latex_reduce_hyperref_warnings
Latex reduce hyperref warnings
2018-07-30 23:43:18 +02:00
jfbu
685b680295 LaTeX: update date of Sphinx LaTeX style file 2018-07-30 19:54:38 +02:00
jfbu
3bdf67a6b4 LaTeX: reduce hyperref warnings related to PDF bookmarks 2018-07-30 19:54:38 +02:00
Takeshi KOMIYA
f6754d4336
Merge pull request #5200 from tk0miya/5198_note_included_on_parallel_build
Fix #5198: document not in toctree warning when including files only for parallel builds
2018-07-22 21:15:26 +09:00
Takeshi KOMIYA
c0ba51902f Fix #5198: document not in toctree warning when including files only for parallel builds 2018-07-21 14:35:31 +09:00
Takeshi KOMIYA
6403ca76e0 Bump version 2018-07-17 00:29:53 +09:00
Takeshi KOMIYA
5c3a86d99e Bump to 1.6.7 final 2018-07-17 00:26:31 +09:00
Takeshi KOMIYA
66c760840f
Merge pull request #5182 from tk0miya/5158_autosummary_wrong_summary
Fix #5158: autosummary: module summary has been broken when it starts with heading
2018-07-17 00:05:30 +09:00
Takeshi KOMIYA
2be1dd2ee4
Merge pull request #5183 from tk0miya/fix_flake8
Fix flake8 violations
2018-07-16 23:19:45 +09:00
Takeshi KOMIYA
2bdbe3aaf4 Fix flake8 violations 2018-07-16 21:03:32 +09:00
Takeshi KOMIYA
922e218214 Fix #5158: autosummary: module summary has been broken when it starts with heading 2018-07-16 18:45:28 +09:00
Takeshi KOMIYA
052f24face
Merge pull request #5173 from tk0miya/3329_i18n_autosymbol_footnotes
Fix #3329: i18n: crashed by auto-symbol footnote references
2018-07-16 17:04:27 +09:00
Takeshi KOMIYA
6753b24877
Merge branch '1.7' into 3329_i18n_autosymbol_footnotes 2018-07-16 16:25:55 +09:00