summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-5/+5
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-7/+8
* Migrate to py3 style type annotation: sphinx.applicationTakeshi KOMIYA2019-12-251-126/+90
* 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.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
* | 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
|/
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* Close #6475: Add override argument to app.add_autodocumenter()Takeshi KOMIYA2019-06-301-3/+5
* Sphinx.add_lexer() now takes a Lexer class instead of instanceTakeshi KOMIYA2019-06-011-6/+14
* refactor: app.add_lexer()Takeshi KOMIYA2019-06-011-4/+3
* ENH: Explain warnings-as-errorsEric Larson2019-05-141-3/+10
* Make EventManager portableTakeshi KOMIYA2019-04-161-13/+7
* Merge branch '2.0' into refactor_citationsTakeshi KOMIYA2019-04-061-2/+10
|\
| * Merge branch '2.0.1' into 2.0Takeshi KOMIYA2019-03-311-2/+10
| |\
| | * Show deprecation warning for sphinx.application.CONFIG_FILENAMETakeshi KOMIYA2019-03-301-2/+10
* | | Move transforms for citations to sphinx.domains.citationTakeshi KOMIYA2019-03-301-0/+1
|/ /
* | Merge branch '2.0'Takeshi KOMIYA2019-03-211-3/+0
|\ \ | |/
| * docs: drop mention to deprecated method (refs: #6174)Takeshi KOMIYA2019-03-141-3/+0
* | refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-0/+5
* | refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA2019-02-271-13/+13
|/
* Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-0/+1
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-1/+1
* Don't import pycompat in sphinx.application (not used)Takeshi KOMIYA2019-02-111-1/+0
* Move DirectoryHTMLBuilder to sphinx.builders.dirhtml packageTakeshi KOMIYA2019-02-071-0/+1
* Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-1/+1
* Separate devhelp to sphinxcontrib packageTakeshi KOMIYA2019-01-201-1/+1
* Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-1/+2
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-1/+0
* Add progress_message() as a helper for progress messagesTakeshi KOMIYA2019-01-121-8/+7
* Move SingleFileHTMLBuilder to sphinx.builders.singlehtml packageTakeshi KOMIYA2019-01-111-0/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge branch '1.8'jfbu2018-12-281-7/+8
|\ \ | |/
| * Fix various spelling typosjfbu2018-12-271-7/+8
* | refactor: Use simple Input classTakeshi KOMIYA2018-12-171-1/+0
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-47/+47
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+2
* | refactor: Use app.add_node() to register Sphinx own nodesTakeshi KOMIYA2018-12-051-0/+1
* | Fix annotations of enumerable_nodesTakeshi KOMIYA2018-12-031-1/+1
* | Add role manipulator directives to sphinx.util.docutilsTakeshi KOMIYA2018-12-011-4/+4
* | Add role manipulator functions to sphinx.util.docutilsTakeshi KOMIYA2018-12-011-4/+4
* | Fix annotations (in some modules)Takeshi KOMIYA2018-12-011-3/+3
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-1/+1
* | Fix annotations for app.add_nodes() and related functionsTakeshi KOMIYA2018-11-241-3/+3