index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
ext
/
autodoc
/
directive.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
1
-16
/
+15
*
Fix COM812
Adam Turner
2023-02-18
1
-2
/
+2
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-2
/
+2
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-5
/
+5
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Merge branch '5.x'
Adam Turner
2022-09-09
1
-2
/
+2
|
\
|
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-2
/
+2
*
|
Remove deprecated items for Sphinx 6.0 (#10471)
Adam Turner
2022-06-16
1
-14
/
+0
|
/
*
Remove deprecated code for Sphinx 5.0
Adam Turner
2022-04-17
1
-7
/
+1
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-5
/
+0
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-2
/
+2
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
Close #10146: autodoc: autodoc_default_options does not support `no-value` op...
Takeshi KOMIYA
2022-01-31
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
Fix warning typo; improve sphinx.ext.autodoc docstrings
Louis Maddox
2021-07-19
1
-4
/
+4
*
Close #8107: autodoc: Add class-doc-from option to autoclass directive
Takeshi KOMIYA
2021-05-01
1
-1
/
+1
*
refactor: use raw Type for type annotations
Takeshi KOMIYA
2021-04-04
1
-1
/
+1
*
Deprecate DocumenterBridge.warn()
Takeshi KOMIYA
2021-03-22
1
-0
/
+3
*
Rename DocumenterBridge.filename_set to record_dependencies
Takeshi KOMIYA
2021-03-21
1
-3
/
+9
*
refactor: Use PEP-526 based variable annotation (sphinx.ext)
Takeshi KOMIYA
2021-03-15
1
-2
/
+2
*
Merge branch '3.x' into merge_3.x_into_master
jfbu
2021-02-04
1
-1
/
+16
|
\
|
*
Merge remote-tracking branch 'upstream/3.x' into exclude-members-fix
pbudzyns
2021-02-01
1
-3
/
+9
|
|
\
|
*
|
check if autodoc_defaults are str, fix tests
pbudzyns
2021-02-01
1
-3
/
+3
|
*
|
code format
pbudzyns
2021-01-29
1
-1
/
+2
|
*
|
add private-members as extendable
pbudzyns
2021-01-29
1
-1
/
+1
|
*
|
local options handling
pbudzyns
2021-01-29
1
-2
/
+1
|
*
|
redundant '+' has no effect
pbudzyns
2021-01-25
1
-0
/
+5
|
*
|
add more extendable options and tests
pbudzyns
2021-01-25
1
-1
/
+2
|
*
|
add more extendable options and tests
pbudzyns
2021-01-25
1
-4
/
+8
|
*
|
local exclude-members option fix
root
2020-10-06
1
-1
/
+6
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-16
1
-1
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
refactor: Deprecate DocumenterBrdige.reporter
Takeshi KOMIYA
2021-01-12
1
-2
/
+8
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
|
/
|
*
Add stacklevel parameter to warnings.warn() call
Takeshi KOMIYA
2020-05-03
1
-1
/
+1
*
|
Do isort
Takeshi KOMIYA
2020-11-12
1
-1
/
+0
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-14
/
+3
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-03-21
1
-2
/
+2
|
\
\
|
|
/
|
*
Deprecate sphinx.ext.autodoc.get_documenters()
Takeshi KOMIYA
2020-03-16
1
-2
/
+2
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-03-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #7267: autodoc: errormsg for invalid directive options has wrong location
Takeshi KOMIYA
2020-03-07
1
-1
/
+1
*
|
Deprecate codes for python 3.5
Takeshi KOMIYA
2020-03-07
1
-5
/
+1
|
/
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
1
-2
/
+7
*
Migrate to py3 style type annotation: sphinx.ext.autodoc.directive
Takeshi KOMIYA
2019-07-01
1
-27
/
+18
*
Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignored
Takeshi KOMIYA
2019-04-25
1
-4
/
+18
*
Add imported-members to the directive whitelist
Alex Sergeev
2019-04-13
1
-1
/
+2
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-2
/
+1
*
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-3
/
+2
*
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
[next]