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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump to 3.2.1 final
v3.2.1
Takeshi KOMIYA
2020-08-14
2
-38
/
+5
*
Merge pull request #8108 from tk0miya/8099_NameError_for_TYPE_CHECKING
Takeshi KOMIYA
2020-08-14
4
-0
/
+37
|
\
|
*
Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKING
Takeshi KOMIYA
2020-08-14
6
-14
/
+47
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #8117 from jakobandersen/c_cpp_function_attributes
Jakob Lykke Andersen
2020-08-13
6
-14
/
+44
|
\
\
|
*
|
C and C++, parsing function attributes
Jakob Lykke Andersen
2020-08-13
6
-14
/
+44
|
/
/
*
|
Merge pull request #8113 from jakobandersen/cpp_template_template
Jakob Lykke Andersen
2020-08-13
3
-0
/
+3
|
\
\
|
*
|
C++, fix template template parameter parsing
Jakob Lykke Andersen
2020-08-13
3
-0
/
+3
|
/
/
|
*
Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING
Takeshi KOMIYA
2020-08-13
4
-0
/
+37
|
/
*
Update CHANGES for PR #8095
Takeshi KOMIYA
2020-08-13
1
-0
/
+5
*
Merge pull request #8095 from keewis/toggle-preprocessor
Takeshi KOMIYA
2020-08-13
3
-35
/
+64
|
\
|
*
default to False and update the tests
Keewis
2020-08-12
2
-32
/
+34
|
*
fix a typo
Keewis
2020-08-10
1
-1
/
+1
|
*
only preprocess if the preprocessor is enabled
Keewis
2020-08-10
2
-5
/
+27
|
*
add a setting to disable the type preprocessor
Keewis
2020-08-10
1
-1
/
+6
*
|
Merge pull request #8092 from tk0miya/8085_AttributeError_on_get_type_hints
Takeshi KOMIYA
2020-08-12
2
-0
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix #8091: autodoc: AttributeError is raised on documenting an attribute
Takeshi KOMIYA
2020-08-10
2
-0
/
+8
|
/
*
Merge branch '8084_KeyError_for_broken_class' into 3.2.x
Takeshi KOMIYA
2020-08-10
2
-0
/
+8
|
\
|
*
Fix #8084: autodoc: KeyError is raised on documenting a broken attribute
Takeshi KOMIYA
2020-08-09
2
-0
/
+9
*
|
Fix #8074: napoleon: Crashes during processing C-ext module
Takeshi KOMIYA
2020-08-09
2
-1
/
+6
|
/
*
Bump version
Takeshi KOMIYA
2020-08-08
2
-3
/
+24
*
Bump version
Takeshi KOMIYA
2020-08-08
2
-3
/
+24
*
Bump to 3.2.0 final
v3.2.0
Takeshi KOMIYA
2020-08-08
1
-8
/
+2
*
Merge CHANGES of 3.1.3 (unreleased) to 3.2.0
Takeshi KOMIYA
2020-08-08
1
-25
/
+0
*
Update CHANGES for PR #8071
Takeshi KOMIYA
2020-08-08
1
-0
/
+1
*
Merge pull request #8071 from asmeurer/self-reference-warning-type
Takeshi KOMIYA
2020-08-08
1
-1
/
+3
|
\
|
*
Make the toc.circular suppress_warnings flag apply to self referenced toctrees
Aaron Meurer
2020-08-07
1
-1
/
+3
|
/
*
Merge pull request #8038 from keewis/custom-get_documenter
Takeshi KOMIYA
2020-08-08
1
-2
/
+11
|
\
|
*
update the type hint
Keewis
2020-08-07
1
-1
/
+1
|
*
return a documenter instance instead of just the class
Keewis
2020-08-07
1
-4
/
+4
|
*
add a create_documenter method wrapping get_documenter
Keewis
2020-08-07
1
-1
/
+10
|
*
revert the dispatcher changes
Keewis
2020-08-07
3
-29
/
+1
|
*
Merge branch '3.x' into custom-get_documenter
Keewis
2020-08-02
5
-10
/
+80
|
|
\
|
*
|
fix the calls of the custom documenter functions
Keewis
2020-08-02
1
-2
/
+2
|
*
|
actually use it as a method
Keewis
2020-08-02
1
-1
/
+1
|
*
|
Merge branch '3.x' into custom-get_documenter
Keewis
2020-08-02
15
-64
/
+203
|
|
\
\
|
*
|
|
convert to a method
Keewis
2020-08-02
1
-20
/
+19
|
*
|
|
implement the dispatching
Keewis
2020-08-02
1
-1
/
+21
|
*
|
|
allow registering custom get_documenter functions
Keewis
2020-08-02
2
-0
/
+9
*
|
|
|
Merge pull request #8042 from tk0miya/8041_ivar_on_superclass_not_shown
Takeshi KOMIYA
2020-08-08
5
-15
/
+84
|
\
\
\
\
|
*
|
|
|
Fix #8041: autodoc: An ivar on super class is not shown unexpectedly
Takeshi KOMIYA
2020-08-08
5
-15
/
+84
|
/
/
/
/
*
|
|
|
Merge pull request #8056 from tk0miya/7780_multi_params_in_numpydoc
Takeshi KOMIYA
2020-08-07
3
-4
/
+37
|
\
\
\
\
|
*
|
|
|
Fix #7780: napoleon: multiple params declaration was wrongly recognized
Takeshi KOMIYA
2020-08-07
3
-4
/
+37
*
|
|
|
|
Merge pull request #8065 from tk0miya/8049_update_testcase
Takeshi KOMIYA
2020-08-07
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
napoleon: Fix a broken test (refs: #8049)
Takeshi KOMIYA
2020-08-07
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Update CHANGES for PR #8049
Takeshi KOMIYA
2020-08-07
1
-0
/
+2
*
|
|
|
Merge pull request #8049 from keewis/type-preprocessing-without-use_param
Takeshi KOMIYA
2020-08-07
3
-63
/
+55
|
\
\
\
\
|
*
|
|
|
document that we don't require use_param = True anymore
Keewis
2020-08-04
1
-1
/
+1
|
*
|
|
|
preprocess even with napoleon_use_param = False
Keewis
2020-08-04
2
-62
/
+54
*
|
|
|
|
Merge pull request #8064 from mattdocumatt/3.x
Takeshi KOMIYA
2020-08-07
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Add link to third party themes on GitLab
Matt from Documatt
2020-08-07
1
-1
/
+2
|
/
/
/
/
/
[next]