summaryrefslogtreecommitdiff
path: root/sphinx/builders
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-05-111-10/+21
|\ \ \ | |/ /
| * | Fix #9201: websupport: UndefinedError is raised: 'css_tag' is undefinedTakeshi KOMIYA2021-05-111-10/+21
* | | refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-3/+4
* | | Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-05-091-1/+1
|\ \ \ | |/ /
| * | fix missing underscoreMalte Bonart2021-05-041-1/+1
* | | refactor: linkcheck: Call write_linkstat() at the top of process_result()Takeshi KOMIYA2021-04-291-7/+3
* | | refactor: linkcheck: Use attributes of CheckResult in process_result()Takeshi KOMIYA2021-04-291-33/+33
|/ /
* | refactor: Add testcase for mathjax3_config (refs: #9094)Takeshi KOMIYA2021-04-251-1/+5
|/
* Merge pull request #9064 from tk0miya/refactor_type_annotationTakeshi KOMIYA2021-04-081-1/+1
|\
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2021-04-081-1/+1
* | refactor: Use PEP-526 based variable annotationTakeshi KOMIYA2021-04-081-5/+5
|/
* refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-042-2/+2
* Merge branch 'master' into typosTakeshi KOMIYA2021-03-2720-532/+303
|\
| * refactor: Use PEP-526 based variable annotation (sphinx.builders)Takeshi KOMIYA2021-03-1316-100/+98
| * Merge branch 'master' into latex_better_fix_pygmentsJean-François B2021-03-129-48/+78
| |\
| | * Merge branch '3.x'Takeshi KOMIYA2021-03-061-9/+9
| | |\