summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix #8342: Emit a warning if a unknown domain is given for directive or role8342_warning_for_unknown_domainTakeshi KOMIYA2020-10-281-0/+3
* Merge branch '3.x'Takeshi KOMIYA2020-10-242-14/+15
|\
| * Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA2020-10-246-25/+55
| |\
| | * Fix #8255: py domain: number in defarg is changed to decimalTakeshi KOMIYA2020-10-051-12/+13
| * | Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-241-2/+2
* | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-042-5/+12
|\ \ \ | | |/ | |/|
| * | Fix #8157: autodoc: TypeError is raised when annotation has invalid __args__Takeshi KOMIYA2020-10-041-1/+4
| * | Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA2020-10-032-4/+8
* | | Merge branch '3.x' into masterTakeshi KOMIYA2020-10-033-6/+24
|\ \ \ | |/ /
| * | Fix #8175: intersphinx: Potential of regex denial of service by inventoryTakeshi KOMIYA2020-09-281-1/+6
| * | Merge branch '3.x' into 8103_cached_propertyTakeshi KOMIYA2020-09-134-9/+19
| |\ \
| | * \ Merge pull request #8112 from tk0miya/8100_better_error_for_html_static_filesTakeshi KOMIYA2020-09-131-5/+13
| | |\ \
| | | * | Close #8100: html: Show a better error message for html_static_filesTakeshi KOMIYA2020-08-141-5/+13
| * | | | Fix #8103: autodoc: cached_property is not considered as a propertyTakeshi KOMIYA2020-08-131-0/+5
| | |/ / | |/| |
* | | | Merge branch '3.x' into masterTakeshi KOMIYA2020-09-131-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix comment end string in LaTeXRendererKai Welke2020-08-231-1/+1
* | | | Merge branch '3.x'Takeshi KOMIYA2020-08-143-3/+7
|\ \ \ \ | |/ / /
| * | | Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-08-141-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | C and C++, parsing function attributesJakob Lykke Andersen2020-08-131-1/+1
| * | | Merge pull request #8058 from nijel/single-domainTakeshi KOMIYA2020-08-141-2/+4
| |\ \ \ | | |_|/ | |/| |
| | * | i18n: Add support for having single text domainMichal Čihař2020-08-071-2/+4
| | |/
| * | Customize jinja comment-tagYves Chevallier2020-08-091-0/+2
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-08-081-0/+4
|\ \ | |/
| * Close #7768: i18n: figure_language_filename supports {docpath} tokenTakeshi KOMIYA2020-08-021-0/+4
* | Merge branch '3.x'Takeshi KOMIYA2020-08-011-1/+1
|\ \ | |/
| * Fix #8023: evaluate_signature() does not work properly in python3.9Takeshi KOMIYA2020-08-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-08-013-6/+13
|\ \ | |/
| * Fix #8023: evaluate_signature() does not work properly in python3.10Takeshi KOMIYA2020-08-011-3/+10
| * Merge pull request #8006 from tk0miya/7768_root_for_figure_language_filenameTakeshi KOMIYA2020-07-311-2/+2
| |\
| | * Fix #7768: i18n: Wrong root element is passed to figure_language_filenameTakeshi KOMIYA2020-07-261-2/+2
| * | Fix typoFabio Utzig2020-07-271-1/+1
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-07-249-9/+73
|\ \ | |/
| * Fix #7983: autodoc: Generator type annotation is wrongly rendered in py36Takeshi KOMIYA2020-07-191-1/+3
| * Merge pull request #7980 from tkoyama010/patch-1Takeshi KOMIYA2020-07-193-3/+3
| |\
| | * fix typoTetsuo Koyama2020-07-193-3/+3
| * | Merge pull request #7969 from multun/i18n-math-blockTakeshi KOMIYA2020-07-181-0/+1
| |\ \ | | |/ | |/|
| | * i18n: process math_block as a literal nodeVictor "multun" Collod2020-07-161-0/+1
| * | Merge pull request #7967 from jakobandersen/c_optimizationJakob Lykke Andersen2020-07-161-1/+0
| |\ \
| | * \ Merge branch '3.1.x' into c_optimizationJakob Lykke Andersen2020-07-151-1/+0
| | |\ \ | | | |/
| | | * C, don't deepcopy as deep on handling enumeratorsJakob Lykke Andersen2020-07-141-1/+0
| * | | Merge pull request #7955 from peterbell10/alias-deprecation-messageTakeshi KOMIYA2020-07-171-1/+9
| |\ \ \
| | * | | Preserve backwards compatibilityPeter Bell2020-07-162-18/+24
| | * | | Require canonical name to be specified when calling deprecated_aliasPeter Bell2020-07-152-15/+17
| | |/ /
| * | | Fix typo in prepare_docstring() warningFritz Reese2020-07-141-1/+1
| |/ /
| * | Merge branch '3.x' into 7901_resolve_types_for_overloaded_funcsTakeshi KOMIYA2020-07-122-2/+8
| |\ \
| | * | Fix #7935: autodoc: A default value inspect._empty conseals signaturesTakeshi KOMIYA2020-07-121-1/+7
| | * | Merge branch '3.x' into 7691_HEAD_requestsTakeshi KOMIYA2020-07-111-1/+2
| | |\ \
| | * | | Fix #7691: linkcheck: HEAD requests are not used for checkingTakeshi KOMIYA2020-07-101-1/+1
| * | | | Fix #7901: autodoc: annotations for overloaded functions are not resolvedTakeshi KOMIYA2020-07-112-1/+57
| | |/ / | |/| |
* | | | Close #7784: i18n: The alt text for image is translated by defaultTakeshi KOMIYA2020-07-191-6/+10