summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2022-01-01101-101/+101
* Close #9993: std domain: Allow to refer an inline target via ref roleTakeshi KOMIYA2021-12-211-0/+9
* Merge pull request #9992 from tk0miya/debug_printTakeshi KOMIYA2021-12-191-1/+0
|\
| * test: Remove debug printTakeshi KOMIYA2021-12-191-1/+0
* | Merge pull request #9987 from tk0miya/9968_ivar_not_shownTakeshi KOMIYA2021-12-191-0/+15
|\ \
| * | Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargsTakeshi KOMIYA2021-12-191-0/+15
| |/
* | Fix #9979: Error level messages were displayed as warning messagesTakeshi KOMIYA2021-12-171-5/+5
|/
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-12-172-5/+19
|\
| * C, simple type specifier parsing, handling macro-keywordsJakob Lykke Andersen2021-12-011-4/+1
| * C, fix parsing of fundamental typesJakob Lykke Andersen2021-11-302-1/+9
| * C++, fix parsing of fundamental typesJakob Lykke Andersen2021-11-301-1/+10
* | Merge pull request #9957 from tk0miya/refactor_DeprecationWarningsTakeshi KOMIYA2021-12-162-10/+8
|\ \
| * | refactor: ssl.wrap_context() has been deprecated nowTakeshi KOMIYA2021-12-111-6/+4
| * | refactor: app.html_themes was replaced by registry.html_themesTakeshi KOMIYA2021-12-111-4/+4
* | | refactor: texinfo: Remove CR char from outputTakeshi KOMIYA2021-12-111-1/+1
* | | Merge branch '4.x' into fix-footnote-in-infoTakeshi KOMIYA2021-12-1181-446/+1846
|\ \ \ | |/ /
| * | Merge pull request #9793 from samdoran/enable-parallel-on-macosTakeshi KOMIYA2021-12-111-4/+0
| |\ \
| | * | Set multiprocessing start method to forkSam Doran2021-10-281-4/+0
| * | | Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehintsTakeshi KOMIYA2021-12-114-64/+282
| |\ \ \
| | * | | Close #9075: autodoc: Add a config variable autodoc_unqualified_typehintsTakeshi KOMIYA2021-12-031-0/+93
| | * | | Add `unqualified_typehints` parameter to stringify_signature()Takeshi KOMIYA2021-12-031-0/+4
| | * | | Add `smartref` parameter to sphinx.util.typing:stringify()Takeshi KOMIYA2021-12-031-64/+173
| | * | | py domain: Allow "~" prefix as a prefix of typehints in signatureTakeshi KOMIYA2021-11-301-0/+12
| * | | | Fix flake8 warningsTakeshi KOMIYA2021-12-111-2/+2
| * | | | Merge branch '4.x' into texinfo-add-texinfo_emit_document_referencesTakeshi KOMIYA2021-12-1126-27/+309
| |\ \ \ \
| | * \ \ \ Merge pull request #9391 from marxin/info-samp-with-variableTakeshi KOMIYA2021-12-111-0/+11
| | |\ \ \ \
| | | * | | | texinfo: improve variable in :samp: directivesMartin Liska2021-11-081-0/+11
| | * | | | | linkcheck: Exclude links from matched documentsChristian Roth2021-12-085-0/+45
| | * | | | | Fix typosKian-Meng, Ang2021-11-301-1/+1
| | | |/ / / | | |/| | |
| | * | | | Merge pull request #9902 from tk0miya/9899_pydomain_crossref_specifier_in_typ...Takeshi KOMIYA2021-11-301-0/+22
| | |\ \ \ \
| | | * \ \ \ Merge branch '4.x' into 9899_pydomain_crossref_specifier_in_typefieldTakeshi KOMIYA2021-11-306-2/+96
| | | |\ \ \ \
| | | * | | | | Fix #9899: py domain: Allows cross-reference specifier to :type: optionTakeshi KOMIYA2021-11-291-0/+22
| | * | | | | | Merge pull request #9905 from tk0miya/9883_ismockTakeshi KOMIYA2021-11-303-1/+21
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | | * | | | | Fix #9883: autodoc: doccomment for the alias to mocked object was ignoredTakeshi KOMIYA2021-11-293-1/+21
| | | |/ / / /
| | * | | | | Merge pull request #9800 from hoefling/extlinks/replacements-checkTakeshi KOMIYA2021-11-295-0/+93
| | |\ \ \ \ \
| | | * | | | | extlinks: replacement suggestions for hardcoded linksoleg.hoefling2021-11-125-0/+93
| | * | | | | | test: Try to import nodes.meta first (for the latest docutils)Takeshi KOMIYA2021-11-281-2/+3
| | | |/ / / / | | |/| | | |
| | * | | | | Merge remote-tracking branch 'origin/4.x' into 4.xTakeshi KOMIYA2021-11-262-9/+51
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #9831 from Yoshanuikabundi/autosummary___all__Takeshi KOMIYA2021-11-262-9/+51
| | | |\ \ \ \ \
| | | | * | | | | Fix lints and reorder args of members_ofJosh Mitchell2021-11-221-0/+1
| | | | * | | | | Fixed missed ignore___all__ -> ignore_module_allJosh Mitchell2021-11-151-1/+1
| | | | * | | | | Corrections from review by tk0miyaJosh Mitchell2021-11-151-1/+1
| | | | * | | | | #2021: Allow autosummary to respect __all__Josh Mitchell2021-11-152-10/+51
| | | | |/ / / /
| | * | | | | | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-11-261-4/+10
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | |
| | | * | | | Fix #9868: ImportError on testing sphinx.util.inspectTakeshi KOMIYA2021-11-231-4/+10
| | * | | | | Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-11-231-2/+26
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix #9864: mathjax: Failed to render equations via MathJax v2Takeshi KOMIYA2021-11-211-2/+26
| | | |/ / /
| | * | | | Fix #9866: autodoc: doccoment for the imported class was ignoredTakeshi KOMIYA2021-11-213-1/+19
| | * | | | Update RFC base urlMatt Ficke2021-11-162-7/+7
| | |/ / /
| * | | | texinfo: simplify reference emission.Martin Liska2021-11-121-0/+14
| |/ / /