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-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-12address some unused loop control variables (B007)Daniel Eades
2022-01-01A happy new year!Takeshi KOMIYA
2021-04-12Decl styling, move desc dynamic classes to domain base classJakob Lykke Andersen
2021-03-22refactor: Use PEP-526 based variable annotation (sphinx.directives)Takeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-01-07Merge branch '3.x'Takeshi KOMIYA
2021-01-03refactor: Update typehints for ObjectDescription using GenericTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-07-24Merge branch '3.x'Takeshi KOMIYA
2020-07-16Preserve backwards compatibilityPeter Bell
2020-07-15Require canonical name to be specified when calling deprecated_aliasPeter Bell
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-04-05Merge branch '3.x'Takeshi KOMIYA
2020-03-29Add ObjectDescription.transform_content()Jakob Lykke Andersen
2020-03-21Merge branch '3.x'Takeshi KOMIYA
2020-03-20Simplify backslash strippingJakob Lykke Andersen
2020-03-20Remove backslash stripping in domains.Jakob Lykke Andersen
2020-03-07Hello TYPE_CHECKING!Takeshi KOMIYA
2020-02-29refactor: Set source_info to nodesTakeshi KOMIYA
2020-02-23refactor: Update type annotations in sphinx.*Takeshi KOMIYA
2020-02-22Merge branch '7144_styling_desc_by_domainname' into 3.xTakeshi KOMIYA
2020-02-22Merge branch 'drop_desc_signature_first' into 3.xTakeshi KOMIYA
2020-02-22Deprecate DescDirectiveTakeshi KOMIYA
2020-02-16Close #7144: Add CSS class indicating its domain for each desc nodeTakeshi KOMIYA
2020-02-08Deprecate desc_signature['first']Takeshi KOMIYA
2020-01-04Close #6830: autodoc: consider a member private if docstring has "private" me...Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-29Move sphinx.directives.other:Index to sphinx.domains.indexTakeshi KOMIYA
2019-06-19Merge branch '2.1.3' into 2.0Takeshi KOMIYA
2019-06-18repair white spaceViktor Haag
2019-06-18Simplify to ensure we're lazily setting the instance field-type-map variableViktor Haag
2019-06-14mypy type annotations for methods addedViktor Haag
2019-06-13type declaration for new internal methodViktor Haag
2019-06-13Explicitly treat ObjectDescription._doc_field_type_map as an instance variableViktor Haag
2019-06-08Migrate to py3 style type annotation: sphinx.directivesTakeshi KOMIYA
2019-03-31Update type annotations for python domainTakeshi KOMIYA
2019-03-23Add ObjectDescription.get_field_type_map()Takeshi KOMIYA
2019-03-17Deprecate imports for compatibilityTakeshi KOMIYA
2019-03-10Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-03Close #2155: Support ``code`` directiveTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA