summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2020-10-241-8/+57
|\
| * Merge pull request #8281 from tk0miya/8073_update_directive_exampleTakeshi KOMIYA2020-10-061-4/+5
| |\
| | * docs: Fix an example for add_directive()Takeshi KOMIYA2020-10-041-4/+5
| * | Merge pull request #8280 from tk0miya/refactor_add_source_parserTakeshi KOMIYA2020-10-061-2/+3
| |\ \
| | * | refactor: Change signature of app.add_source_parser()Takeshi KOMIYA2020-10-041-2/+3
| | |/
| * | docs: Add documentation for "override" flag of app APITakeshi KOMIYA2020-10-041-2/+49
| |/
* | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-041-2/+5
|\ \ | |/
| * Fix #6640: i18n: Failed to override system message translationTakeshi KOMIYA2020-10-041-2/+5
| * Fix typo in warning emitted from Sphinx.add_lexer()Dominic Davis-Foster2020-08-251-1/+1
* | Merge tag 'v3.1.0'Takeshi KOMIYA2020-07-051-1/+1
|\ \ | |/
| * Fix reported dir when throwing ApplicationErrorBrandon Houghton2020-06-031-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-7/+22
|\ \ | |/
| * latex: Allow to add LaTeX package after hyperref loaded via APITakeshi KOMIYA2020-05-241-3/+8
| * Add allowed_exceptions parameter to Sphinx.emit() (refs: #7683)Takeshi KOMIYA2020-05-171-4/+14
* | Merge branch '3.x'Takeshi KOMIYA2020-05-171-1/+1
|\ \ | |/
| * Fix double space inconsistences in code, CHANGES and translations.Álvaro Mondéjar2020-05-091-1/+1
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-36/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-03-211-6/+12
|\ \ | |/
| * Fix #7345: sphinx-build: Sphinx crashes if output directory exists as a fileTakeshi KOMIYA2020-03-211-0/+4
| * Fix #7282: i18n: messages using ngettext() does not translatedTakeshi KOMIYA2020-03-141-6/+8
* | Merge branch '3.x'Takeshi KOMIYA2020-03-121-1/+1
|\ \ | |/
| * Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-121-1/+1
| |\
| | * Fix mypy violations (with mypy-0.770)Takeshi KOMIYA2020-03-121-1/+1
* | | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-3/+2
* | | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/ /
* | Support priority of event handlersTakeshi KOMIYA2020-01-161-3/+11
* | Merge branch '2.0'Takeshi KOMIYA2020-01-111-5/+5
|\ \ | |/
| * refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-5/+5
* | Update application.pyChris Holdgraf2020-01-041-1/+1
* | updating docstring for add_js_file for body elementChris Holdgraf2020-01-031-2/+7
* | Merge branch '2.0'Takeshi KOMIYA2020-01-011-7/+8
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-7/+8
* | Fix flake8 violationsTakeshi KOMIYA2019-12-251-0/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-12-251-117/+82
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.applicationTakeshi KOMIYA2019-12-251-126/+90
* | Merge branch '2.0'Takeshi KOMIYA2019-12-221-4/+4
|\ \ | |/
| * Add IndexDomainTakeshi KOMIYA2019-12-221-1/+1
| * Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-3/+3
* | Merge branch '2.0'Takeshi KOMIYA2019-12-091-0/+7
|\ \ | |/
| * Merge branch '2.2.2' into 2.0Takeshi KOMIYA2019-12-031-0/+7
| |\
| | * Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA2019-12-011-0/+7
* | | Merge branch '2.0'Takeshi KOMIYA2019-11-171-9/+13
|\ \ \ | |/ /
| * | Improve variable names and code styleThomas Robitaille2019-11-121-13/+12
| * | Give a warning when extensions are explicitly not parallel safeThomas Robitaille2019-11-121-9/+14
| |/
* | Merge branch '2.0'jfbu2019-08-011-1/+2
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* | Merge branch '2.0'Takeshi KOMIYA2019-07-011-3/+5
|\ \ | |/
| * Close #6475: Add override argument to app.add_autodocumenter()Takeshi KOMIYA2019-06-301-3/+5