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
Commit message (
Expand
)
Author
Age
Files
Lines
*
napoleon: simplify seealso transformation
cleanup_napoleon
Takeshi KOMIYA
2020-10-30
1
-4
/
+3
*
napoleon: Remove unused function
Takeshi KOMIYA
2020-10-30
1
-19
/
+0
*
Merge pull request #8051 from keewis/fix-see_also
Takeshi KOMIYA
2020-10-30
1
-25
/
+43
|
\
|
*
always use :obj: instead of searching the inventory
Keewis
2020-08-07
1
-34
/
+2
|
*
translate the functions before attempting to find a matching role
Keewis
2020-08-06
1
-0
/
+22
|
*
ignore the mypy error on possibly failing attribute lookup
Keewis
2020-08-06
1
-1
/
+1
|
*
fix the tests by falling back to a empty dict on AttributeError
Keewis
2020-08-04
1
-1
/
+5
|
*
search the role for See Also items in the intersphinx inventory
Keewis
2020-08-04
1
-0
/
+24
*
|
Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloads
Takeshi KOMIYA
2020-10-28
9
-16
/
+41
|
\
\
|
*
\
Merge pull request #8304 from hoefling/master
Takeshi KOMIYA
2020-10-28
1
-0
/
+15
|
|
\
\
|
|
*
|
change markers list name to DEFAULT_ENABLED_MARKERS
oleg.hoefling
2020-10-25
1
-2
/
+2
|
|
*
|
rename public markers to default markers
oleg.hoefling
2020-10-25
1
-2
/
+2
|
|
*
|
more meaningful name for the public markers list
oleg.hoefling
2020-10-25
1
-2
/
+2
|
|
*
|
move registration of public markers to sphinx.testing.fixtures
oleg.hoefling
2020-10-25
1
-0
/
+15
|
*
|
|
Merge pull request #8316 from foster999/patch-1
Takeshi KOMIYA
2020-10-28
1
-2
/
+3
|
|
\
\
\
|
|
*
|
|
Prevent arrow key changing page on buttons
David Foster
2020-10-14
1
-2
/
+3
|
*
|
|
|
Merge pull request #8333 from mgeier/theme-css-after-pygments
Takeshi KOMIYA
2020-10-27
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
Override Pygments CSS with theme CSS
Matthias Geier
2020-10-24
1
-1
/
+1
|
*
|
|
|
|
Merge pull request #8340 from tk0miya/8298_quickstart_no-sep_option
Takeshi KOMIYA
2020-10-27
1
-1
/
+3
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option
Takeshi KOMIYA
2020-10-26
1
-1
/
+3
|
*
|
|
|
|
|
Fix unnecessary load of images when parsing the document text for search func...
Jan Vojt
2020-10-27
1
-4
/
+4
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge pull request #8216 from glikely/fix-oneside-latex
Takeshi KOMIYA
2020-10-26
1
-6
/
+9
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Merge branch '3.x' into fix-oneside-latex
Jean-François B
2020-10-23
93
-249
/
+415
|
|
|
\
\
\
\
|
|
|
|
|
/
/
|
|
|
|
/
|
|
|
|
*
|
|
|
Fix 'oneside' latex output
Grant Likely
2020-09-16
1
-6
/
+9
|
*
|
|
|
|
Merge pull request #8338 from mgeier/autodoc-slots-str
Takeshi KOMIYA
2020-10-25
1
-1
/
+4
|
|
\
\
\
\
\
|
|
*
|
|
|
|
autodoc: check whether __slots__ is a str
Matthias Geier
2020-10-24
1
-1
/
+4
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #8332 from sphinx-doc/8321_linkcheck_tel_links
Takeshi KOMIYA
2020-10-25
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Fix #8321: linkcheck: ``tel:`` schema hyperlinks are detected as errors
8321_linkcheck_tel_links
Takeshi KOMIYA
2020-10-24
1
-1
/
+1
|
*
|
|
|
|
|
basic CSS: disable "user-select" on span.linenos
Matthias Geier
2020-10-24
1
-0
/
+1
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Fix #7785: autodoc_typehints=none does not effect to overloads
Takeshi KOMIYA
2020-10-24
1
-3
/
+7
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc
Takeshi KOMIYA
2020-10-24
1
-1
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
Fix #8289: Allow to suppress "duplicated ToC entry found" warnings from epub ...
Thomas Grainger
2020-10-05
1
-1
/
+6
*
|
|
|
|
|
Merge pull request #8307 from francoisfreitag/daemon
Takeshi KOMIYA
2020-10-24
1
-2
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Linkcheck: Use Thread daemon argument
François Freitag
2020-10-11
1
-2
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #8319 from felixonmars/patch-1
Takeshi KOMIYA
2020-10-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Correct a typo in texinfo.py
Felix Yan
2020-10-18
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge branch '3.x' into 3.2.x_to_3.x
Takeshi KOMIYA
2020-10-24
104
-296
/
+530
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #8283 from tk0miya/7786_overloads_in_other_file
Takeshi KOMIYA
2020-10-06
1
-12
/
+18
|
|
\
\
\
\
|
|
*
|
|
|
Fix #7786: autodoc: can't detect overloaded methods defined in other file
Takeshi KOMIYA
2020-10-05
1
-12
/
+18
|
|
|
/
/
/
|
*
|
|
|
Merge pull request #8281 from tk0miya/8073_update_directive_example
Takeshi KOMIYA
2020-10-06
1
-4
/
+5
|
|
\
\
\
\
|
|
*
|
|
|
docs: Fix an example for add_directive()
Takeshi KOMIYA
2020-10-04
1
-4
/
+5
|
*
|
|
|
|
Merge pull request #8280 from tk0miya/refactor_add_source_parser
Takeshi KOMIYA
2020-10-06
2
-4
/
+5
|
|
\
\
\
\
\
|
|
*
|
|
|
|
refactor: Change signature of app.add_source_parser()
Takeshi KOMIYA
2020-10-04
2
-4
/
+5
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge pull request #8279 from tk0miya/8073_add_docs_for_override_flag
Takeshi KOMIYA
2020-10-06
1
-2
/
+49
|
|
\
\
\
\
\
|
|
*
|
|
|
|
docs: Add documentation for "override" flag of app API
Takeshi KOMIYA
2020-10-04
1
-2
/
+49
|
|
|
/
/
/
/
|
*
|
|
|
|
Fix #8255: py domain: number in defarg is changed to decimal
Takeshi KOMIYA
2020-10-05
1
-12
/
+13
|
*
|
|
|
|
pycode: ast.unparse() construct number literals using source code
Takeshi KOMIYA
2020-10-05
1
-2
/
+9
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch '3.x' into 8200_typealias_break_type_annotation
Takeshi KOMIYA
2020-10-04
10
-22
/
+68
|
|
\
\
\
\
|
|
*
\
\
\
Merge pull request #8273 from sphinx-doc/7996_man_make_section_directory
Takeshi KOMIYA
2020-10-04
1
-2
/
+8
|
|
|
\
\
\
\
|
|
|
*
|
|
|
Close #7996: manpage: Add man_make_section_directory
7996_man_make_section_directory
Takeshi KOMIYA
2020-10-03
1
-2
/
+8
[next]