summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* Close #9456: html search: Add a config variable; html_show_search_summaryTakeshi KOMIYA2022-01-171-0/+2
* Merge pull request #10100 from tk0miya/9413_xml_namespaceTakeshi KOMIYA2022-01-161-0/+3
|\
| * Fix #9413: xml: Invalid XML was generated when cross referencing python objectsTakeshi KOMIYA2022-01-161-0/+3
* | address some unused loop control variables (B007)Daniel Eades2022-01-125-10/+10
|/
* simplify some set comparisons (SIM109)Daniel Eades2022-01-102-2/+2
* use class-style syntax for 'NamedTuple'sDaniel Eades2022-01-101-12/+25
* Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-0312-35/+35
* A happy new year!Takeshi KOMIYA2022-01-0121-21/+21
* Close #9961: html: Support nested <kbd> HTML elements in other HTML buildersTakeshi KOMIYA2021-12-191-1/+1
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-12-171-1/+1
|\
| * Fix mypy violations (with mypy-0.920)Takeshi KOMIYA2021-12-171-1/+1
* | Merge branch '4.x' into texinfo-add-texinfo_emit_document_referencesTakeshi KOMIYA2021-12-111-0/+12
|\ \
| * | linkcheck: Exclude links from matched documentsChristian Roth2021-12-081-0/+12
| |/
* | texinfo: simplify reference emission.Martin Liska2021-11-121-0/+1
|/
* Close #9618: i18n: Add gettext_allow_fuzzy_translationsTakeshi KOMIYA2021-11-101-1/+2
* Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA2021-10-272-9/+9
* don't print file extension twice in linkcheck warningsoleg.hoefling2021-09-271-2/+2
* Fix #9637: Add Builder.allow_parallel to the list of builder APIsTakeshi KOMIYA2021-09-181-1/+1
* Fix typos discovered by codespellChristian Clauss2021-09-082-2/+2
* Fix #9267: html theme: CSS and JS files added by theme were loaded twiceTakeshi KOMIYA2021-08-141-3/+5
* refactor: Fix typehint for HTMLBuilder.css_filesTakeshi KOMIYA2021-08-121-2/+2
* Merge pull request #9447 from Blendify/Blendify/html-templates-sphinx-versionTakeshi KOMIYA2021-08-021-0/+2
|\
| * Fix sphinx_version stringAaron Carlisle2021-07-141-1/+1
| * HTML Templates: Expose full sphinx version tupleAaron Carlisle2021-07-131-1/+3
* | Fix #9435: linkcheck: Failed to check anchors in github.comTakeshi KOMIYA2021-07-181-1/+4
* | Fix handling of local paths in html_logo/html_favicon directorives in conf.pySimon Hausmann2021-07-131-2/+12
* | Add xeCJKVerbAddon to default fvset config for Chinese documentsShengjing Zhu2021-07-091-0/+3
* | Merge branch '4.x' into 6525_linkcheck_warn_redirectsTakeshi KOMIYA2021-07-072-8/+33
|\ \
| * | Simplify logo and favicon assignmentSimon Hausmann2021-06-281-5/+2
| * | Merge branch '4.x' of https://github.com/sphinx-doc/sphinx into logo-url-fixSimon Hausmann2021-06-285-72/+73
| |\ \
| | * \ Merge branch '4.x' into 4.0.xTakeshi KOMIYA2021-06-135-70/+69
| | |\ \
| | | * | Fix ImportErrorTakeshi KOMIYA2021-06-031-1/+1
| | | * | linkcheck: Use urlparse to check and reconstruct URI for github.comTakeshi KOMIYA2021-06-031-9/+7
| | | * | Close #9016: linkcheck builder failed to check the anchors of github.comTakeshi KOMIYA2021-06-011-0/+28
| | * | | shorter explanatory commentsJustin Mathews2021-06-101-5/+2
| | * | | alphabetical orderingJustin Mathews2021-06-101-1/+1
| | * | | alphabetical orderingJustin Mathews2021-06-101-1/+1
| | * | | comment explaining why try GET when HEAD got a ConnectionErrorJustin Mathews2021-06-091-0/+5
| | * | | catch ConnectionError on HEADJustin Mathews2021-06-071-2/+2
| * | | | Fix support for html logo and favicon as urlSimon Hausmann2021-06-251-2/+2
| |/ / /
| * | | manpage: Stop creating a section directory on build manpage by defaultTakeshi KOMIYA2021-05-161-1/+1
* | | | linkcheck: Emit a warning for disallowed redirectsTakeshi KOMIYA2021-05-311-2/+1
* | | | Merge branch '4.x' into 6525_linkcheck_warn_redirectsTakeshi KOMIYA2021-05-313-28/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Fix #9217: manpage: Dirname of man_make_section_directory is wrongTakeshi KOMIYA2021-05-171-2/+3
| * | | refactor: Remove expired deprecated_aliasTakeshi KOMIYA2021-05-162-25/+0
| * | | Merge pull request #9232 from tk0miya/9217_dont_make_section_directoryTakeshi KOMIYA2021-05-161-1/+1
| |\ \ \
| | * | | manpage: Stop creating a section directory on build manpage by defaultTakeshi KOMIYA2021-05-151-1/+1
| | |/ /
* | | | Rename linkcheck_ignore_redirects to linkcheck_allowed_redirectsTakeshi KOMIYA2021-05-201-11/+11
* | | | Close #6525: linkcheck: Add linkcheck_ignore_redirectsTakeshi KOMIYA2021-05-161-2/+28
* | | | Close #6525: linkcheck: Add linkcheck_warn_redirectsTakeshi KOMIYA2021-05-161-2/+7
|/ / /