summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy violations (with types-requests-2.27.3)Takeshi KOMIYA2022-01-091-3/+3
* Fix mypy violations (with mypy-0.931)Takeshi KOMIYA2022-01-091-2/+2
* A happy new year! (again)Takeshi KOMIYA2022-01-011-1/+1
* A happy new year!Takeshi KOMIYA2022-01-01211-211/+211
* Fix mypy violations (with mypy-0.930)Takeshi KOMIYA2021-12-243-8/+8
* Merge pull request #9998 from tk0miya/9993_inline_targetTakeshi KOMIYA2021-12-231-3/+5
|\
| * Close #9993: std domain: Allow to refer an inline target via ref roleTakeshi KOMIYA2021-12-211-3/+5
* | Merge pull request #9990 from tk0miya/9961_nested_kbd_in_html_related_buildersTakeshi KOMIYA2021-12-231-1/+1
|\ \ | |/ |/|
| * Close #9961: html: Support nested <kbd> HTML elements in other HTML buildersTakeshi KOMIYA2021-12-191-1/+1
* | Merge pull request #9987 from tk0miya/9968_ivar_not_shownTakeshi KOMIYA2021-12-191-0/+4
|\ \
| * | Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargsTakeshi KOMIYA2021-12-191-0/+4
| |/
* | Merge pull request #9982 from tk0miya/9979_error_loggigTakeshi KOMIYA2021-12-191-1/+8
|\ \
| * | Fix #9979: Error level messages were displayed as warning messagesTakeshi KOMIYA2021-12-171-1/+8
| |/
* | Update message catalogstk0miya2021-12-1967-1018/+948
|/
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2021-12-176-59/+159
|\
| * Fix mypy violations (with mypy-0.920)Takeshi KOMIYA2021-12-174-5/+5
| * C, simple type specifier parsing, handling macro-keywordsJakob Lykke Andersen2021-12-011-4/+17
| * C, fix parsing of fundamental typesJakob Lykke Andersen2021-11-301-24/+27
| * C++, fix parsing of fundamental typesJakob Lykke Andersen2021-11-301-29/+113
| * C++, fix typo in internal functionJakob Lykke Andersen2021-11-301-2/+2
* | Update message catalogstk0miya2021-12-12125-5522/+5493
* | Merge branch '4.x' into 9940_pymultifunction_latexJean-François B2021-12-1110-78/+145
|\ \
| * | refactor: texinfo: Remove CR char from outputTakeshi KOMIYA2021-12-111-4/+2
| * | Merge branch '4.x' into fix-footnote-in-infoTakeshi KOMIYA2021-12-11240-23865/+52699
| |\ \
| | * \ Merge pull request #9793 from samdoran/enable-parallel-on-macosTakeshi KOMIYA2021-12-112-18/+4
| | |\ \
| | | * | Set multiprocessing start method to forkSam Doran2021-10-282-18/+4
| | * | | Merge pull request #9953 from tk0miya/9947_source_info_less_topic_nodeTakeshi KOMIYA2021-12-112-1/+6
| | |\ \ \
| | | * | | Fix #9947: i18n: topic directive having a bullet list can't be translatableTakeshi KOMIYA2021-12-102-1/+6
| | * | | | Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehintsTakeshi KOMIYA2021-12-114-54/+113
| | |\ \ \ \
| | | * | | | Close #9075: autodoc: Add a config variable autodoc_unqualified_typehintsTakeshi KOMIYA2021-12-031-0/+16
| | | * | | | Add `unqualified_typehints` parameter to stringify_signature()Takeshi KOMIYA2021-12-031-3/+6
| | | * | | | Add `smartref` parameter to sphinx.util.typing:stringify()Takeshi KOMIYA2021-12-031-46/+72
| | | * | | | py domain: Allow "~" prefix as a prefix of typehints in signatureTakeshi KOMIYA2021-11-301-5/+19
| | * | | | | Merge branch '4.x' into texinfo-add-texinfo_emit_document_referencesTakeshi KOMIYA2021-12-11146-9184/+10946
| | |\ \ \ \ \
| | | * \ \ \ \ Merge pull request #9391 from marxin/info-samp-with-variableTakeshi KOMIYA2021-12-111-1/+10
| | | |\ \ \ \ \
| | | | * | | | | texinfo: improve variable in :samp: directivesMartin Liska2021-11-081-1/+10
| | * | | | | | | texinfo: simplify reference emission.Martin Liska2021-11-122-3/+7
| * | | | | | | | texinfo: fix emission of @footnote directives.Martin Liska2021-07-121-3/+9
* | | | | | | | | Fix Multi-function declaration in Python domain has cramped spacingjfbu2021-12-091-9/+24
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Fix #9944 (LaTeX writer visit_desc_content())jfbu2021-12-091-3/+1
* | | | | | | | Add \sphinxhyphenin{inline,parsed}literal for customizabilityjfbu2021-12-092-7/+11
* | | | | | | | Make sure option names in xelatex pdf output do not split at dashesjfbu2021-12-091-1/+8
* | | | | | | | Fix inaccurate LaTeX commentsjfbu2021-12-091-5/+11
| |_|_|_|/ / / |/| | | | | |
* | | | | | | linkcheck: Exclude links from matched documentsChristian Roth2021-12-081-0/+12
* | | | | | | Update message catalogstk0miya2021-12-05107-1232/+1477
* | | | | | | Prevent literal line wrappingJakob Lykke Andersen2021-12-021-0/+1
* | | | | | | C++, fix typo in internal functionJakob Lykke Andersen2021-11-301-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #9902 from tk0miya/9899_pydomain_crossref_specifier_in_typ...Takeshi KOMIYA2021-11-301-3/+15
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.x' into 9899_pydomain_crossref_specifier_in_typefieldTakeshi KOMIYA2021-11-3067-1070/+1343
| |\ \ \ \ \ \
| * | | | | | | Fix #9899: py domain: Allows cross-reference specifier to :type: optionTakeshi KOMIYA2021-11-291-3/+15