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
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
refactor: Move _getmro() to sphinx.util.inspect module
Takeshi KOMIYA
2020-12-17
1
-0
/
+5
*
Deprecate sphinx.util.osutil.movefile() in favor of os.replace()
Jon Dufresne
2020-12-13
1
-0
/
+5
*
Merge pull request #8533 from tk0miya/deprecate_no_docstring
Takeshi KOMIYA
2020-12-14
1
-0
/
+6
|
\
|
*
refactor: Deprecate `no_docstring` argument for Documenter.add_content()
Takeshi KOMIYA
2020-12-13
1
-0
/
+6
*
|
Describe the intersphinx mapping a bit more
Ned Batchelder
2020-12-13
1
-3
/
+14
|
/
*
Fix #8503: autoattribute could not create document for a GenericAlias
Takeshi KOMIYA
2020-11-29
1
-0
/
+5
*
Merge pull request #8291 from QuentinSoubeyran/8285_napoleon_google_style_use...
Takeshi KOMIYA
2020-11-28
2
-1
/
+55
|
\
|
*
refactored code and tests, prepared for numpy feature
Quentin Soubeyran
2020-11-25
2
-6
/
+8
|
*
added napoleon_google_attr_annotations option to use PEP 526 on google style
Quentin Soubeyran
2020-11-25
2
-1
/
+53
*
|
Merge pull request #8488 from tk0miya/deprecate_InstanceAttributeDecorator
Takeshi KOMIYA
2020-11-26
1
-0
/
+5
|
\
\
|
*
|
refactor: Deprecate InstanceAttributeDocumenter
Takeshi KOMIYA
2020-11-26
1
-0
/
+5
|
|
/
*
|
Fix #6629: linkcheck: Handle rate-limiting
François Freitag
2020-11-25
3
-1
/
+25
|
/
*
Deprecate SlotsAttributeDocumenter
Takeshi KOMIYA
2020-11-24
1
-0
/
+5
*
Merge branch '3.x' into 8460_TypeVar
Takeshi KOMIYA
2020-11-23
1
-0
/
+10
|
\
|
*
Merge pull request #8464 from tk0miya/deprecate_Documenter.get_object_members
Takeshi KOMIYA
2020-11-23
1
-0
/
+5
|
|
\
|
|
*
Deprecate Documenter.get_object_members()
Takeshi KOMIYA
2020-11-21
1
-0
/
+5
|
*
|
refactor: Move _getannotations() to sphinx.util.inspect
Takeshi KOMIYA
2020-11-22
1
-0
/
+5
*
|
|
Fix #8460: autodata directive does not display the detail of TypeVars
Takeshi KOMIYA
2020-11-22
1
-0
/
+5
|
/
/
*
|
Rename ModuleAnalyzer.parse() to analyze()
Takeshi KOMIYA
2020-11-22
1
-0
/
+5
|
/
*
Fix #8443: autodata directive does not support PEP-526 ivars
Takeshi KOMIYA
2020-11-20
1
-0
/
+5
*
Rename :novalue: option to :no-value: option
Takeshi KOMIYA
2020-11-15
1
-5
/
+5
*
autodoc: document :novalue: option
Marlon James
2020-11-15
1
-0
/
+12
*
Update CHANGES for PR #8404
Takeshi KOMIYA
2020-11-14
1
-3
/
+2
*
linkcheck: Remove call to is_ssl_error()
François Freitag
2020-11-12
1
-0
/
+5
*
Sort imports with isort
François Freitag
2020-11-11
2
-3
/
+1
*
Merge branch '3.x' into 8105_incorrect_class_constructor
Takeshi KOMIYA
2020-11-08
1
-3
/
+3
|
\
|
*
Fix #8375: URL of transifex project page
Takeshi KOMIYA
2020-11-05
1
-3
/
+3
*
|
Fix #8105: autodoc: the signature of decorated class is incorrect
Takeshi KOMIYA
2020-11-05
1
-0
/
+6
|
/
*
Merge pull request #8359 from sphinx-doc/8349_sphinx-contrib
Takeshi KOMIYA
2020-11-03
1
-3
/
+3
|
\
|
*
doc: Update sphinx-contrib repos' URL (refs: #8349)
8349_sphinx-contrib
Takeshi KOMIYA
2020-11-03
1
-3
/
+3
*
|
Fix #6914: Emit a detailed warning when failed to resolve :ref:
Takeshi KOMIYA
2020-11-03
1
-0
/
+9
|
/
*
Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option
Takeshi KOMIYA
2020-10-26
1
-0
/
+4
*
Merge pull request #8334 from mgeier/doc-favicon
Takeshi KOMIYA
2020-10-25
2
-0
/
+9
|
\
|
*
DOC: Add favicon
Matthias Geier
2020-10-24
2
-0
/
+9
*
|
Fix docs type: "the builder builders" → "builders"
Jon Dufresne
2020-10-24
1
-2
/
+2
|
/
*
Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc
Takeshi KOMIYA
2020-10-24
1
-0
/
+5
|
\
|
*
Apply suggestions from code review
Thomas Grainger
2020-10-05
1
-1
/
+0
|
*
Fix #8289: Allow to suppress "duplicated ToC entry found" warnings from epub ...
Thomas Grainger
2020-10-05
1
-0
/
+6
*
|
Outdated comment in docs config for intersphinx
François Freitag
2020-10-05
1
-2
/
+0
|
/
*
Merge pull request #8273 from sphinx-doc/7996_man_make_section_directory
Takeshi KOMIYA
2020-10-04
1
-0
/
+6
|
\
|
*
Close #7996: manpage: Add man_make_section_directory
7996_man_make_section_directory
Takeshi KOMIYA
2020-10-03
1
-0
/
+6
*
|
autodoc: deprecate SingledispatchFunctionDocumenter
Takeshi KOMIYA
2020-10-04
1
-0
/
+10
|
/
*
Strip trailing whitespaces and normalize line endings
François Freitag
2020-10-03
4
-5
/
+5
*
Close #6518: autodoc: Add autodoc_type_aliases
Takeshi KOMIYA
2020-10-03
1
-0
/
+38
*
Fix typo: anchestor -> ancestor.
Bradley Dice
2020-09-20
1
-1
/
+1
*
Close #8081: latex: Allow to add LaTeX package until writing tex file
Takeshi KOMIYA
2020-09-21
1
-0
/
+10
*
C, recursive alias declarations
Jakob Lykke Andersen
2020-09-13
1
-0
/
+12
*
Fix some broken links
Patrick Decat
2020-09-03
1
-5
/
+5
*
Fixes minor typo in quickstart.rst
Falko Axmann
2020-08-30
1
-1
/
+1
[next]