Takeshi KOMIYA
e886cc2171
Merge pull request #7846 from abramobagnara/3.x
...
Use well-formed XML syntax.
2020-06-21 17:55:49 +09:00
Jakob Lykke Andersen
f692cd139e
Merge pull request #7854 from jakobandersen/c_cpp_gnu_attributes
...
C and C++: support parameterized GNU style attributes
2020-06-20 10:14:36 +02:00
Jakob Lykke Andersen
5414708343
C,C++: support parameterized GNU style attributes
...
Fixes sphinx-doc/sphinx#7853
2020-06-20 09:55:35 +02:00
Abramo Bagnara
267eeabc00
Use well-formed XML syntax.
2020-06-17 19:03:05 +02:00
Takeshi KOMIYA
66e55a02d1
Merge pull request #7845 from cool-RR/patch-1
...
Use chain.from_iterable in text.py
2020-06-18 00:36:44 +09:00
Takeshi KOMIYA
ec64ff3e50
Merge pull request #7843 from tk0miya/7839_autosummary_encoding
...
Fix #7839 : autosummary: cannot handle umlauts in function names
2020-06-18 00:34:08 +09:00
Ram Rachum
19974ed017
Use chain.from_iterable in text.py
2020-06-17 11:58:32 +03:00
Takeshi KOMIYA
9c0bf231ab
Fix #7839 : autosummary: cannot handle umlauts in function names
2020-06-16 23:18:17 +09:00
Takeshi KOMIYA
0bb43d6b99
Merge pull request #7842 from eamanu/patch-1
...
Update licence year
2020-06-16 22:53:28 +09:00
Emmanuel Arias
2049527f03
New year
...
Update year Licence
2020-06-15 21:48:56 -03:00
Takeshi KOMIYA
8f184e07bb
Merge pull request #7835 from tk0miya/integrate_gha_workflows
...
Integrate GitHub Actions' workflows for linting to single YAML file
2020-06-14 16:03:09 +09:00
Takeshi KOMIYA
0e271f28a4
github actions: Merge workflows for linting to lint.yml
2020-06-14 15:42:05 +09:00
Takeshi KOMIYA
b0490ce812
github actions: Rename flake8.yml to lint.yml
2020-06-14 15:33:22 +09:00
Takeshi KOMIYA
a0411ce19d
Merge branch '3.1.x' into 3.x
2020-06-14 13:48:31 +09:00
Takeshi KOMIYA
fed4647463
Merge pull request #7833 from tk0miya/run_linttools_on_gha
...
Run lint tools on GH Actions
2020-06-14 13:44:27 +09:00
Takeshi KOMIYA
f0cc20a065
Run lint tools on GH Actions
2020-06-14 13:32:39 +09:00
Takeshi KOMIYA
05c65163ec
Merge branch '3.1.x' into 3.x
2020-06-14 12:55:47 +09:00
Takeshi KOMIYA
5599fae11a
Bump version
2020-06-14 12:55:01 +09:00
Takeshi KOMIYA
e7c2949a87
Bump to 3.1.1 final
2020-06-14 12:53:48 +09:00
Takeshi KOMIYA
d2cec67670
Merge pull request #7831 from tk0miya/7807_contextmanager
...
Fix #7807 : autodoc: wrong signature is shown for the function using contextmanager
2020-06-14 12:42:32 +09:00
Takeshi KOMIYA
941e340510
Merge branch '3.1.x' into 7807_contextmanager
2020-06-14 12:32:20 +09:00
Takeshi KOMIYA
b56772102e
Merge pull request #7829 from tk0miya/7805_retval_of_descriptors
...
Fix #7805 : autodoc: an object which descriptors returns is documented
2020-06-14 12:31:40 +09:00
Takeshi KOMIYA
6c3db6d65a
Fix #7805 : autodoc: an object which descriptors returns is documented
2020-06-14 12:22:57 +09:00
Takeshi KOMIYA
02acad66f0
Merge pull request #7827 from tk0miya/7808_napoleon_nitpicky_warning
...
Revert "ext.napoleon: Emit type annotations at the start of `.. attribute::`"
2020-06-14 11:48:44 +09:00
Takeshi KOMIYA
6eb43ba138
Merge pull request #7823 from tk0miya/7821_overload_builtin_function
...
Fix #7821 : autodoc: TypeError is raised for overloaded C-ext function
2020-06-14 11:46:58 +09:00
Takeshi KOMIYA
d77622ba79
Fix #7807 : autodoc: wrong signature is shown for the function using contextmanager
2020-06-14 01:31:18 +09:00
Takeshi KOMIYA
b3affa6949
Fix autodoc: Show detailed warning when type_comment is mismatched (refs: #7807 )
2020-06-13 23:53:30 +09:00
Takeshi KOMIYA
e983189c94
Update CHANGES
2020-06-13 16:38:19 +09:00
Takeshi KOMIYA
eb8f3b539a
Revert "ext.napoleon: Emit type annotations at the start of .. attribute::
"
...
This reverts commit 9d7171899a
.
2020-06-13 16:28:58 +09:00
Takeshi KOMIYA
0fc97a0b56
Merge pull request #7820 from cool-RR/2020-06-11-raise-from
...
Fix exception causes in code.py
2020-06-13 15:51:19 +09:00
Takeshi KOMIYA
7c358ed7fd
Merge branch '3.1.x' into 7821_overload_builtin_function
2020-06-13 15:24:16 +09:00
Takeshi KOMIYA
46f79c55e1
Merge pull request #7818 from tk0miya/7802_EOFError_on_parallel_build
...
Fix #7802 : autodoc: EOFError is raised on parallel build
2020-06-13 15:22:23 +09:00
Ram Rachum
5ad6f37757
Fix exception causes in code.py
2020-06-12 18:53:45 +03:00
Takeshi KOMIYA
3dc9df4e54
Fix #7821 : autodoc: TypeError is raised for overloaded C-ext function
2020-06-12 22:55:50 +09:00
Takeshi KOMIYA
e2d5f01a18
Update CHANGES for PR #7822
2020-06-12 22:39:34 +09:00
Takeshi KOMIYA
877e43d108
Bump version
2020-06-12 22:38:25 +09:00
Takeshi KOMIYA
6c71445e86
Merge pull request #7822 from Jellby/fix_numfig
...
Fix #7715 : Issue \@addtoreset after loading hyperref
2020-06-12 22:27:36 +09:00
Jellby
137b7b31dc
Issue \@addtoreset at begin document, after hyperref
2020-06-12 14:04:24 +02:00
Takeshi KOMIYA
83aef3ff37
Merge branch '3.1.x' into 7802_EOFError_on_parallel_build
2020-06-12 20:36:12 +09:00
Takeshi KOMIYA
79300711d2
Merge pull request #7815 from tk0miya/7812_broken_stubs_for_same_qualname_entries
...
Fix #7812 : autosummary: generates broken stub files
2020-06-12 20:35:02 +09:00
Takeshi KOMIYA
f1ec5732a7
Merge branch '3.1.x' into 7812_broken_stubs_for_same_qualname_entries
2020-06-12 01:50:38 +09:00
Takeshi KOMIYA
2bafc33ec2
Merge pull request #7814 from tk0miya/7808_complex_typehints_for_pydata
...
Fix #7808 : autodoc: Warnings raised on variable and attribute type annotations
2020-06-12 01:49:07 +09:00
Takeshi KOMIYA
60a8770a63
Merge branch '3.1.x' into 7808_complex_typehints_for_pydata
2020-06-11 23:44:09 +09:00
Takeshi KOMIYA
29fa09a16e
Fix #7802 : autodoc: EOFError is raised on parallel build
...
sphinx-build has crashed with EOFError when autodoc raises a warning
having exc_info under parallel mode. In parallel mode, all messages
are pickled to transfer logs to parent process. But the warning is
not picklable because it contains a traceback object.
This removes exc_info from warning messages to prevent crashes.
2020-06-11 23:07:19 +09:00
Takeshi KOMIYA
55fc097833
Update CHANGES for PR #7811
2020-06-11 23:06:47 +09:00
Takeshi KOMIYA
d8cf26ef93
Fix #7812 : autosummary: generates broken stub files
2020-06-11 20:29:41 +09:00
Takeshi KOMIYA
f0a69cad11
Merge pull request #7804 from tk0miya/7803_ImportError
...
Fix #7803 : Fix typo in import-block for type annotation
2020-06-11 20:24:38 +09:00
Takeshi KOMIYA
9df73e65b8
Update CHANGES for PR #7811
2020-06-11 02:55:53 +09:00
Takeshi KOMIYA
447e5d2a1b
Merge pull request #7811 from larsoner/circular
...
FIX: Fix circular import problem
2020-06-11 02:54:54 +09:00
Takeshi KOMIYA
cd7d3c0ddd
Fix #7808 : autodoc: Warnings raised on variable and attribute type annotations
2020-06-10 22:58:39 +09:00