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-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi 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-01-22Merge branch '3.x'Takeshi KOMIYA
2021-01-19refactor: autosummary: Deprecate _simple_info() and _simple_warn()Takeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-31Merge branch '3.x'Takeshi KOMIYA
2020-12-29refactor: autosummary: Do not import deprecated documenter; SingledispatchFun...Takeshi KOMIYA
2020-12-29Merge branch '3.x'Takeshi KOMIYA
2020-12-27Fix #8306: autosummary: mocked modules are documented as empty pageTakeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-29Fix #8503: autoattribute could not create document for a GenericAliasTakeshi KOMIYA
2020-11-28Fix #8501: autosummary: summary extraction splits text after "el at."Takeshi KOMIYA
2020-11-25refactor: Deprecate InstanceAttributeDocumenterTakeshi KOMIYA
2020-11-23Fix #8480: autoattribute could not create document for __slots__ attributesTakeshi KOMIYA
2020-11-22Merge branch '3.x'Takeshi KOMIYA
2020-11-22apidoc: Load NewTypeAttributeDocumenter on bootingTakeshi KOMIYA
2020-11-21Fix #8460: autodoc: Support custom types defined by typing.NewTypeTakeshi KOMIYA
2020-11-20Merge branch '3.x'Takeshi KOMIYA
2020-11-20Fix #8443: autodata directive does not support PEP-526 ivarsTakeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-10Merge branch '3.x'Takeshi KOMIYA
2020-11-10Merge branch '3.3.x' into 3.xTakeshi KOMIYA
2020-11-09refactor: Add ``Documenter.config`` as a shortcut to access the config objectTakeshi KOMIYA
2020-11-08Fix #7727: autosummary raises PycodeError for namespace python packageTakeshi KOMIYA
2020-08-08Merge branch '3.x'Takeshi KOMIYA
2020-08-07update the type hintKeewis
2020-08-07return a documenter instance instead of just the classKeewis
2020-08-07add a create_documenter method wrapping get_documenterKeewis
2020-08-07revert the dispatcher changesKeewis
2020-08-02fix the calls of the custom documenter functionsKeewis
2020-08-02actually use it as a methodKeewis
2020-08-02Merge branch '3.x' into custom-get_documenterKeewis
2020-08-02convert to a methodKeewis
2020-08-02implement the dispatchingKeewis
2020-08-01Close #8011: autosummary: Support instance attributesTakeshi KOMIYA
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-23Merge pull request #7927 from jnothman/name-case-clashTakeshi KOMIYA
2020-07-16Fix autosummary: "Module attributes" header is not translatableTakeshi KOMIYA
2020-07-16refactor: namedtuples with PEP 526Takeshi KOMIYA
2020-07-15Rm unused importJoel Nothman
2020-07-15Fix toctree generationJoel Nothman
2020-07-08Fix attempt with new test rootJoel Nothman
2020-07-08Flake8Joel Nothman
2020-07-08Add autosummary_filename_map config to avoid clashesJoel Nothman