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-01-08Fix mypy violations (with mypy-0.931)Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-11-09Merge branch '4.x' into 9623_suppress_warnings_for_excluded_document_in_toctreeTakeshi KOMIYA
2021-11-09Fix #9623: Separate warning type 'toc.not_readable' to 'toc.excluded'Takeshi KOMIYA
2021-10-09Fix #9688: ImportError for set_classes()Takeshi KOMIYA
2021-10-09Merge branch '4.x' into class-option-for-code-directiveTakeshi KOMIYA
2021-10-04Fix bug of Sphinx's .. code:: directive not recognizing :class: optionLatosha Maltba
2021-10-03Support docutils-0.18; Meta directive and meta node has movedTakeshi KOMIYA
2021-09-12Close #9623: Allow to suppress warnings on excluded document found in toctreeTakeshi KOMIYA
2021-09-12Fix i18n: messages in sphinx.directives.other are not translatedTakeshi KOMIYA
2021-09-12refactor: Use logger.warning() instead of reporter.warning()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-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