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
...
*
Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``
Adam Turner
2023-03-05
4
-8
/
+25
*
Update tests for Babel 2.12 (CLDR 42)
Adam Turner
2023-03-05
1
-2
/
+11
*
Resolve lint errors from Ruff 0.0.254
Adam Turner
2023-03-05
2
-2
/
+2
*
Resolve ``flake8-return`` errors
Adam Turner
2023-02-18
3
-0
/
+4
*
Unescape quotation marks where possible
Adam Turner
2023-02-18
5
-8
/
+8
*
Fix pytest style issues
Adam Turner
2023-02-18
16
-71
/
+44
*
Avoid ``unittest.TestCase`` methods
Adam Turner
2023-02-18
4
-294
/
+295
*
Prefer ``@pytest.fixture()``
Adam Turner
2023-02-18
7
-16
/
+16
*
Fix COM812
Adam Turner
2023-02-18
21
-139
/
+139
*
Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147)
Jeremy Maitin-Shepard
2023-02-15
4
-0
/
+56
*
Restore correct parallel search index building (#11192)
Jeremy Maitin-Shepard
2023-02-15
1
-0
/
+7
*
Treat Python warnings as errors during testing
Adam Turner
2023-02-15
2
-2
/
+7
*
Fix Ruff bidirectional text errors
Adam Turner
2023-02-11
1
-2
/
+5
*
Skip sphinx.locale.init_console when running tests (#11159)
Jean Abou-Samra
2023-01-31
1
-0
/
+14
*
Fix various Ruff errors
Adam Turner
2023-01-31
2
-5
/
+5
*
Update test_config.py::test_needs_sphinx for Alabaster 0.7.13 compat
Jean-François B
2023-01-21
1
-7
/
+7
*
Merge branch '6.1.x'
Adam Turner
2023-01-10
4
-19
/
+3
|
\
|
*
Undo parallel image changes
Adam Turner
2023-01-10
4
-19
/
+3
*
|
Fix #11079 (LaTeX: figure with align disappears if not followed by text)
Jean-François B
2023-01-08
1
-3
/
+6
*
|
Adopt ``profile = "black"`` for ``isort``
Adam Turner
2023-01-07
17
-46
/
+185
|
/
*
Fix copying images under parallel execution (#11100)
Adam Turner
2023-01-07
4
-0
/
+82
*
LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102)
Jean-François B
2023-01-06
1
-0
/
+72
*
Suppress ``ValueError`` in ``apply_source_workaround`` (#11092)
Adam Turner
2023-01-05
1
-2
/
+22
*
Cache doctrees more efficiently
Adam Turner
2023-01-04
4
-5
/
+6
*
Move XML Name pattern to ``epub3``
Adam Turner
2023-01-03
2
-8
/
+9
*
Move console output utilities to ``sphinx.util.display``
Adam Turner
2023-01-03
2
-84
/
+93
*
Fix #6744: support for seealso directive should be via an environment
Jean-François B
2023-01-03
1
-0
/
+11
*
Document ``typing.NewType`` as a class (#10700)
Adam Turner
2023-01-02
5
-73
/
+73
*
Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)
Adam Turner
2023-01-02
5
-163
/
+169
*
Rewrite IndexBuilder loading
Adam Turner
2023-01-02
1
-1
/
+8
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
15
-70
/
+64
*
Remove obsolete HTML keyword ``link rel="shortcut"`` (#11069)
Rotzbua
2023-01-01
1
-1
/
+1
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
21
-5
/
+46
*
Happy New Year!
Adam Turner
2023-01-01
1
-1
/
+1
*
Make copyright text inclusion test date-independent
Adam Turner
2023-01-01
2
-2
/
+2
*
Merge branch '6.0.x'
Adam Turner
2023-01-01
2
-10
/
+28
|
\
|
*
Fix tests for Pygments 2.14
Adam Turner
2023-01-01
2
-10
/
+28
*
|
Reflect changes to ``Enum`` signature in Python 3.12
Adam Turner
2022-12-30
1
-1
/
+4
*
|
Add test for multi-word key names (``kbd`` role) (#10765)
John Gardner
2022-12-30
1
-0
/
+8
*
|
Factor out HTML 4 translator (#11051)
Adam Turner
2022-12-30
4
-18
/
+18
*
|
Enable Ruff's pylint 'PLC2201' check
Adam Turner
2022-12-30
6
-109
/
+117
*
|
Enable Ruff's flake8-bandit checks
Adam Turner
2022-12-29
1
-4
/
+4
*
|
Enable Ruff's pylint checks
Adam Turner
2022-12-29
1
-1
/
+0
*
|
Adopt the Ruff code linting tool
Adam Turner
2022-12-29
1
-1
/
+1
|
/
*
Add test coverage for 'today_fmt' reference substitution (#10980)
James Addison
2022-12-29
2
-0
/
+11
*
remove blanket 'noqas'
Daniel Eades
2022-12-16
6
-8
/
+8
*
Deactivate (provisorily) Python12-dev testing (#11035)
Jean-François B
2022-12-16
1
-1
/
+1
*
Run the ``pyupgrade`` tool
Adam Turner
2022-10-17
31
-75
/
+68
*
Prefer ``raise SystemExit`` to ``sys.exit``
Adam Turner
2022-10-17
2
-6
/
+2
*
LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)
Jean-François B
2022-10-17
1
-5
/
+7
[prev]
[next]