Commit Graph

14817 Commits

Author SHA1 Message Date
Takeshi KOMIYA
2fac698e76
Merge pull request #7475 from tk0miya/remove_autodoc_default_flags
autodoc: Remove autodoc_default_flags (no longer used)
2020-04-14 01:35:54 +09:00
Takeshi KOMIYA
4bb0535eb7
Merge pull request #7474 from tk0miya/refactor_autoclass_content
refactor: autodoc: Use ENUM to autoclass_content
2020-04-14 01:35:43 +09:00
Takeshi KOMIYA
711c041d8f autodoc: Remove autodoc_default_flags (no longer used) 2020-04-14 01:01:32 +09:00
Takeshi KOMIYA
cc7d86cf84 refactor: autodoc: Use ENUM to autoclass_content 2020-04-14 01:00:40 +09:00
Takeshi KOMIYA
775833dea7
Merge pull request #7472 from tk0miya/fix_TypeError_in_cdomain
c domain: Fix TypeError by missing config arugment
2020-04-14 00:49:18 +09:00
Takeshi KOMIYA
561dff114f c domain: Fix TypeError by missing config arugment 2020-04-14 00:01:29 +09:00
Takeshi KOMIYA
b2a601a33d Merge branch '3.0.x' into 3.x 2020-04-13 23:36:10 +09:00
Takeshi KOMIYA
86ef8521df Merge branch '7461_empty_tuple' into 3.0.x 2020-04-13 23:35:17 +09:00
Takeshi KOMIYA
a4edbc1104
Merge pull request #7462 from tk0miya/7461_empty_tuple
Fix #7461: py domain: fails with IndexError for empty tuple in type annotation
2020-04-13 23:34:15 +09:00
Takeshi KOMIYA
503a7c1b22
Merge pull request #7467 from tk0miya/7466_make_autosummary_headings_translatable
Fix #7466: autosummary: headings in generated documents are not translated
2020-04-13 23:33:26 +09:00
Takeshi KOMIYA
f1c2872a24
Merge branch '3.x' into 7466_make_autosummary_headings_translatable 2020-04-13 22:40:25 +09:00
Jakob Lykke Andersen
e65fb93d20
Merge pull request #7471 from jakobandersen/c_attributes
C, parse attributes
2020-04-13 13:54:40 +02:00
Jakob Lykke Andersen
09f66c690b
Merge pull request #7468 from jakobandersen/c_namespace
C, add scoping directives
2020-04-13 13:47:39 +02:00
Jakob Lykke Andersen
d4058eb67f C, parse attributes 2020-04-13 13:43:26 +02:00
Jakob Lykke Andersen
bbc7b6cc54 C, add scoping directives 2020-04-12 14:13:54 +02:00
Takeshi KOMIYA
f978490dfe
Merge pull request #7465 from tkoyama010/patch-1
 🇧🇬 🇮🇳 🇦🇱 🇷🇸
2020-04-12 19:22:30 +09:00
Takeshi KOMIYA
d64e0e23b1 Fix #7466: autosummary: headings in generated documents are not translated 2020-04-12 19:18:48 +09:00
Takeshi KOMIYA
920cf09e77
Merge pull request #7464 from tk0miya/refactor_autosummary
Deprecate: The module argument of find_autosummary_in_docstring()
2020-04-12 19:10:14 +09:00
Tetsuo Koyama
4983a12f21
🇧🇬 🇮🇳 🇦🇱 🇷🇸 2020-04-12 19:04:42 +09:00
Takeshi KOMIYA
53f0d4e646 Deprecate: The module argument of find_autosummary_in_docstring() 2020-04-12 18:14:16 +09:00
Takeshi KOMIYA
8cc0b890bd
Merge pull request #7460 from tk0miya/7410_suppress_circular_toctree_warning
Fix #7410: Allow to suppress "circular toctree references detected" warnings
2020-04-12 16:13:34 +09:00
Takeshi KOMIYA
bbd673e253
Merge branch '3.x' into 7410_suppress_circular_toctree_warning 2020-04-12 15:41:25 +09:00
Takeshi KOMIYA
58d1218cdc
Merge pull request #7412 from tk0miya/optional_toplevel_sectioning
LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX theme
2020-04-12 15:27:17 +09:00
Takeshi KOMIYA
10d7760156 Fix #7410: Allow to suppress "circular toctree references detected" warnings 2020-04-12 15:25:35 +09:00
Takeshi KOMIYA
c8355234eb Fix #7461: autodoc: empty tuple in type annotation is not shown correctly 2020-04-12 13:00:04 +09:00
Takeshi KOMIYA
2e219366c4 Fix #7461: py domain: fails with IndexError for empty tuple in type annotation 2020-04-12 12:57:22 +09:00
Takeshi KOMIYA
b3e26a6c85
Merge pull request #7458 from tk0miya/doc_indentation
doc: Fix indentation
2020-04-11 16:03:55 +09:00
Takeshi KOMIYA
eb46db036f doc: Fix indentation 2020-04-11 15:44:07 +09:00
Takeshi KOMIYA
39cd463740
Merge pull request #7455 from tk0miya/clean-mypyfiles
Makefile: Fix "make clean-mypyfiles"
2020-04-11 01:01:46 +09:00
Takeshi KOMIYA
cee35ef25b Makefile: Fix "make clean-mypyfiles" 2020-04-11 00:15:46 +09:00
Takeshi KOMIYA
fd7c1d76b6 Merge branch '3.0.x' into 3.x 2020-04-11 00:04:45 +09:00
Takeshi KOMIYA
d8704c4f58 Bump version 2020-04-11 00:03:42 +09:00
Takeshi KOMIYA
474f9d49e6 Bump to 3.0.1 final 2020-04-11 00:02:10 +09:00
Takeshi KOMIYA
273ece495a
Merge pull request #7452 from tk0miya/7451_error_for_non_string_docstring
Fix #7451: autodoc: failed with non-string __doc__ member
2020-04-10 23:43:36 +09:00
Takeshi KOMIYA
7b902e8623 Fix #7451: autodoc: failed with non-string __doc__ member 2020-04-10 23:06:36 +09:00
Takeshi KOMIYA
ebf2571380
Merge pull request #7454 from tk0miya/7445_rtype_annotation_None
Fix #7445: a return annotation ``None`` is not converted to a hyperlink
2020-04-10 23:04:24 +09:00
Takeshi KOMIYA
d9d381de11 Fix #7445: a return annotation `None` is not converted to a hyperlink 2020-04-10 02:07:02 +09:00
Takeshi KOMIYA
aca3f825f2
Merge pull request #7442 from tk0miya/7435_typehints_not_suppressed_for_class
Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methods
2020-04-10 01:13:03 +09:00
Takeshi KOMIYA
e9e4aa8cf8 Update CHANGES for PR #7426 2020-04-10 00:26:01 +09:00
Takeshi KOMIYA
9add576b78 Update CHANGES for PR #7449 2020-04-10 00:25:39 +09:00
Takeshi KOMIYA
d9033a4b3d
Merge pull request #7426 from mgeier/escape-links
Escape some links in HTML templates
2020-04-10 00:23:57 +09:00
Takeshi KOMIYA
9ff5b212b4
Merge pull request #7449 from mitya57/no-xmlns
Do not include xmlns attribute with HTML 5 doctype
2020-04-10 00:19:19 +09:00
Takeshi KOMIYA
a6dcbc7b6a
Merge branch '3.0.x' into 7435_typehints_not_suppressed_for_class 2020-04-10 00:18:33 +09:00
Takeshi KOMIYA
9002b6c9ec
Merge pull request #7441 from tk0miya/7423_logging_non_string_object
Fix #7423: crashed when giving a non-string object to logger
2020-04-10 00:16:46 +09:00
Takeshi KOMIYA
b316375ca4
Merge pull request #7440 from tk0miya/7418_case_insensitive_glossary_dup_warning
Fix #7418: std domain: duplication warning for glossary terms is case insensitive
2020-04-10 00:11:56 +09:00
Takeshi KOMIYA
5662ece4d1
Merge branch '3.0.x' into 7423_logging_non_string_object 2020-04-09 23:53:16 +09:00
Takeshi KOMIYA
0d359fa30a
Merge branch '3.0.x' into 7418_case_insensitive_glossary_dup_warning 2020-04-09 23:46:50 +09:00
Takeshi KOMIYA
9bb204dcab
Merge pull request #7431 from tk0miya/7422_autodoc_mock_imports_causes_ValueError
Fix #7422: autodoc: fails with ValueError when using autodoc_mock_imports
2020-04-09 23:44:42 +09:00
Takeshi KOMIYA
63d610d9a7
Merge branch '3.0.x' into 7422_autodoc_mock_imports_causes_ValueError 2020-04-09 23:33:49 +09:00
Dmitry Shachnev
b0ddc26ade Do not include xmlns attribute with HTML 5 doctype 2020-04-09 15:37:59 +03:00