summaryrefslogtreecommitdiff
path: root/sphinx/builders/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* html builder: Append CRC32 checksum to asset URIs (#11415)Adam Turner2023-05-111-0/+7
* Make the ``env`` argument to ``Builder`` subclasses required (#11379)Adam Turner2023-04-281-21/+4
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-061-2/+3
* Only use ``_write_doc_doctree_cache`` in serial mode (#11290)Martin Liška2023-04-051-5/+11
* Fix COM812Adam Turner2023-02-181-2/+2
* Cache doctrees between reading and writing phasesAdam Turner2023-01-041-0/+2
* Move console output utilities to ``sphinx.util.display``Adam Turner2023-01-031-2/+2
* Run pyupgrade (#11070)Adam Turner2023-01-021-3/+3
* Use PEP 604 typesAdam Turner2023-01-011-4/+4
* Use PEP 595 typesAdam Turner2023-01-011-19/+18
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* remove blanket 'noqas'Daniel Eades2022-12-161-3/+8
* Validate filenames in builderStephen Finucane2022-09-261-5/+5
* Combine 'compile_xxx' and 'build_xxx' functionsStephen Finucane2022-09-261-0/+7
* Use path2doc rather than reinventing the wheelStephen Finucane2022-09-261-14/+15
* Clear `record_dependencies` for each document (#10855)Adam Turner2022-09-241-0/+4
* Improve support for deprecated builders without env arg (#10702)James Knight2022-07-251-1/+2
* Improve static typing strictness (#10569)danieleades2022-07-181-1/+3
* Increase static typing strictness (#10530)Adam Turner2022-06-161-2/+14
* Fix typoTakeshi KOMIYA2022-05-221-2/+2
* doc: Fix copy-paste errorTakeshi KOMIYA2022-05-221-2/+2
* Fix #9096: sphinx-build: the value of progress bar for paralle build is wrongTakeshi KOMIYA2022-05-161-9/+23
* refactor: Create a copy of settings on Builder.write_doctree()Takeshi KOMIYA2022-05-081-5/+4
* Inline `io.read_doc` and explain why settings are copiedAdam Turner2022-05-071-4/+14
* Move creation to `sphinx.io`Adam Turner2022-05-021-2/+4
* Cache publisher for reading documentsAdam Turner2022-04-171-1/+3
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* address some unused loop control variables (B007)Daniel Eades2022-01-121-1/+1
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-1/+1
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-1/+2
* Fix #9637: Add Builder.allow_parallel to the list of builder APIsTakeshi KOMIYA2021-09-181-1/+1
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-3/+4
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-131-11/+10
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-4/+4
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Do isortTakeshi KOMIYA2020-11-121-2/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-7/+5
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-7/+6
* | 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