summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Accept a version tuple in ``app.require_sphinx()``Adam Turner2023-05-111-4/+12
* Make the ``env`` argument to ``Builder`` subclasses required (#11379)Adam Turner2023-04-281-2/+0
* Harmonise references to Sphinx versions (#11361)Adam Turner2023-04-271-2/+3
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-061-8/+8
* Resolve lint errors from Ruff 0.0.260Adam Turner2023-03-311-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-03-271-2/+2
* Remove ``sphinx.locale.setlocale``Adam Turner2023-03-241-1/+1
* Split ``sphinx.application.builtin_extensions`` into groupsAdam Turner2023-03-171-4/+10
* Fix COM812Adam Turner2023-02-181-6/+6
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-1/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-3/+3
* Use PEP 604 typesAdam Turner2023-01-011-19/+19
* Use PEP 595 typesAdam Turner2023-01-011-32/+32
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-2/+2
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-2/+2
* Merge branch '5.x'Adam Turner2022-09-271-3/+0
|\
| * Combine 'compile_xxx' and 'build_xxx' functionsStephen Finucane2022-09-261-3/+0
* | Merge branch '5.x'Adam Turner2022-09-251-38/+52
|\ \ | |/
| * Docstring clarifications (#9877)Arthur Milchior2022-09-241-38/+52
* | Merge branch '5.x'Adam Turner2022-09-091-8/+15
|\ \ | |/
| * Fix more strict static typing errors (#10681)danieleades2022-08-281-10/+18
* | 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/+3
|\ \ | |/
| * Make `-P` (pdb) work better with exceptions triggered from eventsJeremy Maitin-Shepard2022-07-041-1/+3
* | Remove more deprecated items in Sphinx 6.0 (#10562)Adam Turner2022-06-261-1/+0
* | Merge branch '5.x'Adam Turner2022-06-161-22/+42
|\ \ | |/
| * Increase static typing strictness (#10530)Adam Turner2022-06-161-22/+42
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-161-28/+0
|/
* Close #10483: Fix type annotations for Sphinx.__init__()Takeshi KOMIYA2022-05-301-1/+1
* Fix #10110: sphinx-build: Emit builder-finished before shutdownTakeshi KOMIYA2022-05-151-28/+29
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-9/+2
|\
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Fix module docstring indentationAdam Turner2022-02-201-3/+3
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | Close #10062: Change the default language to 'en'Takeshi KOMIYA2022-01-121-3/+2
|/
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Close #10013: html: Allow to change the loading method of JavaScriptTakeshi KOMIYA2021-12-251-2/+13
* | refactor: docs: Use :param: fields for add_js_file() and add_css_file()Takeshi KOMIYA2021-12-251-14/+20
|/
* Merge pull request #9793 from samdoran/enable-parallel-on-macosTakeshi KOMIYA2021-12-111-7/+0
|\
| * Set multiprocessing start method to forkSam Doran2021-10-281-7/+0
* | Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-1/+2
|/
* Close #9683: Revert the removal of ``add_stylesheet()`` APITakeshi KOMIYA2021-10-031-0/+20
* Address flake8 errors in whitespace lintingLouis Maddox2021-07-231-3/+3
* Improvements to sphinx.application docstringsLouis Maddox2021-07-181-31/+31
* Merge branch '4.x' into humitos/add-html-assets-in-all-pagesManuel Kaufmann2021-06-141-26/+25
|\
| * fix: Fix typo in add_directive docstringJames McKinney2021-06-051-1/+1