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
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
Jean-François B
d35cb7e202
Merge pull request #5177 from jfbu/5176_latex_index_special_chars
...
Fix #5176
2018-07-16 09:13:52 +02:00
Jean-François B
3156981d09
Merge pull request #5178 from jfbu/4272_xelatex_use_babel_for_french
...
LaTeX: for French and xelatex, use babel not polyglossia (fix : #4272 , #5130 )
2018-07-16 09:05:25 +02:00
Jean-François B
379dfeff31
Merge branch '1.7' into 5176_latex_index_special_chars
2018-07-16 09:02:42 +02:00
Takeshi KOMIYA
3830479faa
Update CHANGES for PR #5167
2018-07-16 15:18:14 +09:00
Takeshi KOMIYA
9734bf5a77
Merge pull request #5167 from mitya57/long-tuples
...
Fix formatting type annotations for tuples with more than two arguments
2018-07-16 15:17:17 +09:00
Takeshi KOMIYA
c777b920c3
Merge pull request #5175 from tk0miya/5161_html_crashes_on_copying
...
Fix html: crashes if copying static files are failed (refs: #5161 )
2018-07-16 14:51:38 +09:00
Takeshi KOMIYA
78402e165f
Fix html: crashes if copying static files are failed (refs: #5161 )
2018-07-16 14:17:24 +09:00
Jean-François B
b5f36e7c34
Merge branch '1.7' into 4272_xelatex_use_babel_for_french
2018-07-16 01:38:56 +02:00
jfbu
768abe9b85
Update CHANGES for #5176 fix
2018-07-16 01:22:35 +02:00
jfbu
6f237096d4
LaTeX: fix indexing of terms containing " character
2018-07-16 01:19:06 +02:00
jfbu
ef3447b0f9
LaTeX: fix indexing of terms containing ! character
2018-07-16 01:19:06 +02:00
jfbu
bfad757e45
LaTeX: fix indexing of terms containing @ character
2018-07-16 01:19:06 +02:00
Takeshi KOMIYA
52bb8e7428
Merge branch '1.7' into 3329_i18n_autosymbol_footnotes
2018-07-15 23:43:09 +09:00
Takeshi KOMIYA
a86e5098ed
Merge pull request #5172 from tk0miya/4946_None_for_rtype_field
...
Fix py domain: rtype field could not handle "None" as a type (refs: #4946 )
2018-07-15 22:22:31 +09:00
Takeshi KOMIYA
24c22787a9
Merge branch '1.7' into 4946_None_for_rtype_field
2018-07-15 21:37:06 +09:00
Takeshi KOMIYA
4598459aa3
Merge pull request #5171 from tk0miya/5139_enum
...
Fix #5139 : autodoc: Enum argument missing if it shares value with another
2018-07-15 21:35:59 +09:00
Takeshi KOMIYA
aad56c0361
Fix #3329 : i18n: crashed by auto-symbol footnote references
2018-07-15 20:48:39 +09:00