summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix #7445: a return annotation ``None`` is not converted to a hyperlinkTakeshi KOMIYA2020-04-103-1/+15
|/ /
* | Merge pull request #7442 from tk0miya/7435_typehints_not_suppressed_for_classTakeshi KOMIYA2020-04-102-2/+4
|\ \
| * \ Merge branch '3.0.x' into 7435_typehints_not_suppressed_for_classTakeshi KOMIYA2020-04-108-19/+105
| |\ \
| * | | Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methodsTakeshi KOMIYA2020-04-092-2/+4
* | | | Update CHANGES for PR #7426Takeshi KOMIYA2020-04-101-0/+1
* | | | Update CHANGES for PR #7449Takeshi KOMIYA2020-04-101-0/+1
* | | | Merge pull request #7426 from mgeier/escape-linksTakeshi KOMIYA2020-04-109-22/+22
|\ \ \ \
| * | | | Escape a few linksMatthias Geier2020-04-087-14/+14
| * | | | Escape links to master_docMatthias Geier2020-04-086-8/+8
| |/ / /
* | | | Merge pull request #7449 from mitya57/no-xmlnsTakeshi KOMIYA2020-04-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Do not include xmlns attribute with HTML 5 doctypeDmitry Shachnev2020-04-091-1/+1
* | | | Merge pull request #7441 from tk0miya/7423_logging_non_string_objectTakeshi KOMIYA2020-04-103-1/+10
|\ \ \ \
| * \ \ \ Merge branch '3.0.x' into 7423_logging_non_string_objectTakeshi KOMIYA2020-04-093-11/+85
| |\ \ \ \
| * \ \ \ \ Merge branch '3.0.x' into 7423_logging_non_string_objectTakeshi KOMIYA2020-04-092-1/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA2020-04-093-1/+11
* | | | | | Merge pull request #7440 from tk0miya/7418_case_insensitive_glossary_dup_warningTakeshi KOMIYA2020-04-104-7/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch '3.0.x' into 7418_case_insensitive_glossary_dup_warningTakeshi KOMIYA2020-04-093-11/+85
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #7431 from tk0miya/7422_autodoc_mock_imports_causes_ValueE...Takeshi KOMIYA2020-04-092-2/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch '3.0.x' into 7422_autodoc_mock_imports_causes_ValueErrorTakeshi KOMIYA2020-04-093-10/+75
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #7444 from jakobandersen/cpp_parentKey_parallelJakob Lykke Andersen2020-04-092-9/+73
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | C++, fix merging overloaded functions in parallel builds.Jakob Lykke Andersen2020-04-082-9/+73
|/ / / / /
| * | | | Fix #7422: autodoc: fails with ValueError when using autodoc_mock_importsTakeshi KOMIYA2020-04-082-2/+13
| | |/ / | |/| |
| | * | Fix #7418: std domain: duplication warning for glossary terms is case insensi...Takeshi KOMIYA2020-04-094-7/+10
| |/ / |/| |
* | | Merge pull request #7432 from tk0miya/7428_nitpicky_for_None_classTakeshi KOMIYA2020-04-092-1/+3
|\ \ \ | |/ / |/| |
| * | Fix #7428: py domain: a reference to class ``None`` emits a nitpicky warningTakeshi KOMIYA2020-04-082-1/+3
|/ /
* | Bump versionTakeshi KOMIYA2020-04-062-3/+24
* | Bump to 3.0.0 finalv3.0.0Takeshi KOMIYA2020-04-062-4/+4
* | Merge 3.0.0b2 CHANGES entries into 3.0.0Takeshi KOMIYA2020-04-061-46/+41
* | Merge 2.4.5 CHANGES entries into 3.0.0Takeshi KOMIYA2020-04-061-26/+4
* | test: Fix indentationTakeshi KOMIYA2020-04-051-1/+1
* | Fix flake8 errorTakeshi KOMIYA2020-04-051-1/+1
* | Merge branch '2.x' into 3.0.xTakeshi KOMIYA2020-04-055-41/+78
|\ \
| * \ Merge branch '2.4.x' into 2.x2.xTakeshi KOMIYA2020-04-055-37/+74
| |\ \
| | * | Update CHANGES for PR #7222Takeshi KOMIYA2020-03-281-0/+3
| | * | Merge pull request #7222 from terencehonles/fix-functools.__wrapped__-functionsTakeshi KOMIYA2020-03-284-37/+71
| | |\ \
| | | * | Fix: autodoc: `__wrapped__` functions are not documented correctlyTerence D. Honles2020-02-274-37/+71
* | | | | Merge pull request #7415 from tk0miya/7409_priority_for_config-inited_handlersTakeshi KOMIYA2020-04-058-16/+18
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-058-16/+18
|/ / / /
* | | | Merge pull request #7402 from tk0miya/7401_broken_env-get-outdatedTakeshi KOMIYA2020-04-032-1/+2
|\ \ \ \
| * \ \ \ Merge branch '3.0.x' into 7401_broken_env-get-outdatedTakeshi KOMIYA2020-04-024-2/+4
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #7403 from tk0miya/7355_wrong_signature_cythonTakeshi KOMIYA2020-03-314-2/+4
|\ \ \ \ \
| * | | | | Fix #7355: autodoc: a signature of cython-function is not recognized wellTakeshi KOMIYA2020-03-314-2/+4
|/ / / / /
| * | | | Fix #7401: Incorrect argument is passed for env-get-outdated handlersTakeshi KOMIYA2020-03-312-1/+2
|/ / / /
* | | | Merge pull request #7397 from tk0miya/6564_table_widthTakeshi KOMIYA2020-03-302-1/+5
|\ \ \ \
| * \ \ \ Merge branch '3.0.x' into 6564_table_widthTakeshi KOMIYA2020-03-3017-98/+7079
| |\ \ \ \
| * | | | | Fix html: a width of table was ignored on HTML builder (ref: #6564)Takeshi KOMIYA2020-03-292-1/+5
* | | | | | Update message catalogTakeshi KOMIYA2020-03-30108-52/+54
| |/ / / / |/| | | |
* | | | | Merge pull request #7387 from jakobandersen/before_contentTakeshi KOMIYA2020-03-302-0/+12
|\ \ \ \ \
| * | | | | Add ObjectDescription.transform_content()Jakob Lykke Andersen2020-03-292-0/+12
* | | | | | Update message catalogTakeshi KOMIYA2020-03-302-0/+6930