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
2021-03-22Deprecate DocumenterBridge.warn()Takeshi KOMIYA
2021-03-20Rename DocumenterBridge.filename_set to record_dependenciesTakeshi KOMIYA
2021-03-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA
2021-03-15Merge pull request #8983 from tk0miya/7523_autodoc_propertyTakeshi KOMIYA
2021-03-13Fix #7383: autodoc: Support typehints for propertiesTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-03-09Close #7549: autosummary: Enable autosummary_generate by defaultTakeshi KOMIYA
2021-03-06Fix #759: autodoc: Add sphinx.ext.autodoc.preserve_defaults extensionTakeshi KOMIYA
2021-03-06intersphinx: Support pending_xref_conditionTakeshi KOMIYA
2021-02-28Merge pull request #8939 from tk0miya/8938_imgconverter_show_OSErrorTakeshi KOMIYA
2021-02-28Merge pull request #8935 from tk0miya/8933_viewcode_backlink_on_parallel_buildTakeshi KOMIYA
2021-02-27Fix #8938: imgconverter: Show the error of the command availability checkTakeshi KOMIYA
2021-02-25Fix #8933: viewcode: Failed to create back-links on parallel buildTakeshi KOMIYA
2021-02-24Close #8924: autodoc: Support `bound` argument for TypeVarTakeshi KOMIYA
2021-02-16Merge branch '3.x'Takeshi KOMIYA
2021-02-15Fix #8883: autodoc: AttributeError on assigning __annotations__Takeshi KOMIYA
2021-02-15Sometimes _viewcode_modules can be False; don't crash when it isDustin Spicuzza
2021-02-04Merge branch '3.x' into merge_3.x_into_masterjfbu
2021-02-04Merge pull request #8297 from pbudzyns/exclude-members-fixTakeshi KOMIYA
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-02-01Fix #8782: todo: Cross references in todolist get brokenTakeshi KOMIYA
2021-02-01Fix #8800: autodoc: Uninitialized attributes in superclass are recognized as ...Takeshi KOMIYA
2021-02-01Merge remote-tracking branch 'upstream/3.x' into exclude-members-fixpbudzyns
2021-02-01check if autodoc_defaults are str, fix testspbudzyns
2021-01-31refactor: AttributeError handling for getslots() is not neededTakeshi KOMIYA
2021-01-31refactor: AttributeError handling for getall() is not neededTakeshi KOMIYA
2021-01-31refactor: AttributeError handling for getannotations() is not neededTakeshi KOMIYA
2021-01-31refactor: AttributeError handling for getmro() is not neededTakeshi KOMIYA
2021-01-30Merge branch '3.x'Takeshi KOMIYA
2021-01-29code formatpbudzyns
2021-01-29add private-members as extendablepbudzyns
2021-01-29local options handlingpbudzyns
2021-01-27Merge branch '3.x'Takeshi KOMIYA
2021-01-27graphviz: Image node is not rendered if graph file is in subdir (refs: #8232)Takeshi KOMIYA
2021-01-25redundant '+' has no effectpbudzyns
2021-01-25Merge pull request #8757 from tk0miya/8756_viewcode_purge_docTakeshi KOMIYA
2021-01-25add more extendable options and testspbudzyns
2021-01-25add more extendable options and testspbudzyns
2021-01-24Fix #8756: viewcode: highlighted code is generated even if not referencedTakeshi KOMIYA
2021-01-24Merge branch '3.x'Takeshi KOMIYA
2021-01-24Fix #8134: autodoc: crashes when mocked decorator takes argumentsTakeshi KOMIYA
2021-01-24Merge pull request #8731 from tk0miya/8004_preprocess_types_for_googleTakeshi KOMIYA
2021-01-23Fix #8004: napoleon_preprocess_types for Google style docstringsTakeshi KOMIYA
2021-01-22Fix #8727: apidoc: namespace module file is not generated if no submodulesTakeshi KOMIYA
2021-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-22Fix #8704: viewcode: anchors are generated in incremental buildTakeshi KOMIYA
2021-01-21Fix #8720: viewcode: module pages are generated for epub on incremental buildTakeshi KOMIYA
2021-01-20Close #5560: napoleon_use_param also affect "other parameters" sectionTakeshi KOMIYA
2021-01-19refactor: autosummary: Deprecate _simple_info() and _simple_warn()Takeshi KOMIYA
2021-01-19Merge pull request #8703 from tk0miya/refactor_viewcode2Takeshi KOMIYA