summaryrefslogtreecommitdiff
path: root/sphinx/ext/duration.py
Commit message (Expand)AuthorAgeFilesLines
* Remove 'sphinx.ext.duration' from the mypy whitelist (#11404)danieleades2023-05-121-1/+1
* Use PEP 595 typesAdam Turner2023-01-011-5/+5
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Ensure non-builtin extensions use the proper versionAdam Turner2022-09-301-1/+2
* 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
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* refactor: Update type annotations in sphinx.ext.*Takeshi KOMIYA2020-02-161-2/+2
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Close #6446: Add sphinx.ext.durations to inspect durations of buildTakeshi KOMIYA2019-12-161-0/+96