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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #7996: manpage: Add man_make_section_directory
7996_man_make_section_directory
Takeshi KOMIYA
2020-10-03
1
-0
/
+7
*
Merge pull request #8272 from francoisfreitag/strip_whitespaces
Takeshi KOMIYA
2020-10-03
9
-30
/
+30
|
\
|
*
Strip trailing whitespaces and normalize line endings
François Freitag
2020-10-03
9
-30
/
+30
*
|
Merge pull request #8269 from francoisfreitag/raise-anchor
Takeshi KOMIYA
2020-10-03
3
-0
/
+39
|
\
\
|
|
/
|
/
|
|
*
Fix #8268: make linkcheck report HTTP errors
François Freitag
2020-10-03
3
-0
/
+39
*
|
Close #6518: autodoc: Add autodoc_type_aliases
Takeshi KOMIYA
2020-10-03
2
-0
/
+73
|
/
*
Merge pull request #8142 from jcarrano/typing-generic-signatures
Takeshi KOMIYA
2020-10-03
2
-0
/
+27
|
\
|
*
autodoc: blacklist typing.Generic.__new__
Juan Carrano
2020-08-21
1
-1
/
+0
|
*
autodoc: Test the signature of typing.Generic subclasses.
Juan Carrano
2020-08-21
2
-0
/
+28
*
|
respond to review comments
Robert Cohn
2020-10-01
1
-2
/
+1
*
|
add parallel to SphinxTestApp
Robert Cohn
2020-09-30
1
-0
/
+6
*
|
Merge branch '3.x' into 8190_autodoc-process-docstring-without_ending_blankline
Takeshi KOMIYA
2020-09-21
3
-1
/
+34
|
\
\
|
*
\
Merge branch '3.x' into 8103_cached_property
Takeshi KOMIYA
2020-09-13
7
-38
/
+115
|
|
\
\
|
|
*
\
Merge branch '3.2.x' into 3.x
Takeshi KOMIYA
2020-09-13
1
-1
/
+7
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Fix our test failed with pygments-2.7.0
Takeshi KOMIYA
2020-09-13
1
-1
/
+7
|
*
|
|
Fix #8103: autodoc: cached_property is not considered as a property
Takeshi KOMIYA
2020-08-13
2
-0
/
+27
*
|
|
|
Fix #8190: autodoc: parse error for docstring w/o ending blank lines
Takeshi KOMIYA
2020-09-12
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge tag 'v3.2.1' into 3.x
Takeshi KOMIYA
2020-08-14
2
-0
/
+30
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKING
Takeshi KOMIYA
2020-08-14
2
-8
/
+8
|
|
\
\
|
*
|
|
Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKING
Takeshi KOMIYA
2020-08-13
2
-0
/
+30
*
|
|
|
Merge branch '3.2.x' into 3.x
Takeshi KOMIYA
2020-08-14
3
-37
/
+60
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
C and C++, parsing function attributes
Jakob Lykke Andersen
2020-08-13
2
-8
/
+7
|
*
|
|
C++, fix template template parameter parsing
Jakob Lykke Andersen
2020-08-13
1
-0
/
+1
|
|
/
/
|
*
|
default to False and update the tests
Keewis
2020-08-12
1
-29
/
+31
|
*
|
only preprocess if the preprocessor is enabled
Keewis
2020-08-10
1
-0
/
+21
|
|
/
*
|
Merge pull request #8058 from nijel/single-domain
Takeshi KOMIYA
2020-08-14
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
i18n: Add support for having single text domain
Michal Čihař
2020-08-07
1
-0
/
+18
*
|
Fix #8041: autodoc: An ivar on super class is not shown unexpectedly
Takeshi KOMIYA
2020-08-08
2
-7
/
+43
*
|
Fix #7780: napoleon: multiple params declaration was wrongly recognized
Takeshi KOMIYA
2020-08-07
1
-0
/
+26
*
|
napoleon: Fix a broken test (refs: #8049)
Takeshi KOMIYA
2020-08-07
1
-1
/
+1
*
|
Merge pull request #8049 from keewis/type-preprocessing-without-use_param
Takeshi KOMIYA
2020-08-07
1
-48
/
+48
|
\
\
|
|
/
|
/
|
|
*
preprocess even with napoleon_use_param = False
Keewis
2020-08-04
1
-48
/
+48
*
|
Merge pull request #7799 from keewis/escape-combined-args-kwargs
Takeshi KOMIYA
2020-08-06
1
-0
/
+34
|
\
\
|
*
|
remove the syntax checks from the escape method and update the tests
Keewis
2020-08-05
1
-22
/
+9
|
*
|
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-08-04
13
-38
/
+162
|
|
\
\
|
*
\
\
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-07-25
43
-103
/
+674
|
|
\
\
\
|
*
|
|
|
add tests to make sure the warning is raised
Keewis
2020-07-13
1
-0
/
+45
|
*
|
|
|
add a test for combined args and kwargs
Keewis
2020-06-08
1
-0
/
+17
*
|
|
|
|
Merge pull request #8025 from tk0miya/6698_no-trim-flags
Takeshi KOMIYA
2020-08-06
2
-1
/
+32
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Close #6698: doctest: Add :no-trim-doctest-flags: options
Takeshi KOMIYA
2020-08-05
2
-1
/
+32
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #8021 from keewis/fix-type-preprocessor
Takeshi KOMIYA
2020-08-05
1
-18
/
+52
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
make sure strings are not split using other delimiters
Keewis
2020-08-04
1
-0
/
+2
|
*
|
|
check that a "default <obj>" notation works with xrefs
Keewis
2020-08-04
1
-0
/
+2
|
*
|
|
check that floats and complex numbers are detected as literals
Keewis
2020-08-01
1
-0
/
+2
|
*
|
|
use a regex to decide whether to postprocess a token starting with default
Keewis
2020-08-01
1
-0
/
+2
|
*
|
|
Merge branch '3.x' into fix-type-preprocessor
Keewis
2020-08-01
1
-0
/
+14
|
|
\
\
\
|
*
|
|
|
properly link ... to Ellipsis
Keewis
2020-07-31
1
-2
/
+6
|
*
|
|
|
add tests for referencing ellipsis objects
Keewis
2020-07-29
1
-2
/
+2
|
*
|
|
|
add more delimiters so describing mappings becomes possible
Keewis
2020-07-29
1
-0
/
+8
|
*
|
|
|
make the postprocessing a bit more robust and add tests
Keewis
2020-07-29
1
-0
/
+14
[next]