Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd`` | Adam Turner | 2023-03-05 | 1 | -7/+21 |
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -1/+1 |
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -3/+3 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -3/+3 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -1/+3 |
* | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -1/+1 |
* | Add `include_patterns` as the opposite of `exclude_patterns` (#10518) | Adam Turner | 2022-07-17 | 1 | -0/+7 |
* | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-19 | 1 | -9/+1 |
|\ | |||||
| * | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| * | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| * | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | address some unused loop control variables (B007) | Daniel Eades | 2022-01-12 | 1 | -1/+1 |
* | | Merge branch '4.x' | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | | refactor: Remove RemovedInSphinx50Warning (partially) | Takeshi KOMIYA | 2021-12-17 | 1 | -16/+0 |
|/ | |||||
* | refactor: use raw Type for type annotations | Takeshi KOMIYA | 2021-04-04 | 1 | -1/+1 |
* | refactor: Use PEP-526 based variable annotation (sphinx.util) | Takeshi KOMIYA | 2021-03-10 | 1 | -1/+1 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Fix a flake8 violation | Takeshi KOMIYA | 2020-12-20 | 1 | -0/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-20 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | Deprecate sphinx.util.osutil.movefile() in favor of os.replace() | Jon Dufresne | 2020-12-13 | 1 | -1/+4 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | explicitly specify encoding=utf-8 in apidoc | wolfpan | 2020-11-23 | 1 | -2/+2 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -2/+2 |
| * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -2/+2 |
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -24/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2020-04-19 | 1 | -2/+2 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix #3842: singlehtml: Path to images broken when master doc is not in source... | Takeshi KOMIYA | 2020-03-19 | 1 | -2/+2 |
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -5/+1 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+1 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-17 | 1 | -2/+7 |
|\ \ | |/ | |||||
| * | Close #6712: Allow not to install sphinx.testing as runtime (for ALT Linux) | Takeshi KOMIYA | 2019-10-13 | 1 | -2/+7 |
* | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -2/+6 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-09 | 1 | -48/+24 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.util.osutil | Takeshi KOMIYA | 2019-06-05 | 1 | -50/+25 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-07 | 1 | -9/+13 |
|\ \ | |/ | |||||
| * | Show deprecation warning for sphinx.application.CONFIG_FILENAME | Takeshi KOMIYA | 2019-03-30 | 1 | -9/+13 |
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -24/+1 |
|/ |