summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * 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 comment end string in LaTeXRendererKai Welke2020-08-231-1/+1
| | * | Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-08-141-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
| * | | | Fix #8103: autodoc: cached_property is not considered as a propertyTakeshi KOMIYA2020-08-131-0/+5
| |/ / /
| * | | Customize jinja comment-tagYves Chevallier2020-08-091-0/+2
| |/ /
* | | Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-241-2/+2
| |/ |/|
* | C and C++, parsing function attributesJakob Lykke Andersen2020-08-131-1/+1
|/
* Close #7768: i18n: figure_language_filename supports {docpath} tokenTakeshi KOMIYA2020-08-021-0/+4
* Fix #8023: evaluate_signature() does not work properly in python3.9Takeshi KOMIYA2020-08-011-1/+1
* 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
|/
* 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
| |/ / |/| |
* | | Fix #7619: Duplicated node IDs are generated if node has multiple IDsTakeshi KOMIYA2020-07-091-1/+2
|/ /
* | Fix #7894: gettext: Wrong source info is shown when using rst_epilogTakeshi KOMIYA2020-07-081-1/+6
* | Merge branch '3.1.x' into 3.xTakeshi KOMIYA2020-07-041-15/+5
|\ \ | |/
| * Fix #7812: autosummary: generates broken stub files (again)Takeshi KOMIYA2020-06-281-14/+1
| * Fix #7844: autodoc: Failed to detect module when relative module name givenTakeshi KOMIYA2020-06-221-1/+4
* | Merge pull request #7832 from cool-RR/2020-06-11-raise-fromTakeshi KOMIYA2020-06-295-17/+18
|\ \
| * | Fix exception causes all over the codebaseRam Rachum2020-06-145-17/+18
* | | C,C++: support parameterized GNU style attributesJakob Lykke Andersen2020-06-201-9/+12
| |/ |/|
* | Fix #7807: autodoc: wrong signature is shown for the function using contextma...Takeshi KOMIYA2020-06-141-1/+16
* | Merge branch '3.1.x' into 7812_broken_stubs_for_same_qualname_entriesTakeshi KOMIYA2020-06-121-1/+1
|\ \
| * | Fix #7803: Fix typo in import-block for type annotationTakeshi KOMIYA2020-06-091-1/+1
| |/