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
*
intersphinx role: :external+inv:**: instead of :external:inv+**:
Jakob Lykke Andersen
2022-01-16
1
-2
/
+2
*
intersphinx role, hax role name to preserve case
Jakob Lykke Andersen
2022-01-16
1
-1
/
+1
*
intersphinx role: new inventory parsing from role name
Jakob Lykke Andersen
2022-01-16
2
-1
/
+41
*
intersphinx role, implement warning scheme
Jakob Lykke Andersen
2022-01-16
2
-36
/
+23
*
intersphinx role, update based on merged refactoring
Jakob Lykke Andersen
2022-01-16
1
-0
/
+2
*
intersphinx: explicitly parse out inventory specification
Jakob Lykke Andersen
2022-01-16
2
-0
/
+3
*
intersphinx role: rename to 'external'
Jakob Lykke Andersen
2022-01-16
1
-16
/
+16
*
intersphinx: more role testing
Jakob Lykke Andersen
2022-01-16
2
-27
/
+29
*
intersphinx: Add :intersphinx:***: role
Takeshi KOMIYA
2022-01-16
3
-0
/
+58
*
Merge pull request #10078 from danieleades/refactor/unused-loop-control-varia...
Takeshi KOMIYA
2022-01-16
3
-5
/
+5
|
\
|
*
Update tests/test_ext_napoleon.py
danieleades
2022-01-14
1
-1
/
+1
|
*
address some unused loop control variables (B007)
Daniel Eades
2022-01-12
3
-5
/
+5
*
|
Merge pull request #10097 from tk0miya/10029_strip_value_from_cmdoption
Takeshi KOMIYA
2022-01-16
1
-4
/
+5
|
\
\
|
*
|
Fix #9981: std domain: Strip value part of the option directive from genindex
Takeshi KOMIYA
2022-01-14
1
-4
/
+5
|
|
/
*
|
Merge pull request #10101 from Gobot1234/4.x
Takeshi KOMIYA
2022-01-16
1
-0
/
+12
|
\
\
|
*
|
Update tests/test_ext_napoleon_docstring.py
James Hilton-Balfe
2022-01-15
1
-1
/
+1
|
*
|
Fix formatting
James Hilton-Balfe
2022-01-15
1
-2
/
+1
|
*
|
Add a test for this
James Hilton-Balfe
2022-01-15
1
-1
/
+14
*
|
|
Fix a flake8 warning
Takeshi KOMIYA
2022-01-15
1
-0
/
+1
*
|
|
Merge branch '4.x' into HEAD
Takeshi KOMIYA
2022-01-15
123
-427
/
+1547
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
In translated docs, sort glossaries by translated terms
Jean Abou Samra
2022-01-12
3
-42
/
+97
|
*
|
use 'callable' to check if object is callable (B004)
Daniel Eades
2022-01-10
1
-1
/
+1
|
*
|
Merge pull request #10051 from tk0miya/9777_quotes_in_manpage
Takeshi KOMIYA
2022-01-03
1
-1
/
+6
|
|
\
\
|
|
*
|
test: manpage: double quotes are escaped since docutils-0.18
Takeshi KOMIYA
2022-01-03
1
-1
/
+6
|
*
|
|
test: Migrate to Node.findall() from Node.traverse()
Takeshi KOMIYA
2022-01-03
5
-22
/
+22
|
|
/
/
|
*
|
Migrate to Node.findall() from Node.traverse()
Takeshi KOMIYA
2022-01-03
4
-6
/
+6
|
*
|
Merge pull request #10042 from tk0miya/9820_distutils
Takeshi KOMIYA
2022-01-02
1
-1
/
+1
|
|
\
\
|
|
*
|
refactor: Reduce usages of distutils (refs: #9820)
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
|
*
|
|
Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_bases
Takeshi KOMIYA
2022-01-02
7
-6
/
+121
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Fix #10027: autodoc_typehints_format does not work with :show-inheritance:
Takeshi KOMIYA
2022-01-01
6
-6
/
+81
|
|
*
|
Add `mode` parameter to sphinx.util.typing:restify()
Takeshi KOMIYA
2022-01-01
1
-0
/
+40
|
*
|
|
Merge branch '4.3.x' into 4.x
Takeshi KOMIYA
2022-01-01
101
-101
/
+101
|
|
\
\
\
|
|
*
|
|
A happy new year!
Takeshi KOMIYA
2022-01-01
101
-101
/
+101
|
*
|
|
|
Merge pull request #10021 from tk0miya/10015_typehints_format_with_typehints_...
Takeshi KOMIYA
2021-12-29
2
-4
/
+25
|
|
\
\
\
\
|
|
*
|
|
|
Fix #10015: autodoc: autodoc_typehints_format='short' does not work when auto...
Takeshi KOMIYA
2021-12-27
1
-3
/
+3
|
|
*
|
|
|
Fix py domain: "typing" types are not hyperlinked in info-field-list
Takeshi KOMIYA
2021-12-27
1
-1
/
+22
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge pull request #10018 from tk0miya/10013_add_async_js_file
Takeshi KOMIYA
2021-12-27
1
-0
/
+14
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Close #10013: html: Allow to change the loading method of JavaScript
Takeshi KOMIYA
2021-12-25
1
-0
/
+14
|
*
|
|
|
Merge branch '4.x' into 9194_Literal_type_not_hyperlinked
Takeshi KOMIYA
2021-12-26
1
-2
/
+2
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
autodoc: Rename autodoc_unqualified_typehints to autodoc_typehints_format (re...
Takeshi KOMIYA
2021-12-24
1
-2
/
+2
|
|
|
/
/
|
*
|
|
Fix testcase in py36 case
Takeshi KOMIYA
2021-12-26
1
-6
/
+1
|
*
|
|
refactor: Merge arguments of sphinx.util.typing:stringify()
Takeshi KOMIYA
2021-12-26
2
-155
/
+157
|
*
|
|
Fix #9194: autodoc: Prepend the "typing" module name on the signature
Takeshi KOMIYA
2021-12-26
6
-28
/
+57
|
*
|
|
py domain: Suppress the leading "typing." module from typehints
Takeshi KOMIYA
2021-12-25
1
-2
/
+2
|
*
|
|
Fix #9194: autodoc: types in typing module are not hyperlinked
Takeshi KOMIYA
2021-12-25
1
-1
/
+3
|
*
|
|
Fix autodoc: Failed to parse Literal type in py36 and py37
Takeshi KOMIYA
2021-12-25
1
-0
/
+9
|
|
/
/
|
*
|
Close #9993: std domain: Allow to refer an inline target via ref role
Takeshi KOMIYA
2021-12-21
1
-0
/
+9
|
*
|
Merge pull request #9992 from tk0miya/debug_print
Takeshi KOMIYA
2021-12-19
1
-1
/
+0
|
|
\
\
|
|
*
|
test: Remove debug print
Takeshi KOMIYA
2021-12-19
1
-1
/
+0
|
*
|
|
Merge pull request #9987 from tk0miya/9968_ivar_not_shown
Takeshi KOMIYA
2021-12-19
1
-0
/
+15
|
|
\
\
\
[next]