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-17Fix #8992: autodoc: Failed to resolve types.TracebackType type annotationTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-03-09refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA
2021-03-06Merge branch '3.x'Takeshi KOMIYA
2021-03-06Fix #7199: py domain: Add a new confval: python_use_unqualified_type_namesTakeshi KOMIYA
2021-03-05Filter pending_xref_condition node on failed resolutionTakeshi KOMIYA
2021-03-04Fix #8952: Exceptions raised in a Directive cause parallel builds to hangTakeshi KOMIYA
2021-02-28autodoc: an imported TypeVar is not resolved (refs: #8415)Takeshi KOMIYA
2021-02-25Fix #8917: autodoc: Raises a warning if function has wrong __globals__ valueTakeshi KOMIYA
2021-02-17refactor: Remove meaningless type annotationsTakeshi KOMIYA
2021-02-09Update type annotationsTakeshi KOMIYA
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-02-01Fix #8775: Avoid the crash of autodoc caused by type union operatorTakeshi KOMIYA
2021-02-01Merge pull request #8803 from tk0miya/8775_autodoc_type_union_operatorTakeshi KOMIYA
2021-01-31autodoc: Support type union operator (PEP-604) (refs: #8775)Takeshi KOMIYA
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-23Merge branch 'master' into 8510_html_logo_urlTakeshi KOMIYA
2021-01-23refactor: Add sphinx.util:isurl()Takeshi KOMIYA
2021-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-22Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-22Fix mypy violations (with mypy-0.800)Takeshi KOMIYA
2021-01-16Fix #8693: autodoc: Default values for overloads are rendered as stringTakeshi KOMIYA
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-12Fix #8683: html_last_updated_fmt generates wrong time zone for %ZTakeshi KOMIYA
2021-01-12Fix #8683: html_last_updated_fmt does not support UTC offset (%z)Takeshi KOMIYA
2021-01-02refactor: Do not import sphinx.util.smartypants because of deprecatedTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-31Fix #8315: autodoc: Failed to resolve struct.Struct type annotationTakeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-21doc: Update docstring of getslots()Takeshi KOMIYA
2020-12-21Fix #8559: AttributeError is raised when using ForwardRefTakeshi KOMIYA
2020-12-20Fix a flake8 violationTakeshi KOMIYA
2020-12-20Merge branch '3.x'Takeshi KOMIYA
2020-12-20Merge pull request #8551 from tk0miya/8365_pydomain_xref_missing_contextTakeshi KOMIYA
2020-12-19Fix #8365: py domain: :type: and :rtype: gives false ambiguous warningsTakeshi KOMIYA
2020-12-16refactor: Move _getmro() to sphinx.util.inspect moduleTakeshi KOMIYA
2020-12-13Deprecate sphinx.util.osutil.movefile() in favor of os.replace()Jon Dufresne
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-12-12refactor: pretty change for isproperty()Takeshi KOMIYA
2020-11-28Merge pull request #8291 from QuentinSoubeyran/8285_napoleon_google_style_use...Takeshi KOMIYA
2020-11-25refactored code and tests, prepared for numpy featureQuentin Soubeyran
2020-11-24refactor with pyupgradeTakeshi KOMIYA
2020-11-23explicitly specify encoding=utf-8 in apidocwolfpan
2020-11-22Fix importing errorTakeshi KOMIYA