| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 101 | -101/+101 |
| * | Close #9993: std domain: Allow to refer an inline target via ref role | Takeshi KOMIYA | 2021-12-21 | 1 | -0/+9 |
| * | Merge pull request #9992 from tk0miya/debug_print | Takeshi KOMIYA | 2021-12-19 | 1 | -1/+0 |
| |\ | |||||
| | * | test: Remove debug print | Takeshi KOMIYA | 2021-12-19 | 1 | -1/+0 |
| * | | Merge pull request #9987 from tk0miya/9968_ivar_not_shown | Takeshi KOMIYA | 2021-12-19 | 1 | -0/+15 |
| |\ \ | |||||
| | * | | Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargs | Takeshi KOMIYA | 2021-12-19 | 1 | -0/+15 |
| | |/ | |||||
| * | | Fix #9979: Error level messages were displayed as warning messages | Takeshi KOMIYA | 2021-12-17 | 1 | -5/+5 |
| |/ | |||||
| * | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2021-12-17 | 2 | -5/+19 |
| |\ | |||||
| | * | C, simple type specifier parsing, handling macro-keywords | Jakob Lykke Andersen | 2021-12-01 | 1 | -4/+1 |
| | * | C, fix parsing of fundamental types | Jakob Lykke Andersen | 2021-11-30 | 2 | -1/+9 |
| | * | C++, fix parsing of fundamental types | Jakob Lykke Andersen | 2021-11-30 | 1 | -1/+10 |
| * | | Merge pull request #9957 from tk0miya/refactor_DeprecationWarnings | Takeshi KOMIYA | 2021-12-16 | 2 | -10/+8 |
| |\ \ | |||||
| | * | | refactor: ssl.wrap_context() has been deprecated now | Takeshi KOMIYA | 2021-12-11 | 1 | -6/+4 |
| | * | | refactor: app.html_themes was replaced by registry.html_themes | Takeshi KOMIYA | 2021-12-11 | 1 | -4/+4 |
| * | | | refactor: texinfo: Remove CR char from output | Takeshi KOMIYA | 2021-12-11 | 1 | -1/+1 |
| * | | | Merge branch '4.x' into fix-footnote-in-info | Takeshi KOMIYA | 2021-12-11 | 81 | -446/+1846 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #9793 from samdoran/enable-parallel-on-macos | Takeshi KOMIYA | 2021-12-11 | 1 | -4/+0 |
| | |\ \ | |||||
| | | * | | Set multiprocessing start method to fork | Sam Doran | 2021-10-28 | 1 | -4/+0 |
| | * | | | Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehints | Takeshi KOMIYA | 2021-12-11 | 4 | -64/+282 |
| | |\ \ \ | |||||
| | | * | | | Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints | Takeshi KOMIYA | 2021-12-03 | 1 | -0/+93 |
| | | * | | | Add `unqualified_typehints` parameter to stringify_signature() | Takeshi KOMIYA | 2021-12-03 | 1 | -0/+4 |
| | | * | | | Add `smartref` parameter to sphinx.util.typing:stringify() | Takeshi KOMIYA | 2021-12-03 | 1 | -64/+173 |
| | | * | | | py domain: Allow "~" prefix as a prefix of typehints in signature | Takeshi KOMIYA | 2021-11-30 | 1 | -0/+12 |
| | * | | | | Fix flake8 warnings | Takeshi KOMIYA | 2021-12-11 | 1 | -2/+2 |
| | * | | | | Merge branch '4.x' into texinfo-add-texinfo_emit_document_references | Takeshi KOMIYA | 2021-12-11 | 26 | -27/+309 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge pull request #9391 from marxin/info-samp-with-variable | Takeshi KOMIYA | 2021-12-11 | 1 | -0/+11 |
| | | |\ \ \ \ | |||||
| | | | * | | | | texinfo: improve variable in :samp: directives | Martin Liska | 2021-11-08 | 1 | -0/+11 |
| | | * | | | | | linkcheck: Exclude links from matched documents | Christian Roth | 2021-12-08 | 5 | -0/+45 |
| | | * | | | | | Fix typos | Kian-Meng, Ang | 2021-11-30 | 1 | -1/+1 |
| | | | |/ / / | | |/| | | | |||||
| | | * | | | | Merge pull request #9902 from tk0miya/9899_pydomain_crossref_specifier_in_typ... | Takeshi KOMIYA | 2021-11-30 | 1 | -0/+22 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge branch '4.x' into 9899_pydomain_crossref_specifier_in_typefield | Takeshi KOMIYA | 2021-11-30 | 6 | -2/+96 |
| | | | |\ \ \ \ | |||||
| | | | * | | | | | Fix #9899: py domain: Allows cross-reference specifier to :type: option | Takeshi KOMIYA | 2021-11-29 | 1 | -0/+22 |
| | | * | | | | | | Merge pull request #9905 from tk0miya/9883_ismock | Takeshi KOMIYA | 2021-11-30 | 3 | -1/+21 |
| | | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
| | | | * | | | | | Fix #9883: autodoc: doccomment for the alias to mocked object was ignored | Takeshi KOMIYA | 2021-11-29 | 3 | -1/+21 |
| | | | |/ / / / | |||||
| | | * | | | | | Merge pull request #9800 from hoefling/extlinks/replacements-check | Takeshi KOMIYA | 2021-11-29 | 5 | -0/+93 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | extlinks: replacement suggestions for hardcoded links | oleg.hoefling | 2021-11-12 | 5 | -0/+93 |
| | | * | | | | | | test: Try to import nodes.meta first (for the latest docutils) | Takeshi KOMIYA | 2021-11-28 | 1 | -2/+3 |
| | | | |/ / / / | | |/| | | | | |||||
| | | * | | | | | Merge remote-tracking branch 'origin/4.x' into 4.x | Takeshi KOMIYA | 2021-11-26 | 2 | -9/+51 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | Merge pull request #9831 from Yoshanuikabundi/autosummary___all__ | Takeshi KOMIYA | 2021-11-26 | 2 | -9/+51 |
| | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | Fix lints and reorder args of members_of | Josh Mitchell | 2021-11-22 | 1 | -0/+1 |
| | | | | * | | | | | Fixed missed ignore___all__ -> ignore_module_all | Josh Mitchell | 2021-11-15 | 1 | -1/+1 |
| | | | | * | | | | | Corrections from review by tk0miya | Josh Mitchell | 2021-11-15 | 1 | -1/+1 |
| | | | | * | | | | | #2021: Allow autosummary to respect __all__ | Josh Mitchell | 2021-11-15 | 2 | -10/+51 |
| | | | | |/ / / / | |||||
| | | * | | | | | | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2021-11-26 | 1 | -4/+10 |
| | | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | / | | | | |_|_|/ | | | |/| | | | |||||
| | | | * | | | | Fix #9868: ImportError on testing sphinx.util.inspect | Takeshi KOMIYA | 2021-11-23 | 1 | -4/+10 |
| | | * | | | | | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2021-11-23 | 1 | -2/+26 |
| | | |\ \ \ \ \ | | | |/ / / / | |||||
| | | | * | | | | Fix #9864: mathjax: Failed to render equations via MathJax v2 | Takeshi KOMIYA | 2021-11-21 | 1 | -2/+26 |
| | | | |/ / / | |||||
| | | * | | | | Fix #9866: autodoc: doccoment for the imported class was ignored | Takeshi KOMIYA | 2021-11-21 | 3 | -1/+19 |
| | | * | | | | Update RFC base url | Matt Ficke | 2021-11-16 | 2 | -7/+7 |
| | | |/ / / | |||||
| | * | | | | texinfo: simplify reference emission. | Martin Liska | 2021-11-12 | 1 | -0/+14 |
| | |/ / / | |||||
