summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 2.4.3 finalv2.4.3Takeshi KOMIYA2020-02-221-2/+2
* Fix #7195: todo: emit doctree-resolved event with non-document node incorrectlyTakeshi KOMIYA2020-02-221-2/+7
* html search: show warning if [role=main] element not foundTakeshi KOMIYA2020-02-221-1/+3
* Merge branch '2.4.x' into searchfixTakeshi KOMIYA2020-02-222-4/+20
|\
| * Merge branch '2.4.x' into 7183_attr_ref_over_intersphinxTakeshi KOMIYA2020-02-221-4/+17
| |\
| | * Fix #7189: autodoc: classmethod coroutines are not detectedTakeshi KOMIYA2020-02-221-4/+17
| * | Fix #7183: intersphinx: ``:attr:`` reference to property is brokenTakeshi KOMIYA2020-02-221-0/+3
| |/
* | Fix search in dirhtml outputVince Salvino2020-02-211-7/+11
|/
* Fix property access of vararg and kwarg.Toshihiko Yanase2020-02-191-2/+2
* Bump versionTakeshi KOMIYA2020-02-191-3/+3
* Bump to 2.4.2 finalv2.4.2Takeshi KOMIYA2020-02-191-2/+2
* Fix #7178: autodoc: TypeError is raised on fetching type annotationsTakeshi KOMIYA2020-02-191-2/+2
* Merge branch '2.4.x' into 7137_viewcode_non_python_codeTakeshi KOMIYA2020-02-181-1/+0
|\
| * Fix #7170: text: Remove debug printTakeshi KOMIYA2020-02-181-1/+0
* | Fix #7137: viewcode: Avoid to crash when non-python code givenTakeshi KOMIYA2020-02-181-1/+1
|/
* Merge branch '2.4.2' into 7161_autodoc.typhints_parallel_buildTakeshi KOMIYA2020-02-162-15/+86
|\
| * Merge branch '2.4.2' into 7151_env.indexentries_setterTakeshi KOMIYA2020-02-161-15/+78
| |\
| | * Merge pull request #7152 from gpotter2/elipsispatchTakeshi KOMIYA2020-02-161-15/+78
| | |\
| | | * Mypy fixesgpotter22020-02-161-2/+2
| | | * Remove unused enumerategpotter22020-02-161-1/+1
| | | * refactor: Support suppressed type_comment (refs: #7152)Takeshi KOMIYA2020-02-161-41/+74
| | | * Fix #7146gpotter22020-02-141-11/+41
| * | | Fix #7151: crashed when extension assigns a value to ``env.indexentries``Takeshi KOMIYA2020-02-161-0/+8
| |/ /
* | | Fix #7161: autodoc: typehints extension does not support parallel buildTakeshi KOMIYA2020-02-161-6/+12
|/ /
* | Fix #7156: autodoc: separator for keyword only arguments is not shownTakeshi KOMIYA2020-02-161-3/+3
|/
* Fix #7138: autodoc: crashed when variable has unbound objectTakeshi KOMIYA2020-02-131-1/+1
* Bump versionTakeshi KOMIYA2020-02-111-3/+3
* Bump to 2.4.1 finalv2.4.1Takeshi KOMIYA2020-02-111-2/+2
* Fix #7126: autodoc: TypeError: getset_descriptor object is not iterableTakeshi KOMIYA2020-02-111-2/+2
* Fix #7120: html: crashed when on scaling SVG images which have float dimentionsTakeshi KOMIYA2020-02-091-0/+2
* Bump versionTakeshi KOMIYA2020-02-091-3/+3
* Bump to 2.4.0 finalv2.4.0Takeshi KOMIYA2020-02-091-2/+2
* Merge branch '2.3.2' into 2.0Takeshi KOMIYA2020-02-092-4/+15
|\
| * Also added sanitizing to 'ImageDownloader's-weigand2020-02-041-0/+1
| * Added code to replace problematic characters in filenames when usings-weigand2020-02-041-0/+3
| * C++, fix rendering of expr listsJakob Lykke Andersen2020-01-251-2/+2
| * C++, test role target checks and fix two casesJakob Lykke Andersen2020-01-201-2/+9
* | Merge pull request #7114 from tk0miya/7112_svg_not_floatedTakeshi KOMIYA2020-02-092-12/+4
|\ \
| * | fixTakeshi KOMIYA2020-02-091-6/+2
| * | Fix #7112: html: SVG image is not layouted as float even if alignedTakeshi KOMIYA2020-02-092-7/+3
* | | Merge pull request #7116 from tk0miya/7115_override_LATEXMKOPTSTakeshi KOMIYA2020-02-091-2/+2
|\ \ \ | |/ / |/| |
| * | Close #7115: LaTeX: Allow to override LATEXOPTS and LATEXMKOPTS via envvarsTakeshi KOMIYA2020-02-091-2/+2
* | | Merge pull request #7107 from tk0miya/7106_enumerated_nodes_marked_as_duplicatedTakeshi KOMIYA2020-02-091-1/+3
|\ \ \
| * \ \ Merge branch '2.0' into 7106_enumerated_nodes_marked_as_duplicatedTakeshi KOMIYA2020-02-091-1/+1
| |\ \ \
| * | | | Fix #7106: std domain: enumerated nodes are marked as duplicatedTakeshi KOMIYA2020-02-081-1/+3
| | |/ / | |/| |
* | | | Merge pull request #7113 from tk0miya/6327_apidoc_init.soTakeshi KOMIYA2020-02-091-16/+63
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix #6327: apidoc: Support a python package consisted of __init__.so fileTakeshi KOMIYA2020-02-081-11/+28
| * | | refactor: apidoc.shall_skip()Takeshi KOMIYA2020-02-081-5/+35
| |/ /
* | | Merge pull request #7102 from tk0miya/7095_dirhtml_broken_docrefTakeshi KOMIYA2020-02-091-1/+1
|\ \ \ | |/ / |/| |
| * | Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:Takeshi KOMIYA2020-02-071-1/+1