summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8323 from TheTripleV/patch-13.2.xTakeshi KOMIYA2020-10-251-0/+1
|\
| * Fix broken url not reporting errorVasista Vovveti2020-10-201-0/+1
* | C, C++, improve warnings on duplicatesJakob Lykke Andersen2020-10-242-69/+91
* | Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-243-8/+8
|/
* C, fix links to function parametersJakob Lykke Andersen2020-10-132-9/+31
* C++, properly reject functions as duplicatesJakob Lykke Andersen2020-10-031-0/+5
* C++, improve warning and debug messagesJakob Lykke Andersen2020-10-031-7/+13
* C, fix names in get_objects()Jakob Lykke Andersen2020-09-141-14/+12
* Merge pull request #8188 from utzig/fix-c-domain-intersphinxJakob Lykke Andersen2020-09-121-0/+4
|\
| * domains: c: add missing intersphinx object typesFabio Utzig2020-09-091-0/+4
* | domains: c: cpp: fix typosFabio Utzig2020-09-092-2/+2
|/
* Bump versionTakeshi KOMIYA2020-08-141-3/+3
* Bump to 3.2.1 finalv3.2.1Takeshi KOMIYA2020-08-141-3/+3
* Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKINGTakeshi KOMIYA2020-08-143-6/+37
|\
| * C and C++, parsing function attributesJakob Lykke Andersen2020-08-133-6/+36
| * C++, fix template template parameter parsingJakob Lykke Andersen2020-08-131-0/+1
* | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-131-0/+6
|/
* Merge pull request #8095 from keewis/toggle-preprocessorTakeshi KOMIYA2020-08-132-6/+12
|\
| * default to False and update the testsKeewis2020-08-121-3/+3
| * fix a typoKeewis2020-08-101-1/+1
| * only preprocess if the preprocessor is enabledKeewis2020-08-101-5/+6
| * add a setting to disable the type preprocessorKeewis2020-08-101-1/+6
* | Fix #8091: autodoc: AttributeError is raised on documenting an attributeTakeshi KOMIYA2020-08-101-0/+6
|/
* Merge branch '8084_KeyError_for_broken_class' into 3.2.xTakeshi KOMIYA2020-08-101-0/+6
|\
| * Fix #8084: autodoc: KeyError is raised on documenting a broken attributeTakeshi KOMIYA2020-08-091-0/+6
* | Fix #8074: napoleon: Crashes during processing C-ext moduleTakeshi KOMIYA2020-08-091-1/+4
|/
* Bump versionTakeshi KOMIYA2020-08-081-3/+3
* Bump versionTakeshi KOMIYA2020-08-081-3/+3
* Make the toc.circular suppress_warnings flag apply to self referenced toctreesAaron Meurer2020-08-071-1/+3
* Merge pull request #8038 from keewis/custom-get_documenterTakeshi KOMIYA2020-08-081-2/+11
|\
| * update the type hintKeewis2020-08-071-1/+1
| * return a documenter instance instead of just the classKeewis2020-08-071-4/+4
| * add a create_documenter method wrapping get_documenterKeewis2020-08-071-1/+10
| * revert the dispatcher changesKeewis2020-08-073-29/+1
| * Merge branch '3.x' into custom-get_documenterKeewis2020-08-021-9/+37
| |\
| * | fix the calls of the custom documenter functionsKeewis2020-08-021-2/+2
| * | actually use it as a methodKeewis2020-08-021-1/+1
| * | Merge branch '3.x' into custom-get_documenterKeewis2020-08-026-60/+133
| |\ \
| * | | convert to a methodKeewis2020-08-021-20/+19
| * | | implement the dispatchingKeewis2020-08-021-1/+21
| * | | allow registering custom get_documenter functionsKeewis2020-08-022-0/+9
* | | | Fix #8041: autodoc: An ivar on super class is not shown unexpectedlyTakeshi KOMIYA2020-08-082-8/+39
* | | | Fix #7780: napoleon: multiple params declaration was wrongly recognizedTakeshi KOMIYA2020-08-071-4/+9
* | | | Merge pull request #8049 from keewis/type-preprocessing-without-use_paramTakeshi KOMIYA2020-08-072-15/+7
|\ \ \ \
| * | | | document that we don't require use_param = True anymoreKeewis2020-08-041-1/+1
| * | | | preprocess even with napoleon_use_param = FalseKeewis2020-08-041-14/+6
* | | | | Merge pull request #7799 from keewis/escape-combined-args-kwargsTakeshi KOMIYA2020-08-061-3/+14
|\ \ \ \ \
| * | | | | remove the syntax checks from the escape method and update the testsKeewis2020-08-051-39/+3
| * | | | | revert the change to DocFieldTransformerKeewis2020-08-051-2/+0
| * | | | | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-08-0418-121/+332
| |\ \ \ \ \