summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.0.1 finalv3.0.1Takeshi KOMIYA2020-04-111-2/+2
* Fix #7451: autodoc: failed with non-string __doc__ memberTakeshi KOMIYA2020-04-101-0/+3
* Fix #7445: a return annotation ``None`` is not converted to a hyperlinkTakeshi KOMIYA2020-04-101-1/+6
* Merge pull request #7442 from tk0miya/7435_typehints_not_suppressed_for_classTakeshi KOMIYA2020-04-101-2/+2
|\
| * Merge branch '3.0.x' into 7435_typehints_not_suppressed_for_classTakeshi KOMIYA2020-04-104-14/+86
| |\
| * | Fix #7435: autodoc_typehints doesn't suppress typehints for classes/methodsTakeshi KOMIYA2020-04-091-2/+2
* | | 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-101-1/+1
|\ \ \
| * \ \ Merge branch '3.0.x' into 7423_logging_non_string_objectTakeshi KOMIYA2020-04-092-11/+83
| |\ \ \
| * \ \ \ Merge branch '3.0.x' into 7423_logging_non_string_objectTakeshi KOMIYA2020-04-091-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fix #7423: crashed when giving a non-string object to loggerTakeshi KOMIYA2020-04-091-1/+1
* | | | | Merge branch '3.0.x' into 7418_case_insensitive_glossary_dup_warningTakeshi KOMIYA2020-04-092-11/+83
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch '3.0.x' into 7422_autodoc_mock_imports_causes_ValueErrorTakeshi KOMIYA2020-04-092-10/+73
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | C++, fix merging overloaded functions in parallel builds.Jakob Lykke Andersen2020-04-081-9/+72
| | | |/ | | |/|
| * | | Fix #7422: autodoc: fails with ValueError when using autodoc_mock_importsTakeshi KOMIYA2020-04-081-2/+11
| | |/ | |/|
* | | Fix #7418: std domain: duplication warning for glossary terms is case insensi...Takeshi KOMIYA2020-04-091-2/+2
| |/ |/|
* | Fix #7428: py domain: a reference to class ``None`` emits a nitpicky warningTakeshi KOMIYA2020-04-081-1/+1
|/
* Bump versionTakeshi KOMIYA2020-04-061-3/+3
* Bump to 3.0.0 finalv3.0.0Takeshi KOMIYA2020-04-061-2/+2
* Fix flake8 errorTakeshi KOMIYA2020-04-051-1/+1
* Merge branch '2.x' into 3.0.xTakeshi KOMIYA2020-04-052-41/+54
|\
| * Merge pull request #7222 from terencehonles/fix-functools.__wrapped__-functionsTakeshi KOMIYA2020-03-282-37/+50
| |\
| | * Fix: autodoc: `__wrapped__` functions are not documented correctlyTerence D. Honles2020-02-272-37/+50
* | | Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-057-16/+16
* | | Merge branch '3.0.x' into 7401_broken_env-get-outdatedTakeshi KOMIYA2020-04-021-0/+1
|\ \ \
| * | | Fix #7355: autodoc: a signature of cython-function is not recognized wellTakeshi KOMIYA2020-03-311-0/+1
* | | | Fix #7401: Incorrect argument is passed for env-get-outdated handlersTakeshi KOMIYA2020-03-311-1/+1
|/ / /
* | | Merge pull request #7397 from tk0miya/6564_table_widthTakeshi KOMIYA2020-03-301-1/+4
|\ \ \
| * \ \ Merge branch '3.0.x' into 6564_table_widthTakeshi KOMIYA2020-03-308-21/+6976
| |\ \ \
| * | | | Fix html: a width of table was ignored on HTML builder (ref: #6564)Takeshi KOMIYA2020-03-291-1/+4
* | | | | Update message catalogTakeshi KOMIYA2020-03-30108-52/+54
| |/ / / |/| | |
* | | | Merge pull request #7387 from jakobandersen/before_contentTakeshi KOMIYA2020-03-301-0/+10
|\ \ \ \
| * | | | Add ObjectDescription.transform_content()Jakob Lykke Andersen2020-03-291-0/+10
* | | | | Update message catalogTakeshi KOMIYA2020-03-302-0/+6930
* | | | | Fix #7301: epub: duplicated node_ids are generatedTakeshi KOMIYA2020-03-291-11/+12
* | | | | Fix #7301: capital characters are not allowed for node_idTakeshi KOMIYA2020-03-291-3/+3
* | | | | Fix #7219: py:module directive generates incorrect index entryTakeshi KOMIYA2020-03-291-2/+2
* | | | | Fix #7219: py:function directive generates incorrect index entryTakeshi KOMIYA2020-03-291-3/+14
* | | | | Merge pull request #7390 from tk0miya/6477_broken_disabling_xrefTakeshi KOMIYA2020-03-292-2/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix #6477: Escape first "!" in a cross reference linking no longer possibleTakeshi KOMIYA2020-03-282-2/+5
| |/ / /
* | | | Update message catalogsTakeshi KOMIYA2020-03-2952-46410/+51310
|/ / /
* | | C, C++, do not recurse in anon symbols on additionJakob Lykke Andersen2020-03-252-2/+2
* | | Merge pull request #7380 from jakobandersen/cpp_comma_operatorJakob Lykke Andersen2020-03-251-94/+166
|\ \ \
| * | | C++, support pack expansion in template argument listsJakob Lykke Andersen2020-03-251-9/+41
| * | | C++, support comma operator in expressionsJakob Lykke Andersen2020-03-251-48/+90
| * | | C++, improve error messages for template parameter/argument listsJakob Lykke Andersen2020-03-241-37/+35