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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '6.0.x'
Adam Turner
2023-01-05
1
-4
/
+5
|
\
|
*
imgmath: Fix relative file path (#10965)
Julien Schueller
2023-01-05
1
-4
/
+5
*
|
Move console output utilities to ``sphinx.util.display``
Adam Turner
2023-01-03
1
-1
/
+2
*
|
Document ``typing.NewType`` as a class (#10700)
Adam Turner
2023-01-02
2
-116
/
+80
*
|
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
Adam Turner
2023-01-02
3
-18
/
+22
*
|
Address SIM103 lints (#11052)
danieleades
2023-01-02
3
-17
/
+4
*
|
Use ``any`` to find elements in iterable (#11053)
danieleades
2023-01-02
3
-18
/
+17
*
|
Run pyupgrade (#11070)
Adam Turner
2023-01-02
13
-57
/
+56
*
|
Use PEP 604 types
Adam Turner
2023-01-01
17
-136
/
+136
*
|
Use PEP 595 types
Adam Turner
2023-01-01
28
-342
/
+341
*
|
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
29
-0
/
+58
*
|
Factor out HTML 4 translator (#11051)
Adam Turner
2022-12-30
6
-18
/
+18
*
|
Enable Ruff's flake8-bandit checks
Adam Turner
2022-12-29
1
-2
/
+2
*
|
Enable Ruff's pylint checks
Adam Turner
2022-12-29
1
-2
/
+1
*
|
Enable Ruff's pygrep-hooks checks
Adam Turner
2022-12-29
2
-2
/
+2
*
|
Tighten mypy 'strict optional' whitelist (#11038)
danieleades
2022-12-29
5
-34
/
+73
|
/
*
Remove unnecessary conditional import in ``sphinx.ext.napoleon`` (#11043)
Antony Lee
2022-12-29
1
-16
/
+11
*
remove blanket 'noqas'
Daniel Eades
2022-12-16
1
-1
/
+4
*
Deactivate (provisorily) Python12-dev testing (#11035)
Jean-François B
2022-12-16
2
-4
/
+4
*
Update typing ignores for mypy 0.990
Adam Turner
2022-11-13
4
-7
/
+7
*
Run the ``pyupgrade`` tool
Adam Turner
2022-10-17
5
-12
/
+12
*
Use ``ast.parse`` from the standard library
Adam Turner
2022-10-17
2
-8
/
+6
*
Prefer ``raise SystemExit`` to ``sys.exit``
Adam Turner
2022-10-17
2
-2
/
+2
*
Merge branch '5.x'
Adam Turner
2022-10-16
8
-70
/
+79
|
\
|
*
Fix performance regression for ``imgmath`` embedding (#10888)
Julien Schueller
2022-10-09
1
-61
/
+58
|
*
Don't display 'replaceable hardcoded link' when link has a slash (#10137)
Anthony Sottile
2022-10-05
1
-1
/
+5
|
*
Fix `cleanup_tempdir` in imgmath (#10895)
Julien Schueller
2022-10-05
1
-1
/
+1
|
*
Add debug logging to `autosectionlabel` (#10881)
Martin Patz
2022-10-04
1
-0
/
+3
|
*
Ensure non-builtin extensions use the proper version
Adam Turner
2022-09-30
6
-8
/
+13
*
|
Merge branch '5.x'
Adam Turner
2022-09-30
1
-2
/
+2
|
\
\
|
|
/
|
*
imgmath: Fix embed mode (#10878)
Julien Schueller
2022-09-29
1
-2
/
+2
*
|
Drop Python 3.7
Adam Turner
2022-09-27
2
-13
/
+8
*
|
Clean up after dropping Python 3.6
Adam Turner
2022-09-27
3
-9
/
+4
*
|
Merge branch '5.x'
Adam Turner
2022-09-25
4
-10
/
+8
|
\
\
|
|
/
|
*
Define extra indent as a class attribute
Adam Turner
2022-09-25
2
-1
/
+5
|
*
Fix highlighting lexers
Adam Turner
2022-09-25
2
-9
/
+3
*
|
Merge branch '5.x'
Adam Turner
2022-09-23
2
-16
/
+57
|
\
\
|
|
/
|
*
imgmath: Allow embedding images in HTML as base64 (#10816)
Julien Schueller
2022-09-23
1
-16
/
+48
|
*
Add contents entries for domain objects (#10807)
Adam Turner
2022-09-13
1
-0
/
+9
*
|
Merge branch '5.x'
Adam Turner
2022-09-09
8
-34
/
+43
|
\
\
|
|
/
|
*
Correct `is_allowed_version()`'s example tests (#10802)
Tony Narlock
2022-09-09
1
-3
/
+3
|
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
7
-31
/
+40
|
*
Remove unneeded `noqa` lint suppression comments (#10772)
danieleades
2022-08-28
1
-1
/
+1
*
|
Merge branch '5.x'
Jean-François B
2022-08-06
1
-2
/
+4
|
\
\
|
|
/
|
*
Fix flake8 5.0.0 reported formatting errors
daniel.eades
2022-08-01
1
-2
/
+4
|
*
Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)
Antony Lee
2022-07-25
1
-12
/
+22
*
|
Merge branch '5.x'
Adam Turner
2022-07-26
1
-12
/
+22
|
\
\
|
*
|
Fix ValueError popping out in `sphinx.ext.napoleon` (#10709)
Antony Lee
2022-07-25
1
-12
/
+22
|
|
/
*
|
Merge branch '5.x'
Adam Turner
2022-07-24
1
-1
/
+1
|
\
\
|
|
/
|
*
Update include_patterns implementation (#10680)
Adam Turner
2022-07-23
1
-1
/
+1
[next]