summaryrefslogtreecommitdiff
path: root/sphinx/builders/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2020-04-061-1/+1
|\
| * Fix #7401: Incorrect argument is passed for env-get-outdated handlersTakeshi KOMIYA2020-03-311-1/+1
* | Hello TYPE_CHECKING!Takeshi KOMIYA2020-03-071-2/+2
* | Deprecate codes for python 3.5Takeshi KOMIYA2020-03-071-2/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-301-2/+2
* Fix #6920: sphinx-build: A console message is wrongly highlightedTakeshi KOMIYA2019-12-141-1/+1
* ENH: Explain rebuildsEric Larson2019-08-061-2/+4
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-2/+3
* Migrate to py3 style type annotation: sphinx.buildersTakeshi KOMIYA2019-06-101-85/+46
* Make EventManager portableTakeshi KOMIYA2019-04-161-6/+8
* Merge branch '2.0'Takeshi KOMIYA2019-03-071-1/+1
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* | refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA2019-02-271-24/+16
* | Rename find_catalog() to docname_to_domain()Takeshi KOMIYA2019-02-271-2/+2
* | Ignore filenames without file extension given to ``Builder.build_specific()``Takeshi KOMIYA2019-02-231-2/+1
|/
* Builder: refactor with progress_message()Takeshi KOMIYA2019-02-111-11/+8
* Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA2019-01-191-1/+1
* Make info messages more translatableTakeshi KOMIYA2019-01-091-5/+5
* 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-1/+1
|\ \ | |/
| * Fix various spelling typosjfbu2018-12-271-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-34/+33
* | Fix annotations for buildersTakeshi KOMIYA2018-11-291-5/+5
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch '1.8'jfbu2018-11-061-7/+7
|\ \ | |/
| * Merge pull request #5525 from eqvinox/revert-pickle-write-1.8Takeshi KOMIYA2018-11-071-7/+7
| |\
| | * Revert "Builder.build: save env also with only new documents"David Lamparter2018-10-111-7/+7
| * | Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
| |/
* | Fix typehints: sphinx.buildersTakeshi KOMIYA2018-11-061-2/+2
* | Merge pull request #5478 from jdufresne/movesTakeshi KOMIYA2018-09-241-1/+1
|\ \
| * | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+1
* | | Merge pull request #5368 from tk0miya/deprecate_doc2path_suffixTakeshi KOMIYA2018-09-241-1/+1
|\ \ \ | |/ / |/| |
| * | Deprecate suffix for env.doc2path()Takeshi KOMIYA2018-09-221-1/+1
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/ /
* | Merge branch '1.8'Takeshi KOMIYA2018-09-091-3/+0
|\ \ | |/
| * Fix #5399: Sphinx crashes if unknown po file existsTakeshi KOMIYA2018-09-081-3/+0
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-20/+0
|/
* Builder.build: save env also with only new documentsDaniel Hahler2018-06-131-7/+7
* Merge branch '1.7'Takeshi KOMIYA2018-05-211-3/+7
|\
| * i18n: Ignore dot-directories like .git/ in LC_MESSAGES/.Julien Palard2018-05-081-3/+7
* | Add BuildEnvironment.setup() to re-initialize (after unpickle)Takeshi KOMIYA2018-05-211-2/+6
* | Deprecate methods for pickling/unpickling on BuildEnvironmentTakeshi KOMIYA2018-05-111-6/+6
* | refactor: Move env.write_doctree() to Builder._write_doctree()Takeshi KOMIYA2018-05-011-1/+17
* | refactor: Move env.read_doc() to Builder._read_doc()Takeshi KOMIYA2018-05-011-3/+32
* | Merge branch '1.7'Takeshi KOMIYA2018-04-091-2/+2
|\ \ | |/
| * Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi KOMIYA2018-04-021-2/+2
* | i18n: Make new messages translatableTakeshi KOMIYA2018-03-191-2/+3