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-09-11Merge pull request #9611 from tk0miya/9560_NewType_moduleTakeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-09-05Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA
2021-08-29Merge branch '4.x' into 9564-fix_highlighted_code_role_smartquotesTakeshi KOMIYA
2021-08-29Merge pull request #9590 from tk0miya/9589_AnnotatedTakeshi KOMIYA
2021-08-29Fix #9589: autodoc: typing.Annotated has wrongly been renderedTakeshi KOMIYA
2021-08-21Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur
2021-08-10Merge pull request #9530 from tacaswell/fix_numpy_class_attributeTakeshi KOMIYA
2021-08-10Merge branch '4.1.x' into 4.xTakeshi KOMIYA
2021-08-10Fix #9537: autodoc: Some typing.* objects are brokenTakeshi KOMIYA
2021-08-06FIX: do not try to compute the boolean value of a numpy arrayThomas A Caswell
2021-08-02Merge branch '4.x' into 4.xJames
2021-08-01Appease linterJames
2021-08-01Match formatting of other recursive typesJames
2021-08-01Recursively resolve PEP 585 builtinsJames
2021-07-30Fix #9504: autodoc: generate incorrect reference to the parent classTakeshi KOMIYA
2021-07-29Merge branch '4.x' into bugfix/get-type-hintsyanyongyu
2021-07-29Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10Takeshi KOMIYA
2021-07-29Merge pull request #9513 from tk0miya/9512_types.UnionTypesTakeshi KOMIYA
2021-07-29Fix #9512: sphinx-build: crashed with the HEAD of Python 3.10Takeshi KOMIYA
2021-07-29Fix uncatched exception in get type hintsyanyongyu
2021-07-25Fix #9481: autosummary: some warnings contain non-existing filenamesTakeshi KOMIYA
2021-07-23Merge branch 'sphinx-doc:4.x' into 4.xLouis Maddox
2021-07-22Merge branch '4.1.x' into 4.xTakeshi KOMIYA
2021-07-22Fix #9490: autodoc: Some typing.* objects are brokenTakeshi KOMIYA
2021-07-22Fix #9489: autodoc: Custom types using typing.NewType are brokenTakeshi KOMIYA
2021-07-20Merge branch 'sphinx-doc:4.x' into 4.xLouis Maddox
2021-07-19Merge pull request #9464 from Gobot1234/4.xTakeshi KOMIYA
2021-07-19Improve sphinx.util.nodes docstringsLouis Maddox
2021-07-19Improve sphinx.util.matching docstringsLouis Maddox
2021-07-19Improve sphinx.util.logging docstringsLouis Maddox
2021-07-19Docstring improvement to sphinx.util.inventoryLouis Maddox
2021-07-18Improve sphinx.util.console docstringLouis Maddox
2021-07-18Improve sphinx.util docstringsLouis Maddox
2021-07-18Respond to feedbackJames
2021-07-17Add support for PEP 585 genericsJames
2021-07-17Close #9445: autodoc: Support class propertiesTakeshi KOMIYA
2021-07-10Fix #9404: autodoc: autoclass raises TypeError for dict-like objectTakeshi KOMIYA
2021-07-08Merge pull request #9415 from tk0miya/9362_AttributeError_for_subclass_of_emp...Takeshi KOMIYA
2021-07-08Fix typoEisuke Kawashima
2021-07-07Fix #9362: autodoc: AttributeError is raised for a subclass of Tuple[()]Takeshi KOMIYA
2021-06-30Merge branch '4.0.x' into 4.xTakeshi KOMIYA
2021-06-24C++, C, support digit separators in literalsJakob Lykke Andersen
2021-06-13Merge branch '4.0.x' into 4.xTakeshi KOMIYA
2021-06-13Revert the removal of sphinx.util:force_decode()Takeshi KOMIYA
2021-06-13Fix mypy violations (delete type: ignore ) (with mypy-0.900)Junya Fukuda
2021-06-03DocFields, small fixesJakob Lykke Andersen
2021-06-03fields, call roles instead of making a pending_xrefJakob Lykke Andersen
2021-05-30deprecate sphinx.ext.autosummary._appTakeshi KOMIYA
2021-05-29Close #9272: autodoc: Render enum values for the default argument value betterTakeshi KOMIYA