Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-03Close #9075: autodoc: Add a config variable autodoc_unqualified_typehintsTakeshi KOMIYA
2021-11-29Merge pull request #9906 from tk0miya/9800_extlinks_adjust_priorityTakeshi KOMIYA
2021-11-29Merge pull request #9905 from tk0miya/9883_ismockTakeshi KOMIYA
2021-11-29extlinks: Adjust priority (refs: #9800)Takeshi KOMIYA
2021-11-29Fix flake8 and isort errors (refs: #9800)Takeshi KOMIYA
2021-11-29Merge pull request #9800 from hoefling/extlinks/replacements-checkTakeshi KOMIYA
2021-11-28Fix #9883: autodoc: doccomment for the alias to mocked object was ignoredTakeshi KOMIYA
2021-11-27Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2021-11-27Merge pull request #9890 from tk0miya/9844_preserve_defaults_for_partialTakeshi KOMIYA
2021-11-25Merge remote-tracking branch 'origin/4.x' into 4.xTakeshi KOMIYA
2021-11-25Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2021-11-25Merge pull request #9831 from Yoshanuikabundi/autosummary___all__Takeshi KOMIYA
2021-11-25Fix #9844: autodoc: Failed to preserve defvalues for partial functionTakeshi KOMIYA
2021-11-23Fix #9868: imgmath: Crashed if the dvisvgm command failed to convert equationTakeshi KOMIYA
2021-11-23Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2021-11-22Remove debug printTakeshi KOMIYA
2021-11-22Merge branch '4.3.x' into 9864_mathjax_loading_methodTakeshi KOMIYA
2021-11-22Merge branch '4.x' into 9878_mathjax_config_should_be_loaded_earlierTakeshi KOMIYA
2021-11-22Fix lints and reorder args of members_ofJosh Mitchell
2021-11-21Fix #9878: mathjax: MathJax config is placed after loading MathJaxTakeshi KOMIYA
2021-11-21Fix #9879: autodoc: AttributeError for object having invalid __doc__Takeshi KOMIYA
2021-11-21Fix #9866: autodoc: doccoment for the imported class was ignoredTakeshi KOMIYA
2021-11-21Fix #9864: mathjax: Failed to render equations via MathJax v2Takeshi KOMIYA
2021-11-15Fixed missed ignore___all__ -> ignore_module_allJosh Mitchell
2021-11-15Corrections from review by tk0miyaJosh Mitchell
2021-11-15#2021: Allow autosummary to respect __all__Josh Mitchell
2021-11-12apply review suggestionsOleg Hoefling
2021-11-12extlinks: replacement suggestions for hardcoded linksoleg.hoefling
2021-11-08Close #9450: mathjax: Load MathJax via "defer" strategyTakeshi KOMIYA
2021-10-31Merge pull request #9799 from tk0miya/9781_autodoc_preserve_hexadecimalTakeshi KOMIYA
2021-10-31rename intersphinx_disabled_{refs -> reftypes}Jakob Lykke Andersen
2021-10-31intersphinx_disabled_refs, hard-code honor_disabled_refs in one more functionJakob Lykke Andersen
2021-10-31ntersphinx_disabled_refs, type renameJakob Lykke Andersen
2021-10-31intersphinx_disabled_refs, rename 'all' to '*'Jakob Lykke Andersen
2021-10-31Generalize to disable specific refs as well.Jakob Lykke Andersen
2021-10-31Add intersphinx_disabled_domainsJakob Lykke Andersen
2021-10-31Intersphinx, refactoringJakob Lykke Andersen
2021-10-30Fix #9781: autodoc_preserve_defaults does not support hexadecimalTakeshi KOMIYA
2021-10-26Merge pull request #9764 from tk0miya/9752_annotated_slots_attributeTakeshi KOMIYA
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-10-23Fix #9752: autodoc: Failed to detect type annotation for slots attributeTakeshi KOMIYA
2021-09-26Merge branch '4.x' into 9607_incorrect_orig_basesTakeshi KOMIYA
2021-09-26Merge branch '4.x' into 9657_qualname_of_mockTakeshi KOMIYA
2021-09-25Fix #9651: autodoc_typehints_description_target was confused by :returns:Takeshi KOMIYA
2021-09-23Fix #9655: autodoc: mocked object having doc comment is warned unexpectedlyTakeshi KOMIYA
2021-09-20Fix #9657: autodoc: basecls for a subclass of mocked object is incorrectTakeshi KOMIYA
2021-09-20Fix #9607: autodoc: Incorrect base class detectionTakeshi KOMIYA
2021-09-17Merge pull request #9644 from xmo-odoo/fix-sourcename-broken-getattrTakeshi KOMIYA
2021-09-17Merge pull request #9640 from tk0miya/9639_support_asyncgenfunctionTakeshi KOMIYA