summaryrefslogtreecommitdiff
path: root/sphinx/testing/util.py
Commit message (Expand)AuthorAgeFilesLines
* Resolve lint errors from Ruff 0.0.259Adam Turner2023-03-231-1/+1
* Fix COM812Adam Turner2023-02-181-1/+1
* Fix various Ruff errorsAdam Turner2023-01-311-2/+4
* Cache doctrees more efficientlyAdam Turner2023-01-041-0/+4
* Run pyupgrade (#11070)Adam Turner2023-01-021-8/+8
* Use PEP 604 typesAdam Turner2023-01-011-9/+9
* Use PEP 595 typesAdam Turner2023-01-011-5/+5
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Shink the strict optional whitelist (#10800)danieleades2022-09-091-2/+2
* Fix some static typing errors (#10745)danieleades2022-08-141-7/+16
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-3/+3
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Close #9524: test: SphinxTestApp can take ``builddir`` as an argumentTakeshi KOMIYA2021-08-151-4/+7
* refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-2/+2
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-2/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-2/+1
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-031-4/+2
|\ \ | |/
| * add parallel to SphinxTestAppRobert Cohn2020-09-301-2/+2
| * Close #8081: latex: Allow to add LaTeX package until writing tex fileTakeshi KOMIYA2020-09-211-2/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-07-111-0/+11
|\ \ | |/
| * fix lintYuxin Wu2020-07-051-3/+1
| * show docs for decorated special functionsYuxin Wu2020-07-051-0/+13
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-10/+1
|/
* Close #7341: py domain: type annotations are converted to cross refsTakeshi KOMIYA2020-03-221-1/+1
* refactor: Update type annotations in sphinx.testing.*Takeshi KOMIYA2020-02-231-1/+5
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-4/+4
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-3/+3
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-4/+4
* Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-4/+4
|\
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-4/+4
* | Migrate to py3 style type annotation: sphinx.testing.utilTakeshi KOMIYA2019-07-061-36/+18
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+2
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-3/+3
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-10/+9
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-4/+4
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-1/+1