summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-054-8/+25
* Update tests for Babel 2.12 (CLDR 42)Adam Turner2023-03-051-2/+11
* Resolve lint errors from Ruff 0.0.254Adam Turner2023-03-052-2/+2
* Resolve ``flake8-return`` errorsAdam Turner2023-02-183-0/+4
* Unescape quotation marks where possibleAdam Turner2023-02-185-8/+8
* Fix pytest style issuesAdam Turner2023-02-1816-71/+44
* Avoid ``unittest.TestCase`` methodsAdam Turner2023-02-184-294/+295
* Prefer ``@pytest.fixture()``Adam Turner2023-02-187-16/+16
* Fix COM812Adam Turner2023-02-1821-139/+139
* Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147)Jeremy Maitin-Shepard2023-02-154-0/+56
* Restore correct parallel search index building (#11192)Jeremy Maitin-Shepard2023-02-151-0/+7
* Treat Python warnings as errors during testingAdam Turner2023-02-152-2/+7
* Fix Ruff bidirectional text errorsAdam Turner2023-02-111-2/+5
* Skip sphinx.locale.init_console when running tests (#11159)Jean Abou-Samra2023-01-311-0/+14
* Fix various Ruff errorsAdam Turner2023-01-312-5/+5
* Update test_config.py::test_needs_sphinx for Alabaster 0.7.13 compatJean-François B2023-01-211-7/+7
* Merge branch '6.1.x'Adam Turner2023-01-104-19/+3
|\
| * Undo parallel image changesAdam Turner2023-01-104-19/+3
* | Fix #11079 (LaTeX: figure with align disappears if not followed by text)Jean-François B2023-01-081-3/+6
* | Adopt ``profile = "black"`` for ``isort``Adam Turner2023-01-0717-46/+185
|/
* Fix copying images under parallel execution (#11100)Adam Turner2023-01-074-0/+82
* LaTeX: fix 5.1.0 bugs related to topic and contents boxes (#11102)Jean-François B2023-01-061-0/+72
* Suppress ``ValueError`` in ``apply_source_workaround`` (#11092)Adam Turner2023-01-051-2/+22
* Cache doctrees more efficientlyAdam Turner2023-01-044-5/+6
* Move XML Name pattern to ``epub3``Adam Turner2023-01-032-8/+9
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-032-84/+93
* Fix #6744: support for seealso directive should be via an environmentJean-François B2023-01-031-0/+11
* Document ``typing.NewType`` as a class (#10700)Adam Turner2023-01-025-73/+73
* Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072)Adam Turner2023-01-025-163/+169
* Rewrite IndexBuilder loadingAdam Turner2023-01-021-1/+8
* Run pyupgrade (#11070)Adam Turner2023-01-0215-70/+64
* Remove obsolete HTML keyword ``link rel="shortcut"`` (#11069)Rotzbua2023-01-011-1/+1
* Insert ``from __future__ import annotations``Adam Turner2023-01-0121-5/+46
* Happy New Year!Adam Turner2023-01-011-1/+1
* Make copyright text inclusion test date-independentAdam Turner2023-01-012-2/+2
* Merge branch '6.0.x'Adam Turner2023-01-012-10/+28
|\
| * Fix tests for Pygments 2.14Adam Turner2023-01-012-10/+28
* | Reflect changes to ``Enum`` signature in Python 3.12Adam Turner2022-12-301-1/+4
* | Add test for multi-word key names (``kbd`` role) (#10765)John Gardner2022-12-301-0/+8
* | Factor out HTML 4 translator (#11051)Adam Turner2022-12-304-18/+18
* | Enable Ruff's pylint 'PLC2201' checkAdam Turner2022-12-306-109/+117
* | Enable Ruff's flake8-bandit checksAdam Turner2022-12-291-4/+4
* | Enable Ruff's pylint checksAdam Turner2022-12-291-1/+0
* | Adopt the Ruff code linting toolAdam Turner2022-12-291-1/+1
|/
* Add test coverage for 'today_fmt' reference substitution (#10980)James Addison2022-12-292-0/+11
* remove blanket 'noqas'Daniel Eades2022-12-166-8/+8
* Deactivate (provisorily) Python12-dev testing (#11035)Jean-François B2022-12-161-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-1731-75/+68
* Prefer ``raise SystemExit`` to ``sys.exit``Adam Turner2022-10-172-6/+2
* LaTeX: switch to some nicer defaults for tables and code-blocks (#10924)Jean-François B2022-10-171-5/+7