Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)... | James Addison | 2023-04-23 | 1 | -9/+9 |
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 1 | -9/+9 |
* | Remove ``sphinx.locale.setlocale`` | Adam Turner | 2023-03-24 | 1 | -2/+2 |
* | Drop OrderedDict | Adam Turner | 2023-03-05 | 1 | -13/+12 |
* | Unescape quotation marks where possible | Adam Turner | 2023-02-18 | 1 | -2/+2 |
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -4/+4 |
* | Address SIM103 lints (#11052) | danieleades | 2023-01-02 | 1 | -4/+1 |
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -2/+2 |
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -5/+5 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -6/+6 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -9/+11 |
* | Update typing ignores for mypy 0.990 | Adam Turner | 2022-11-13 | 1 | -1/+1 |
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -1/+1 |
* | Prefer ``raise SystemExit`` to ``sys.exit`` | Adam Turner | 2022-10-17 | 1 | -2/+2 |
* | Merge branch '5.x' | Adam Turner | 2022-09-30 | 1 | -1/+1 |
|\ | |||||
| * | Shrink 'any-generics' whitelist for the `cmd` module (#10847) | danieleades | 2022-09-27 | 1 | -1/+1 |
* | | Merge branch '5.x' | Adam Turner | 2022-09-09 | 1 | -11/+14 |
|\ \ | |/ | |||||
| * | Fix more strict static typing errors (#10681) | danieleades | 2022-08-28 | 1 | -3/+3 |
| * | Further improve type annotations, reduce mypy whitelist (#10770) | danieleades | 2022-08-28 | 1 | -9/+12 |
* | | Merge branch '5.x' | Adam Turner | 2022-07-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -1/+1 |
* | | Merge branch '5.x' | Adam Turner | 2022-06-16 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Increase static typing strictness (#10530) | Adam Turner | 2022-06-16 | 1 | -1/+4 |
* | | Remove deprecated items for Sphinx 6.0 (#10471) | Adam Turner | 2022-06-16 | 1 | -1/+1 |
|/ | |||||
* | Specify encoding | Adam Turner | 2022-04-22 | 1 | -1/+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 |
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | Jon Dufresne | 2021-09-06 | 1 | -1/+1 |
* | Fix flake8 errors | Raymond Sun | 2021-06-14 | 1 | -1/+10 |
* | Edit message | Raymond Sun | 2021-06-12 | 1 | -1/+1 |
* | Make quickstart just exit without reprompting | Raymond Sun | 2021-06-12 | 1 | -5/+2 |
* | Add fix | Raymond Sun | 2021-06-11 | 1 | -1/+1 |
* | Close #8326: Rename master_doc to root_doc | Takeshi KOMIYA | 2021-02-28 | 1 | -4/+23 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-28 | 1 | -1/+5 |
|\ | |||||
| * | Fix #7118: quickstart: got Mojibake if libreadline unavailable | Takeshi KOMIYA | 2021-01-25 | 1 | -1/+5 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -3/+2 |
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-28 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option | Takeshi KOMIYA | 2020-10-26 | 1 | -1/+3 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Resolve with absolute path casting. | Álvaro Mondéjar | 2020-05-16 | 1 | -2/+1 |
| * | Fix py35 incompatibility with PosixPath | Álvaro Mondéjar | 2020-05-11 | 1 | -1/+1 |
| * | Fix multiple directory creation on quickstart script called with nested relat... | Álvaro Mondéjar | 2020-05-10 | 1 | -0/+2 |