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 6.1.2 final
v6.1.2
Adam Turner
2023-01-07
2
-4
/
+4
*
Add note to CHANGES for PR 11100
Adam Turner
2023-01-07
1
-0
/
+1
*
Fix copying images under parallel execution (#11100)
Adam Turner
2023-01-07
8
-16
/
+110
*
Ignore more checks in Ruff 0.0.213
Adam Turner
2023-01-07
1
-0
/
+3
*
Markup typo in docs
Jean-François B
2023-01-07
1
-1
/
+1
*
LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102)
Jean-François B
2023-01-06
5
-18
/
+135
*
Bump to 6.1.1 final
v6.1.1
Adam Turner
2023-01-05
2
-19
/
+4
*
Suppress ``ValueError`` in ``apply_source_workaround`` (#11092)
Adam Turner
2023-01-05
3
-3
/
+28
*
Bump version
Adam Turner
2023-01-05
2
-3
/
+24
*
Bump to 6.1.0 final
v6.1.0
Adam Turner
2023-01-05
2
-7
/
+4
*
Fix deprecation warnings
Adam Turner
2023-01-05
2
-3
/
+3
*
Merge branch '6.0.x'
Adam Turner
2023-01-05
3
-18
/
+11
|
\
|
*
Bump to 6.0.1 final
v6.0.1
Adam Turner
2023-01-05
2
-16
/
+4
|
*
Add note for Pygments
Adam Turner
2023-01-05
1
-0
/
+2
|
*
imgmath: Fix relative file path (#10965)
Julien Schueller
2023-01-05
2
-4
/
+7
*
|
Add SIM113 lint (#11057)
danieleades
2023-01-05
3
-2
/
+2
*
|
Add missing default arguments in sphinx-apidoc.rst (#11084)
jgart
2023-01-05
1
-2
/
+2
*
|
Remove flake8 plugins in favour of Ruff (#11085)
danieleades
2023-01-05
2
-4
/
+1
*
|
Suppress lint failures from Ruff 0.0.211 (#11086)
danieleades
2023-01-05
1
-0
/
+4
*
|
Updated CHANGES for Sphinx 6.1.0
Adam Turner
2023-01-04
1
-0
/
+44
*
|
Cache doctrees between reading and writing phases
Adam Turner
2023-01-04
2
-1
/
+11
*
|
Cache doctrees more efficiently
Adam Turner
2023-01-04
7
-15
/
+25
*
|
Move XML Name pattern to ``epub3``
Adam Turner
2023-01-03
4
-35
/
+31
*
|
Move exception formatting utilities to ``sphinx.util.exceptions``
Adam Turner
2023-01-03
4
-72
/
+89
*
|
Deprecate ``path_stabilize`` via ``deprecated_alias``
Adam Turner
2023-01-03
1
-10
/
+5
*
|
Fix #11074: Can't change sphinxnote to use sphinxheavybox
Jean-François B
2023-01-03
2
-0
/
+41
*
|
Move HTTP-date formatting utils to `utils.http_date`
Adam Turner
2023-01-03
4
-16
/
+37
*
|
Move console output utilities to ``sphinx.util.display``
Adam Turner
2023-01-03
15
-183
/
+240
*
|
Update ruff configuration
Adam Turner
2023-01-03
2
-5
/
+1
*
|
Trim duplicate in sphinxlatexadmonitions.sty latex code
Jean-François B
2023-01-03
1
-5
/
+0
*
|
Fix #6744: support for seealso directive should be via an environment
Jean-François B
2023-01-03
6
-4
/
+31
*
|
Add 6.1.0 section to CHANGES
Jean-François B
2023-01-03
1
-0
/
+21
*
|
Document ``typing.NewType`` as a class (#10700)
Adam Turner
2023-01-02
7
-189
/
+153
*
|
Document autosummary template variable "objtype" (#11044)
Tim Hoffmann
2023-01-02
1
-0
/
+6
*
|
De-glob mypy whitelist for 'sphinx.domains.*' (#11064)
danieleades
2023-01-02
15
-98
/
+164
*
|
Shrink mypy whitelist for 'util.nodes' module (#11061)
danieleades
2023-01-02
2
-6
/
+5
*
|
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
Adam Turner
2023-01-02
12
-251
/
+305
*
|
Make MyPy happy
Adam Turner
2023-01-02
2
-6
/
+6
*
|
Move tasks into parallel writing
Adam Turner
2023-01-02
1
-9
/
+8
*
|
Rewrite IndexBuilder loading
Adam Turner
2023-01-02
3
-65
/
+159
*
|
Use ``re`` flags
Adam Turner
2023-01-02
5
-23
/
+23
*
|
Cosmetic refactor of ``_entries_from_toctree``
Adam Turner
2023-01-02
1
-29
/
+22
*
|
Don't re-read doctrees from disk unnecessarily
Adam Turner
2023-01-02
1
-5
/
+12
*
|
Add faster ``TocTree._toctree_copy`` method (#10988)
hofmandl1
2023-01-02
1
-25
/
+28
*
|
Use ``finally`` to terminate parallel processes (#10952)
Philip Meier
2023-01-02
1
-2
/
+1
*
|
Address SIM103 lints (#11052)
danieleades
2023-01-02
9
-60
/
+15
*
|
Shrink 'any-generics' whitelist for 'writers' module (#10867)
danieleades
2023-01-02
4
-9
/
+11
*
|
Add SIM905 lint (#11055)
danieleades
2023-01-02
1
-1
/
+1
*
|
Use ``any`` to find elements in iterable (#11053)
danieleades
2023-01-02
9
-37
/
+39
*
|
Fix typos in `usage/configuration.rst` (#10834)
Harrissou Sant-anna
2023-01-02
1
-3
/
+3
[next]