Commit Graph

15507 Commits

Author SHA1 Message Date
Takeshi KOMIYA
d55bb5ac54
Merge pull request #7873 from tk0miya/7869_abbr_leak
Fix #7869: abbr role wrongly copies an explanation from the previous one
2020-06-29 02:23:56 +09:00
Takeshi KOMIYA
af32ec782e
Merge pull request #7872 from tk0miya/7806_revert_viewcode
Fix #7806: viewcode: Failed to resolve viewcode references on 3rd party builders
2020-06-29 02:23:11 +09:00
Takeshi KOMIYA
37c6ffd856
Merge pull request #7877 from tk0miya/7865_extract_abbr
Fix #7865: autosummary: Failed to extract summary line when abbr. found
2020-06-29 02:22:42 +09:00
Takeshi KOMIYA
f27a3bfac3
Merge pull request #7885 from tk0miya/builddoc_on_gha
CI: Build document on GitHub Actions
2020-06-29 02:22:07 +09:00
Takeshi KOMIYA
67cb8e81b2 CI: Build document on GitHub Actions 2020-06-29 02:12:46 +09:00
Takeshi KOMIYA
c4f0d70d17
Merge branch '3.x' into 7865_extract_abbr 2020-06-29 02:04:40 +09:00
Takeshi KOMIYA
144af81545
Merge pull request #7876 from tk0miya/7866_failed_to_extract_summary
Fix #7866: autosummary: Failed to extract correct summary line
2020-06-29 02:03:35 +09:00
Takeshi KOMIYA
25e8171a0a Fix #7812: autosummary: generates broken stub files (again) 2020-06-28 17:21:26 +09:00
Takeshi KOMIYA
2d69b4211a Fix #7865: autosummary: Failed to extract summary line when abbr. found 2020-06-27 23:33:43 +09:00
Takeshi KOMIYA
4fa596ba4c Fix #7866: autosummary: Failed to extract correct summary line
A hyperlink target in the docstring causes a system_error because
node_ids are cached expectedly during extracting a summary.
2020-06-27 23:20:59 +09:00
Takeshi KOMIYA
12696cdfa2 doc: Fix URL 2020-06-27 22:19:05 +09:00
Takeshi KOMIYA
7efa9aebb1 Fix #7869: abbr role wrongly copies an explanation from the previous one 2020-06-27 03:04:28 +09:00
Takeshi KOMIYA
d50c7ff319 Fix #7806: viewcode: Failed to resolve viewcode references on 3rd party builders 2020-06-26 23:33:04 +09:00
Takeshi KOMIYA
358611970d Revert "viewcode: Fix viewcode raises NoUri error on resolving phase except on HTML builders"
This reverts commit c2ef1ad7e5.

The error was completely resolved by #7683. So this is no longer needed.
2020-06-26 23:31:00 +09:00
Takeshi KOMIYA
bfde3f3714
Merge pull request #7859 from tk0miya/7850_KeyError_for_autodoc_typehints_description
Fix #7850: autodoc: KeyError is raised for invalid mark up
2020-06-26 20:59:57 +09:00
Takeshi KOMIYA
4e739b85ee Fix #7850: autodoc: KeyError is raised for invalid mark up 2020-06-26 20:49:22 +09:00
Takeshi KOMIYA
da395b4132
Merge pull request #7858 from tk0miya/7856_autoclass_crashed_for_non_classobj
Fix #7856: autodoc: AttributeError is raised for non-class object
2020-06-26 20:45:01 +09:00
Takeshi KOMIYA
0be08012cd Fix #7856: autodoc: AttributeError is raised for non-class object 2020-06-26 02:16:37 +09:00
Takeshi KOMIYA
3ad8547c7c
Merge pull request #7862 from tk0miya/7844_relative_module_name
Fix #7844: autodoc: Failed to detect module when relative module name given
2020-06-26 02:07:56 +09:00
Takeshi KOMIYA
03e85df617
Merge pull request #7860 from tk0miya/7841_update_docs
doc: Add modname separator tip for autodoc (refs: #7841)
2020-06-26 02:05:05 +09:00
Takeshi KOMIYA
0552c75785
Merge pull request #7834 from tk0miya/twine_check_on_ci
Do "twine check" on CI process
2020-06-22 02:13:55 +09:00
Takeshi KOMIYA
e860903cd8 Fix #7844: autodoc: Failed to detect module when relative module name given 2020-06-22 01:53:09 +09:00
Takeshi KOMIYA
42f29b6acf doc: Add modname separator tip for autodoc (refs: #7841) 2020-06-21 23:28:03 +09:00
Takeshi KOMIYA
275d93b506 Update CHANGES for PR #7846 2020-06-21 17:57:50 +09:00
Takeshi KOMIYA
e886cc2171
Merge pull request #7846 from abramobagnara/3.x
Use well-formed XML syntax.
2020-06-21 17:55:49 +09:00
Matthias Geier
82768d8cff basic CSS: better handling of list margins, including "simple" lists
Fixes #7838.
2020-06-20 20:35:50 +02: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
Matthias Geier
0051992ba5 FIXUP: remove "compact" class 2020-06-19 22:36:23 +02:00
Matthias Geier
5845a0ab87 basic CSS: Take "simple" and "compact" lists into account
See #7838.
2020-06-18 23:37:51 +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
Ram Rachum
53c1dff91c Fix exception causes all over the codebase 2020-06-14 14:37:16 +03:00
Takeshi KOMIYA
7167b689b9 Do "twine check" on CI process 2020-06-14 16:06:25 +09: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