Jakob Lykke Andersen
ef0c2bf83c
C++, semicolon, move it entirely to ASTDeclaration
2020-04-24 10:57:23 +02:00
Jan Babst
50ae1b04e8
C++ domain: Add support for semicolon in declarations
2020-04-24 10:45:23 +02:00
Takeshi KOMIYA
e78cf26100
Merge pull request #7539 from tk0miya/7536_autogen_crashes_with_i18n
...
Fix #7536 : sphinx-autogen: crashes when template uses i18n feature
2020-04-23 22:43:08 +09:00
Takeshi KOMIYA
f565a44981
Merge pull request #7515 from tk0miya/2044_defvalue_for_ivars
...
Close #2044 : autodoc: Suppress default value for instance attributes
2020-04-23 21:57:34 +09:00
Takeshi KOMIYA
ab3795f176
Fix #7536 : sphinx-autogen: crashes when template uses i18n feature
2020-04-23 21:46:32 +09:00
Takeshi KOMIYA
c9e4945623
Merge pull request #7473 from eric-wieser/meta-public
...
Add support for :meta public:
2020-04-23 02:15:42 +09:00
Takeshi KOMIYA
72c57ff131
test: Fix flake8 violation
2020-04-22 01:29:48 +09:00
Takeshi KOMIYA
4a7934ba1a
autosummary: Make recursively generated stub-files flatten
2020-04-22 00:27:59 +09:00
Takeshi KOMIYA
cc6ba63f5e
test: Remove meaningless testcases
2020-04-22 00:23:37 +09:00
Takeshi KOMIYA
ef1362886f
refactor: Not to use deprecated helper: Path.text()
2020-04-21 23:39:51 +09:00
Takeshi KOMIYA
7671bcc23b
Remove autosummary_recursive configuration
...
Now autosummary directive has :recursive: option to enable the
recursive feature individually. So the configuration is no longer
needed.
2020-04-21 23:38:18 +09:00
Takeshi KOMIYA
b9da9237bc
Merge branch '3.x' into 6040_autosummary_recursive
2020-04-21 23:04:38 +09:00
Takeshi KOMIYA
476b73b6ca
autosummary: Add :recursive: option to autosummary directive
2020-04-21 22:47:00 +09:00
Takeshi KOMIYA
c2c95ef587
Merge pull request #7411 from tk0miya/latex_theme_options
...
LaTeX: Add `latex_theme_options` to override theme options
2020-04-20 01:50:06 +09:00
Takeshi KOMIYA
6b07d8f363
autodoc: Suppress default value for uninitialized variables
2020-04-20 01:48:05 +09:00
Takeshi KOMIYA
a42de07bcf
Close #2044 : autodoc: Suppress default value for instance attributes
2020-04-20 01:29:01 +09:00
Takeshi KOMIYA
12cb90c3fa
Merge pull request #7492 from tk0miya/7490_autosummary_caption
...
Close #7490 : autosummary: Add ``:caption:`` option to autosummary directive
2020-04-20 00:52:45 +09:00
Takeshi KOMIYA
05aff200b1
LaTeX: Add :confval:latex_theme_options to override theme options
2020-04-20 00:51:08 +09:00
Takeshi KOMIYA
66744c656e
Merge pull request #7413 from tk0miya/papersize_for_latex_theme
...
LaTeX: Allow to override papersize and pointsize from LaTeX themes
2020-04-20 00:49:17 +09:00
Takeshi KOMIYA
59b638dd4d
Merge branch '3.0.x' into 3.x
2020-04-19 23:43:54 +09:00
Takeshi KOMIYA
b2140c8623
Fix #7510 : py domain: keyword-only arguments are wrongly rendered
2020-04-19 22:57:38 +09:00
Takeshi KOMIYA
5c14375365
Merge branch '3.0.x' into 3.x
2020-04-19 14:56:56 +09:00
Takeshi KOMIYA
4577f6856c
Fix #7418 : std domain: term role role could not match case-insensitively
2020-04-18 23:48:49 +09:00
Takeshi KOMIYA
21341f4b6c
Merge branch '3.0.x' into 3.x
2020-04-18 21:02:47 +09:00
Takeshi KOMIYA
ffb1ca3aaa
test: Add a docstring to avoid an error on py39a5+
2020-04-18 20:28:31 +09:00
Takeshi KOMIYA
dc46897768
Close #7490 : autosummary: Add `:caption:` option to autosummary directive
2020-04-16 23:04:57 +09:00
Eric Wieser
0d7451c23d
Add support for :meta public:
...
A common use case for this is a class like `namedtuple`, which has a public `_replace` method that is so-named in order not to conflict with arbitrary user-provided attributes.
Rejected spellings include:
* `:meta not-private:`
* `:meta private: False`
2020-04-14 08:41:45 +01: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
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
1ca0b7ab62
LaTeX: Allow to override papersize and pointsize from LaTeX themes
2020-04-12 15:30:45 +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
d9d381de11
Fix #7445 : a return annotation `None` is not converted to a hyperlink
2020-04-10 02:07:02 +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
a5dadeb890
Fix #7418 : std domain: duplication warning for glossary terms is case insensitive
2020-04-09 01:56:13 +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
becc798d36
test: Fix indentation
2020-04-05 23:49:08 +09:00
Takeshi KOMIYA
231d75b0d0
Merge branch '2.x' into 3.0.x
2020-04-05 23:03:35 +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
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
fe9473f42e
Fix #7219 : py:module directive generates incorrect index entry
2020-03-29 19:37:21 +09:00
Takeshi KOMIYA
ce25d0080e
Fix #7219 : py:function directive generates incorrect index entry
2020-03-29 19:37:19 +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
67e5edde6d
C, C++, do not recurse in anon symbols on addition
2020-03-25 20:07:16 +01:00
Jakob Lykke Andersen
c9fb5ab9ad
C++, support pack expansion in template argument lists
2020-03-25 13:08:09 +01:00
Jakob Lykke Andersen
f9d36008e1
C++, support comma operator in expressions
2020-03-25 11:00:35 +01:00