Julien Palard
|
527a0361f1
|
FIX: Typo in tutorial/todo.
|
2020-06-30 17:13:19 +02:00 |
|
Takeshi KOMIYA
|
61c9aa584c
|
Merge pull request #7892 from DelazJ/patch-1
Fix sentence
|
2020-06-30 23:32:59 +09:00 |
|
Jakob Lykke Andersen
|
ff5eb7cc2b
|
C, C++: remove noindex option
The option did nothing.
Improve error messages on duplicates.
|
2020-06-30 13:52:18 +02:00 |
|
Jakob Lykke Andersen
|
af3a59d799
|
Merge pull request #7882 from jakobandersen/c_alias
C, add c:alias directive
|
2020-06-30 11:34:11 +02:00 |
|
Jakob Lykke Andersen
|
7cbf54c210
|
C, add c:alias directive
|
2020-06-30 11:20:17 +02:00 |
|
Harrissou Sant-anna
|
9cf95615d0
|
Fix sentence
|
2020-06-30 03:06:11 +02:00 |
|
Takeshi KOMIYA
|
d6ca2f97be
|
Fix #7886: autodoc: TypeError is raised on mocking generic-typed classes
|
2020-06-30 01:16:38 +09:00 |
|
Takeshi KOMIYA
|
ec9af606c6
|
Merge pull request #7888 from McSinyx/imperative-napoleon
ext.napoleon: Add aliases Warn and Raise
|
2020-06-30 00:29:14 +09:00 |
|
Nguyễn Gia Phong
|
1a865069db
|
napoleon: Add aliases Warn and Raise
|
2020-06-29 22:19:54 +07:00 |
|
Takeshi KOMIYA
|
e4c3e24e85
|
Merge pull request #7832 from cool-RR/2020-06-11-raise-from
Fix exception causes all over the codebase
|
2020-06-29 02:26:53 +09:00 |
|
Takeshi KOMIYA
|
207ec7bf9c
|
Merge pull request #7874 from tk0miya/update_docs
doc: Fix URL
|
2020-06-29 02:24:24 +09:00 |
|
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 |
|