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
/
apidoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
address some unused loop control variables (B007)
Daniel Eades
2022-01-12
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g
Jon Dufresne
2021-09-06
1
-1
/
+1
*
Improve sphinx.ext.apidoc docstrings
Louis Maddox
2021-07-18
1
-1
/
+1
*
refactor: Use PEP-526 based variable annotation (sphinx.ext)
Takeshi KOMIYA
2021-03-15
1
-1
/
+1
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-24
1
-24
/
+44
|
\
|
*
Fix #8727: apidoc: namespace module file is not generated if no submodules
Takeshi KOMIYA
2021-01-23
1
-24
/
+44
*
|
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
-4
/
+4
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-71
/
+0
|
/
*
* Propagated "maxdepth" recursively through package documents.
Sergio Garcia Prado
2020-03-14
1
-0
/
+1
*
Fix #6327: apidoc: Support a python package consisted of __init__.so file
Takeshi KOMIYA
2020-02-08
1
-11
/
+28
*
refactor: apidoc.shall_skip()
Takeshi KOMIYA
2020-02-08
1
-5
/
+35
*
apidoc: Add ``-q`` option for quiet mode (refs: #6772)
Takeshi KOMIYA
2020-02-01
1
-3
/
+12
*
Fix #6899: apidoc: private members are not shown even if --private given
Takeshi KOMIYA
2020-01-30
1
-2
/
+10
*
Fix #6986: apidoc: misdetects module name for .so file inside module
Takeshi KOMIYA
2020-01-03
1
-1
/
+1
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Close #2546: apidoc: .so file support
Takeshi KOMIYA
2019-11-17
1
-3
/
+4
*
Migrate to py3 style type annotation: sphinx.ext.apidoc
Takeshi KOMIYA
2019-07-01
1
-33
/
+20
*
Fix #6517: apidoc: user_template_dir is not passed when it recurses
Takeshi KOMIYA
2019-06-22
1
-1
/
+1
*
Close #5602: apidoc: Add ``--templatedir`` option
Takeshi KOMIYA
2019-06-16
1
-16
/
+24
*
apidoc: template files are renamed to ``.rst_t``
Takeshi KOMIYA
2019-06-16
1
-3
/
+3
*
refactor apidoc: Add is_skipped_module()
Takeshi KOMIYA
2019-05-30
1
-2
/
+15
*
refactor: apidoc: Replace makename() by module_join()
Takeshi KOMIYA
2019-05-15
1
-7
/
+16
*
apidoc: Deprecate unused functions
Takeshi KOMIYA
2019-05-04
1
-0
/
+6
*
apidoc: Use a template for generating package file
Takeshi KOMIYA
2019-05-04
1
-53
/
+26
*
apidoc: Use a template for generating toc file
Takeshi KOMIYA
2019-05-04
1
-8
/
+10
*
apidoc: Use a template for generating module file
Takeshi KOMIYA
2019-05-04
1
-8
/
+13
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-17
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'upstream/master' into 5842-apidoc-extensions
cocodrips
2018-12-26
1
-1
/
+1
|
\
\
|
*
\
Merge branch '1.8'
jfbu
2018-12-23
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
*
Fix #5834: apidoc: wrong help for --tocfile
Takeshi KOMIYA
2018-12-19
1
-1
/
+1
*
|
|
Add extensions from master
cocodrips
2018-12-26
1
-0
/
+7
|
/
/
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-12-18
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty
Takeshi KOMIYA
2018-12-17
1
-1
/
+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
-14
/
+13
*
|
Remove print_function feature
Takeshi KOMIYA
2018-12-15
1
-2
/
+0
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Always prefer dict literals over calls to dict()
Jon Dufresne
2018-11-13
1
-22
/
+22
*
|
Remove use of six.binary_type
Jon Dufresne
2018-11-11
1
-11
/
+0
*
|
Deprecate Python2 compat shim sphinx.util.osutil.walk()
Jon Dufresne
2018-10-05
1
-2
/
+2
|
/
*
Fix #5362: apidoc: Add ``--toc`` option to change the filename of ToC
Takeshi KOMIYA
2018-09-06
1
-3
/
+5
*
Merge branch '1.7'
Takeshi KOMIYA
2018-05-14
1
-2
/
+2
|
\
|
*
Fix #4932: apidoc: some subpackages is ignored if sibling subpackage contains...
Takeshi KOMIYA
2018-05-03
1
-2
/
+2
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-21
1
-10
/
+10
|
\
\
|
|
/
|
*
apidoc: Fix local variable is not initialized
Takeshi KOMIYA
2018-03-21
1
-0
/
+1
[next]