Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Support and prefer ``.jinja`` to ``_t`` for static templates ↵ | James Addison | 2023-04-23 | 1 | -9/+9 |
| | | | | | (#11165)" (#11329) This reverts commit 5d13215b58f93c6be8255ef2e3e20836508c7d47. | ||||
* | Support and prefer ``.jinja`` to ``_t`` for static templates (#11165) | James Addison | 2023-04-07 | 1 | -9/+9 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Remove ``sphinx.locale.setlocale`` | Adam Turner | 2023-03-24 | 2 | -5/+5 |
| | |||||
* | Drop OrderedDict | Adam Turner | 2023-03-05 | 1 | -13/+12 |
| | | | | Since Python 3.7, dicts maintain insertion order. | ||||
* | Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd`` | Adam Turner | 2023-03-05 | 1 | -4/+9 |
| | |||||
* | Make ``--jobs`` a synonym for ``-j`` (#11210) | Hugo van Kemenade | 2023-03-05 | 1 | -1/+2 |
| | | | Make --jobs a synonym for -j | ||||
* | Unescape quotation marks where possible | Adam Turner | 2023-02-18 | 2 | -3/+3 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 2 | -5/+5 |
| | |||||
* | Move exception formatting utilities to ``sphinx.util.exceptions`` | Adam Turner | 2023-01-03 | 1 | -3/+4 |
| | |||||
* | Address SIM103 lints (#11052) | danieleades | 2023-01-02 | 1 | -4/+1 |
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> | ||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 2 | -3/+3 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 3 | -11/+10 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 3 | -14/+14 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 3 | -0/+6 |
| | |||||
* | Add Pygments version to `sphinx --bug-report` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Enable Ruff's flake8-debugger checks | Adam Turner | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -3/+3 |
| | |||||
* | Merge branch '5.x' | Adam Turner | 2022-10-16 | 1 | -6/+37 |
|\ | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/main.yml # CHANGES # sphinx/__init__.py # sphinx/domains/c.py | ||||
| * | Add ``sphinx-build --bug-report`` | Adam Turner | 2022-10-14 | 1 | -6/+37 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-30 | 2 | -3/+3 |
|\ \ | |/ | | | | | | | # Conflicts: # sphinx/locale/__init__.py | ||||
| * | Shrink 'any-generics' whitelist for the `cmd` module (#10847) | danieleades | 2022-09-27 | 2 | -3/+3 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-27 | 1 | -11/+2 |
|\ \ | |/ | |||||
| * | Validate filenames in builder | Stephen Finucane | 2022-09-26 | 1 | -11/+2 |
| | | | | | | | | | | | | | | This moves the logic for checking filenames closer to where it's actually used. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||||
* | | Merge branch '5.x' | Adam Turner | 2022-09-09 | 3 | -17/+22 |
|\ \ | |/ | | | | | | | | | | | | | | | # Conflicts: # setup.py # sphinx/application.py # sphinx/environment/__init__.py # sphinx/ext/autodoc/directive.py # tests/test_build_html.py | ||||
| * | 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 | 3 | -15/+20 |
| | | | | | | Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> | ||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-18 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | # Conflicts: # sphinx/ext/autodoc/__init__.py # sphinx/writers/html5.py | ||||
| * | Improve static typing strictness (#10569) | danieleades | 2022-07-18 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '5.x' | Adam Turner | 2022-07-10 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Make `-P` (pdb) work better with exceptions triggered from events | Jeremy Maitin-Shepard | 2022-07-04 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, if an exception was raised from an event listener, and the `-P` option was specified, the debugger would be started not for the original error but for the `ExtensionError` wrapping it that was raised by `EventManager.emit`. That made it difficult to debug the error. With this change, when `-P` is specified, wrapping of errors in `ExtensionError` is disabled, which allows pdb to debug the original error. | ||||
* | | Merge branch '5.x' | Adam Turner | 2022-06-16 | 1 | -1/+4 |
|\ \ | |/ | | | | | | | | | | | # Conflicts: # .github/workflows/builddoc.yml # .github/workflows/lint.yml # sphinx/registry.py | ||||
| * | 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 | 2 | -2/+2 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 3 | -6/+3 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 4 | -12/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 4 | -12/+12 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 4 | -8/+4 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 4 | -12/+0 |
| | |||||
* | Close #10055: sphinx-build: Create directories when `-w` option given | Takeshi KOMIYA | 2022-01-09 | 1 | -0/+4 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 4 | -4/+4 |
| | |||||
* | Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|g | Jon Dufresne | 2021-09-06 | 2 | -2/+2 |
| | | | | | | https://sphinx-doc.org is unreachable, but is linked from the PyPI page: https://pypi.org/project/Sphinx/. Switch to https://www.sphinx-doc.org/ instead. | ||||
* | 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 |
| | | | | | | To describe the purpose more accurately, the `master_doc` is now renamed to `root_doc`. The old name is still available. But it is recommeneded to use new one from now on. |