summaryrefslogtreecommitdiff
path: root/sphinx/cmd
Commit message (Expand)AuthorAgeFilesLines
* Revert "Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)...James Addison2023-04-231-9/+9
* Support and prefer ``.jinja`` to ``_t`` for static templates (#11165)James Addison2023-04-071-9/+9
* Remove ``sphinx.locale.setlocale``Adam Turner2023-03-242-5/+5
* Drop OrderedDictAdam Turner2023-03-051-13/+12
* Prefer ``contextlib.chdir`` to ``sphinx.util.osutil.cd``Adam Turner2023-03-051-4/+9
* Make ``--jobs`` a synonym for ``-j`` (#11210)Hugo van Kemenade2023-03-051-1/+2
* Unescape quotation marks where possibleAdam Turner2023-02-182-3/+3
* Fix COM812Adam Turner2023-02-182-5/+5
* Move exception formatting utilities to ``sphinx.util.exceptions``Adam Turner2023-01-031-3/+4
* Address SIM103 lints (#11052)danieleades2023-01-021-4/+1
* Run pyupgrade (#11070)Adam Turner2023-01-022-3/+3
* Use PEP 604 typesAdam Turner2023-01-013-11/+10
* Use PEP 595 typesAdam Turner2023-01-013-14/+14
* Insert ``from __future__ import annotations``Adam Turner2023-01-013-0/+6
* Add Pygments version to `sphinx --bug-report`Adam Turner2023-01-011-0/+2
* Enable Ruff's flake8-debugger checksAdam Turner2022-12-291-1/+1
* remove blanket 'noqas'Daniel Eades2022-12-161-9/+11
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-1/+1
* Prefer ``raise SystemExit`` to ``sys.exit``Adam Turner2022-10-172-3/+3
* Merge branch '5.x'Adam Turner2022-10-161-6/+37
|\
| * Add ``sphinx-build --bug-report``Adam Turner2022-10-141-6/+37
* | Merge branch '5.x'Adam Turner2022-09-302-3/+3
|\ \ | |/
| * Shrink 'any-generics' whitelist for the `cmd` module (#10847)danieleades2022-09-272-3/+3
* | Merge branch '5.x'Adam Turner2022-09-271-11/+2
|\ \ | |/
| * Validate filenames in builderStephen Finucane2022-09-261-11/+2
* | Merge branch '5.x'Adam Turner2022-09-093-17/+22
|\ \ | |/
| * Fix more strict static typing errors (#10681)danieleades2022-08-281-3/+3
| * Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-283-15/+20
* | Merge branch '5.x'Adam Turner2022-07-181-1/+1
|\ \ | |/
| * Improve static typing strictness (#10569)danieleades2022-07-181-1/+1
* | Merge branch '5.x'Adam Turner2022-07-101-1/+2
|\ \ | |/
| * Make `-P` (pdb) work better with exceptions triggered from eventsJeremy Maitin-Shepard2022-07-041-1/+2
* | Merge branch '5.x'Adam Turner2022-06-161-1/+4
|\ \ | |/
| * Increase static typing strictness (#10530)Adam Turner2022-06-161-1/+4
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-1/+1
|/
* Specify encodingAdam Turner2022-04-222-2/+2
* Collapse single line docstringsAdam Turner2022-02-203-6/+3
* Remove copyright and licence fieldsAdam Turner2022-02-204-12/+0
* Fix module docstring indentationAdam Turner2022-02-204-12/+12
* Fix module docstring first lineAdam Turner2022-02-204-8/+4
* Remove module titles in docstringsAdam Turner2022-02-194-12/+0
* Close #10055: sphinx-build: Create directories when `-w` option givenTakeshi KOMIYA2022-01-091-0/+4
* A happy new year!Takeshi KOMIYA2022-01-014-4/+4
* Update Sphinx url: s|https?://sphinx-doc\.org/|https://www.sphinx-doc.org/|gJon Dufresne2021-09-062-2/+2
* Fix flake8 errorsRaymond Sun2021-06-141-1/+10
* Edit messageRaymond Sun2021-06-121-1/+1
* Make quickstart just exit without repromptingRaymond Sun2021-06-121-5/+2
* Add fixRaymond Sun2021-06-111-1/+1
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-4/+23