summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* Docstring clarifications (#9877)Arthur Milchior2022-09-241-1/+1
* Split out `sphinx_highlight.js`Adam Turner2022-09-241-0/+1
* Clear `record_dependencies` for each document (#10855)Adam Turner2022-09-241-0/+4
* Deprecate HTML 4 support (#10843)Adam Turner2022-09-231-1/+12
* Remove `sphinx.builders.gettext` module from whitelist (#10798)danieleades2022-09-091-1/+0
* Fix more strict static typing errors (#10681)danieleades2022-08-281-20/+20
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
* Further improve type annotations, reduce mypy whitelist (#10770)danieleades2022-08-282-11/+13
* Merge pull request #10757 from n-peugnet/linkcheck-raw-source-urlFrançois Freitag2022-08-231-14/+16
|\
| * linkcheck: Check the source URL of raw directivesn-peugnet2022-08-171-14/+16
* | Fix some static typing errors (#10745)danieleades2022-08-141-1/+1
|/
* Merge pull request #10708 from danieleades/strict-typing2Takeshi KOMIYA2022-07-281-1/+1
|\
| * set up mypy for incremental adoption of 'strict optional'daniel.eades2022-07-261-1/+1
* | Improve support for deprecated builders without env arg (#10702)James Knight2022-07-251-1/+2
|/
* Update include_patterns implementation (#10680)Adam Turner2022-07-231-3/+2
* Improve static typing strictness (#10569)danieleades2022-07-1814-61/+69
* Add `include_patterns` as the opposite of `exclude_patterns` (#10518)Adam Turner2022-07-171-2/+3
* Allow specifying multiple CSS files in themes (#10465)Takeshi KOMIYA2022-07-171-8/+15
* Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-1/+1
* Use `get_settings()` from Docutils 0.19 (#10624)Adam Turner2022-07-021-2/+5
* Merge branch '5.0.x' into 5.xJean-François B2022-06-301-1/+1
|\
| * LaTeX: fix #10506 (make Pygments \PYG macro \protected)Jean-François B2022-06-301-1/+1
* | Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-262-5/+5
* | Increase static typing strictness (#10530)Adam Turner2022-06-162-5/+29
* | Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-06-171-0/+1
|\ \ | |/
| * Add docutils_version_info to `StandaloneHTMLBuilder.globalcontext`Adam Turner2022-06-041-0/+1
* | remove unnecessary list calls within 'sorted' (C414)Daniel Eades2022-06-031-2/+2
|/
* Merge pull request #10504 from AA-Turner/fix-kbd-findallTakeshi KOMIYA2022-06-031-1/+3
|\
| * Review commentsAdam Turner2022-06-011-2/+1
| * Remove temp variableAdam Turner2022-06-011-1/+0
| * Add annotationAdam Turner2022-06-011-1/+1
| * Fix `findall` usage in KeyboardTransformAdam Turner2022-06-011-1/+5
* | Remove warningAdam Turner2022-06-011-1/+0
* | Add a warningAdam Turner2022-05-311-2/+6
* | Ensure positions always sortAdam Turner2022-05-311-1/+1
|/
* Fix #10104: gettext: Duplicated locations are output to pot fileTakeshi KOMIYA2022-05-231-1/+2
* Merge branch '5.0.x' into 9096_fix_progress_bar_on_parallel_buildTakeshi KOMIYA2022-05-221-0/+1
|\
| * Epub: Add WebP mime typeAaron Carlisle2022-05-101-0/+1
* | 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
* Merge branch '5.x' into reuse-publisherTakeshi KOMIYA2022-05-088-40/+65
|\
| * Deprecate: html5_ready and is_html5_writer_available()Takeshi KOMIYA2022-05-031-10/+11
| * `rawsource` is deprecated in `docutils.nodes.Text`Adam Turner2022-04-222-4/+4
| * Catch `DeprecationWarning` for `docutils.frontend.OptionParser`Adam Turner2022-04-224-16/+36
| * Specify encodingAdam Turner2022-04-224-8/+12
| * Address warnings in test_util_i18n.pyAdam Turner2022-04-222-2/+2
* | 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