Commit Graph

4450 Commits

Author SHA1 Message Date
Takeshi KOMIYA
ee882c8ca9 Merge branch '3.0.x' into 7423_logging_non_string_object 2020-04-09 02:05:08 +09:00
Takeshi KOMIYA
a5dadeb890 Fix #7418: std domain: duplication warning for glossary terms is case insensitive 2020-04-09 01:56:13 +09:00
Takeshi KOMIYA
0525c39b9e Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methods 2020-04-09 01:15:21 +09:00
Takeshi KOMIYA
1ca220762b Fix #7423: crashed when giving a non-string object to logger 2020-04-09 00:17:37 +09:00
Takeshi KOMIYA
b2ab2c6325 Fix #7428: py domain: a reference to class `None` emits a nitpicky warning 2020-04-08 01:49:24 +09:00
Takeshi KOMIYA
b15b01307e Fix #7422: autodoc: fails with ValueError when using autodoc_mock_imports 2020-04-08 01:32:09 +09:00
Takeshi KOMIYA
713bbf5caf Merge branch '3.0.x' into 3.x 2020-04-06 00:15:26 +09:00
Takeshi KOMIYA
2def1fc704 Bump version 2020-04-06 00:14:06 +09:00
Takeshi KOMIYA
8178597970 Bump to 3.0.0 final 2020-04-06 00:11:34 +09:00
Takeshi KOMIYA
9a4ab5403e Merge 3.0.0b2 CHANGES entries into 3.0.0 2020-04-06 00:08:08 +09:00
Takeshi KOMIYA
901e693f8f Merge 2.4.5 CHANGES entries into 3.0.0 2020-04-06 00:05:36 +09:00
Takeshi KOMIYA
4c1b8b8db6 Merge branch '3.0.x' into 3.x 2020-04-05 23:04:19 +09:00
Takeshi KOMIYA
231d75b0d0 Merge branch '2.x' into 3.0.x 2020-04-05 23:03:35 +09:00
Takeshi KOMIYA
18a14e475c Fix #7409: Convert configuration values on late config-inited event
This changes a priority for config-inited handlers of core modules
to invoke them at the late of the event.  It allows extensions to
modify configurations.
2020-04-05 22:03:54 +09:00
Takeshi KOMIYA
bc1387cabb LaTeX: Make the `toplevel_sectioning` setting optional in LaTeX theme 2020-04-04 11:25:34 +09:00
Takeshi KOMIYA
e89787d4f1 Merge branch '3.0.x' into 7401_broken_env-get-outdated 2020-04-02 23:43:18 +09:00
Takeshi KOMIYA
360efdefec Fix #7355: autodoc: a signature of cython-function is not recognized well 2020-03-31 21:14:08 +09:00
Takeshi KOMIYA
c4c744273c Fix #7401: Incorrect argument is passed for env-get-outdated handlers 2020-03-31 20:28:21 +09:00
Takeshi KOMIYA
015def3995 Merge branch '3.0.x' into 6564_table_width 2020-03-30 23:41:04 +09:00
Takeshi KOMIYA
faf7280f97 Merge pull request #7387 from jakobandersen/before_content
Add ObjectDescription.transform_content()
2020-03-30 10:28:56 +09:00
Jakob Lykke Andersen
fc2edd29a8 Add ObjectDescription.transform_content() 2020-03-29 19:44:08 +02:00
Takeshi KOMIYA
2118252b37 Bump version 2020-03-30 01:32:14 +09:00
Takeshi KOMIYA
32b256dc2f Fix #7301: epub: duplicated node_ids are generated 2020-03-29 23:55:56 +09:00
Takeshi KOMIYA
7aa5584a47 Fix #7301: capital characters are not allowed for node_id 2020-03-29 23:55:56 +09:00
Takeshi KOMIYA
ce25d0080e Fix #7219: py:function directive generates incorrect index entry 2020-03-29 19:37:19 +09:00
Takeshi KOMIYA
49063aa4eb Fix html: a width of table was ignored on HTML builder (ref: #6564) 2020-03-29 17:56:19 +09:00
Takeshi KOMIYA
4ba1243ea2 Update CHANGES for PR #7222 2020-03-28 23:14:55 +09:00
Takeshi KOMIYA
8da576cce0 Fix #6477: Escape first "!" in a cross reference linking no longer possible 2020-03-28 18:54:10 +09:00
Jakob Lykke Andersen
5be82125f2 Update changes 2020-03-25 20:27:51 +01:00
Jakob Lykke Andersen
6ea9eb687a Update changes 2020-03-25 13:16:00 +01:00
Jakob Lykke Andersen
c6f1bf66e0 C, alternative spellings of operators 2020-03-24 18:38:42 +01:00
Jakob Lykke Andersen
0aedc353d6 Merge pull request #7373 from jakobandersen/cpp_alternate_ops
C++, alternative spellings of operators
2020-03-24 18:16:04 +01:00
Jakob Lykke Andersen
077df4a084 C++, support alternate spellings of operators
Fixes sphinx-doc/sphinx#7367
2020-03-24 17:42:30 +01:00
Takeshi KOMIYA
dbf1982995 Merge branch '3.0.x' into 7364_autosummary_crashed 2020-03-25 01:31:39 +09:00
Takeshi KOMIYA
263b7a021c Fix #7370: autosummary: raises UnboundLocalError when unknown module given 2020-03-25 00:25:03 +09:00
Takeshi KOMIYA
aacde5032d Fix #7364: autosummary: crashed when autosummary_generate is False 2020-03-23 01:46:30 +09:00
Takeshi KOMIYA
d2f7628f8d Bump version 2020-03-23 00:05:03 +09:00
Takeshi KOMIYA
f8e0a0e23a Bump to 3.0.0 beta1 2020-03-23 00:04:42 +09:00
Takeshi KOMIYA
a6868e0ca1 Merge branch '2.x' into 3.x 2020-03-22 23:49:22 +09:00
Takeshi KOMIYA
9ae34e1757 Merge pull request #7360 from tk0miya/7357_ValueError_on_resizing_SVG
Fix #7357: html: Resizing SVG image fails with ValueError
2020-03-22 23:39:17 +09:00
Takeshi KOMIYA
2659a37c1f Fix #7357: html: Resizing SVG image fails with ValueError 2020-03-22 23:23:18 +09:00
Takeshi KOMIYA
5c396b6325 Fix #7331: autodoc: a cython-function is not recognized as a function 2020-03-22 23:13:49 +09:00
Takeshi KOMIYA
a6c1cc2ace Merge pull request #7352 from tk0miya/refactor_autosummary
Deprecate sphinx.ext.autosummary:process_autosummary_toc()
2020-03-22 17:41:33 +09:00
Takeshi KOMIYA
6e15a8a88f Merge pull request #7346 from tk0miya/7341_xref_for_type_annotations
Close #7341: py domain: type annotations are converted to cross refs
2020-03-22 17:23:25 +09:00
Takeshi KOMIYA
b0a6b3f285 Close #7341: py domain: type annotations are converted to cross refs 2020-03-22 17:10:00 +09:00
Takeshi KOMIYA
79989ce40e Merge pull request #7351 from tk0miya/7324_multiple_suffixes_for_same_document
Fix #7324: Emit a warning if multiple files for same document found
2020-03-22 17:08:35 +09:00
Takeshi KOMIYA
fe3782d2ed Deprecate sphinx.ext.autosummary:process_autosummary_toc()
The handler searches autosummary_toc node under root of document and
just under section nodes.  But that is already done in
ToctreeCollector.process_doc().  So it's no longer needed.
2020-03-21 21:44:59 +09:00
Takeshi KOMIYA
2360473012 Fix #7324: Emit a warning if multiple files for same document found 2020-03-21 20:46:45 +09:00
Takeshi KOMIYA
89dd4bf438 Fix #6240: napoleon: Attributes and Methods sections ignore :noindex: option 2020-03-21 18:54:44 +09:00
Takeshi KOMIYA
c75470f9b7 Update CHANGES for PR #7236 2020-03-21 18:33:32 +09:00