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-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-03-08Close #8487: csv-table now considers abspath as relpath from srcdirTakeshi KOMIYA
2021-03-06Fix wrong directive name in warning messagesTakeshi KOMIYA
2021-01-30Merge branch '3.x'Takeshi KOMIYA
2021-01-28Fix #8072: Directive hlist not implemented in LaTeXjfbu
2021-01-16Merge branch '3.x'Takeshi KOMIYA
2021-01-12Fix #2030: automatic dedent support in code-block directiveTakeshi 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-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-09-13Close #8201: Emit a warning if toctree contains duplicated entriesTakeshi KOMIYA
2020-09-13Merge branch '3.x' into masterTakeshi KOMIYA
2020-09-05Fix #8163: Update warning message for :dedent: optionTakeshi KOMIYA
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-07-04Merge commit '05c65163ecd0ce7bdb7c6807de683266b98e5b28'Takeshi KOMIYA
2020-06-12Fix exception causes in code.pyRam Rachum
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-03-07Deprecate codes for docutils-0.13 or 0.14Takeshi 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-02-05Fix #6581: :reversed: for toctree does not effect to LaTeX buildTakeshi KOMIYA
2020-01-25Add new event: :event:`object-description-transform`Takeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-29Move sphinx.directives.other:Index to sphinx.domains.indexTakeshi KOMIYA
2019-12-21Replace `a and b or c` by the more legible `b if a or c`.Antony Lee
2019-10-28Fix #6742: end-before option of literalinclude skips first lineTakeshi 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-15refactor: Add data accessors to MathDomainTakeshi KOMIYA
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