Commit Graph

17445 Commits

Author SHA1 Message Date
Jakob Lykke Andersen
c89bda11d1
Merge pull request #8999 from jakobandersen/c_cpp_render_fixes
C, C++ render fixes
2021-03-14 10:45:12 +01:00
Jakob Lykke Andersen
dfc759e039 Missing CHANGES item 2021-03-14 10:29:06 +01:00
Jakob Lykke Andersen
58b6b45993 C, fix linking of names in array declarators 2021-03-14 10:25:29 +01:00
Jakob Lykke Andersen
57220411da C++, fix linking in some declarators 2021-03-14 10:11:03 +01:00
Jakob Lykke Andersen
e45d0797cb C++, always try to resolve name in sizeof... 2021-03-13 20:01:25 +01:00
jfbu
9a4b4b5934 Update CHANGES 2021-03-13 16:57:06 +01:00
jfbu
b6d143118d LaTeX: modify \pysigline and \pysiglinewithargsret
Fix #7241
Fix #8980
Fix #8995
2021-03-13 16:56:50 +01:00
Takeshi KOMIYA
6c7480b3f6 Fix #7119: autodoc: Broken doctree was generated by builtin_resolver
The builtin_resolver() generates broken doctree unexpectedly if it
contains pending_xref_condition nodes.
2021-03-14 00:10:00 +09:00
Takeshi KOMIYA
75f5122996 Fix #7383: autodoc: Support typehints for properties
py:property directive now outputs py:property directive to describe
its type annotation.
2021-03-13 22:51:46 +09:00
Takeshi KOMIYA
17bb78997c
Merge pull request #7298 from tk0miya/7068_pyproperty_directive
py domain: Add py:property directive to describe a property (refs: #7068)
2021-03-13 21:22:29 +09:00
Takeshi KOMIYA
a523a89663 refactor: Add a type alias for the option_spec of directives; OptionSpec 2021-03-13 17:15:12 +09:00
Takeshi KOMIYA
aeb9e42d2b refactor: Use PEP-526 based variable annotation (sphinx.builders) 2021-03-13 16:37:50 +09:00
Takeshi KOMIYA
c817c20626
Merge pull request #8984 from tk0miya/refactor_vartypes_writers
refactor: Use PEP-526 based variable annotation (sphinx.writers)
2021-03-13 16:30:04 +09:00
Takeshi KOMIYA
dd24a4ef2d refactor: Use PEP-526 based variable annotation (sphinx.writers) 2021-03-13 16:20:09 +09:00
Takeshi KOMIYA
2e43197601
Merge pull request #8986 from webknjaz/bugfixes/8985-new-style-intersphinx-mapping
Make `conf.py` template use new-style interpshinx
2021-03-13 12:53:28 +09:00
Jean-François B
796d36fd62
Merge pull request #8907 from jfbu/pdf_bookmarksdepth
LaTeX: let bookmarks use high default depth
2021-03-12 22:15:35 +01:00
Jean-François B
ebce50dfed
Merge branch 'master' into pdf_bookmarksdepth 2021-03-12 21:59:04 +01:00
Jean-François B
3bbdc65451
Merge pull request #8879 from jfbu/latex_better_fix_pygments
LaTeX: better workaround for a Pygments LaTeXFormatter issue (with Pygments up to 2.7.4)
2021-03-12 21:58:01 +01:00
Jean-François B
1a62d89276
Merge branch 'master' into pdf_bookmarksdepth 2021-03-12 21:57:45 +01:00
Jean-François B
4c8418b58c
Merge branch 'master' into latex_better_fix_pygments 2021-03-12 21:48:34 +01:00
Sviatoslav Sydorenko
1232a14de8
Make conf.py template use new-style interpshinx
Fixes #8985
2021-03-12 00:49:49 +01:00
Takeshi KOMIYA
4bb151bf36
Merge pull request #8976 from tk0miya/refactor_vartypes_util
refactor: Use PEP-526 based variable annotation (sphinx.util)
2021-03-12 01:52:19 +09:00
Takeshi KOMIYA
204f86f736 py domain: Add py:property directive to describe a property (refs: #7068) 2021-03-11 01:56:39 +09:00
Takeshi KOMIYA
e1a02dc4e7
Merge pull request #7550 from tk0miya/7549_enable_autosummary_generate
Close #7549: autosummary: Enable autosummary_generate by default
2021-03-10 01:50:08 +09:00
Takeshi KOMIYA
6976c051ee refactor: Use PEP-526 based variable annotation (sphinx.util) 2021-03-10 01:49:31 +09:00
Takeshi KOMIYA
54886fd256 Close #7549: autosummary: Enable autosummary_generate by default 2021-03-10 01:35:49 +09:00
Takeshi KOMIYA
3693ffe232
Merge pull request #8972 from igo95862/master
Tutorial for extending autodoc
2021-03-10 01:20:05 +09:00
igo95862
7ee2000598 doc: Added reflink to autodoc tutorial
Used in add_autodocumenter docstring
2021-03-09 17:57:30 +03:00
igo95862
c57cb0b5ed doc: Link autodoc tutorial in add_autodocumenter docstring
Uses :ref: link because :doc: does not work.
2021-03-09 17:57:30 +03:00
igo95862
a56f69b916 doc: Added autodoc extension tutorial to tutorials index 2021-03-09 17:57:30 +03:00
igo95862
1ac05a2a83
doc: Create autodoc extension tutorial 2021-03-09 17:56:46 +03:00
Takeshi KOMIYA
426fa9d00d
Merge pull request #8969 from tk0miya/8487_absoluted_file_option_for_csv_table
Close #8487: csv-table now considers abspath as relpath from srcdir
2021-03-09 01:49:31 +09:00
Takeshi KOMIYA
fb4220d0a2 Close #8487: csv-table now considers abspath as relpath from srcdir
To make directives' behavior consistent, the :file: option for
csv-table directive now recognizes an absolute path as a relative
path from source directory.
2021-03-09 01:07:19 +09:00
Takeshi KOMIYA
ae413e95ed
Merge pull request #8970 from naveen521kk/patch-1
Sphinx is available on Chocolatey
2021-03-07 21:30:46 +09:00
Naveen M K
1b425230e3
lint 2021-03-07 00:21:41 +05:30
Naveen M K
2638e9aecc
Sphinx is available on Chocolatey 2021-03-07 00:13:40 +05:30
Takeshi KOMIYA
0c76c1abcf
Merge pull request #8968 from tk0miya/fix_typo
Fix wrong directive name in warning messages
2021-03-07 00:54:07 +09:00
Takeshi KOMIYA
af98b9e14f Fix wrong directive name in warning messages 2021-03-07 00:38:39 +09:00
Takeshi KOMIYA
3cf74078a0
Merge pull request #8966 from tk0miya/fix_doc
doc: Fix indentation
2021-03-06 21:31:41 +09:00
Takeshi KOMIYA
0dcdbdc230 doc: Fix indentation 2021-03-06 21:19:26 +09:00
Takeshi KOMIYA
15c4af75b5 Merge branch '3.x' 2021-03-06 21:04:57 +09:00
Takeshi KOMIYA
f7768d8282 Merge branch '3.5.x' into 3.x 2021-03-06 21:04:03 +09:00
Takeshi KOMIYA
4f8cb861e3 Bump version 2021-03-06 21:03:43 +09:00
Takeshi KOMIYA
a969e90f28 Bump to 3.5.2 final 2021-03-06 20:59:53 +09:00
Takeshi KOMIYA
008feac9ad
Merge pull request #8965 from tk0miya/refactor_doc
doc: Update document for autodoc
2021-03-06 20:15:24 +09:00
Takeshi KOMIYA
a6158b4196
Merge pull request #8956 from tk0miya/8943_update_translations
i18n: Fix wrong substitution message catalog for el and hr (refs: #8943)
2021-03-06 19:59:47 +09:00
Takeshi KOMIYA
c85d269fab
Merge pull request #8771 from tk0miya/759_preserve_defaults
Fix #759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extension
2021-03-06 19:58:26 +09:00
Takeshi KOMIYA
697fdea612 doc: Update document for autodoc :special-members: option 2021-03-06 19:12:52 +09:00
Takeshi KOMIYA
8411b9a536 doc: Update document for autodoc :private-members: option 2021-03-06 19:12:47 +09:00
Takeshi KOMIYA
009fd4c396 doc: Update document for autodoc :undoc-members: option 2021-03-06 19:12:41 +09:00