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
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-30mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA
2019-12-14Fix #6887: Sphinx crashes with docutils-0.16b0Takeshi KOMIYA
2019-08-01Fix #6620: i18n: classifiers of definition list are not translated with docut...Takeshi KOMIYA
2019-07-13Fix type annotation for python 3.5.1Takeshi KOMIYA
2019-06-04Migrate to py3 style type annotation: sphinx.util.nodesTakeshi KOMIYA
2019-05-16Fix #6375: extlinks: Cannot escape angle brackets in link captionTakeshi KOMIYA
2019-03-09Update comment for patch to Element.copy()Takeshi KOMIYA
2019-03-06Merge branch '2.0'Takeshi KOMIYA
2019-03-06Clean up import for annotationsTakeshi KOMIYA
2019-03-03Add copy_source_info()Takeshi KOMIYA
2019-03-03refactor: Rename find_source_node() to get_node_source()Takeshi KOMIYA
2019-02-17Merge branch '1.8'Takeshi KOMIYA
2019-02-10Fix #6026: LaTeX: A cross reference to definition list does not workTakeshi KOMIYA
2019-02-05Add a helper function; get_node_line()Takeshi KOMIYA
2019-01-19Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace use of six.text_type with strJon Dufresne
2018-12-17Merge pull request #5509 from stephenfin/remove-future-importsTakeshi KOMIYA
2018-12-17py3: Remove (most) __future__ importsStephen Finucane
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Add docutils-stubs to test depsTakeshi KOMIYA
2018-12-09Correct type signature of set_role_source_info()Jon Dufresne
2018-12-04Fix annotations for nested_parse_with_titles()Takeshi KOMIYA
2018-12-04refactor NodeMatcher for mypy friendlyTakeshi KOMIYA
2018-12-02Fix annotations for buildersTakeshi KOMIYA
2018-12-01Fix annotations for i18nTakeshi KOMIYA
2018-12-01Fix annotations (in some modules)Takeshi KOMIYA
2018-11-29Fix annotations for utilTakeshi KOMIYA
2018-11-27Merge pull request #5668 from tk0miya/5648_NodeMatcher_matches_to_Text_attrTakeshi KOMIYA
2018-11-24Fix #5648: NodeMatcher matches Text node on attribute matchTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-23Fix annotations for util.nodesTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-08-26Apply NodeMatcher to SphinxTakeshi KOMIYA
2018-08-26Add NodeMatcher; a helper class for Node.traverse()Takeshi KOMIYA
2018-07-29Fix #5213: i18n: sphinx-build crashes if node having tupled-attributedTakeshi KOMIYA
2018-05-25refs #4919. As after work of 4919, remove workaround, uncomment temporary dis...shimizukawa
2018-05-13Merge branch '1.7'Takeshi KOMIYA
2018-05-12Merge branch '1.7' into 4913_literal_block_under_bullet_listTakeshi KOMIYA
2018-05-11fix #4938: i18n doesn't handle node.title correctly (#4939)Takayuki SHIMIZUKAWA
2018-05-07Fix #4913: i18n: literal blocks in bullet list are not translatedTakeshi KOMIYA
2018-05-04move ``get_full_module_name`` and ``repr_domxml`` functions from logging to n...shimizukawa
2018-05-02add debug log for patching/extracting i18n nodes (#4918)Takayuki SHIMIZUKAWA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA