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
2019-11-16Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA
2019-11-16Fix #6738: Use get_encode_func in todo extensionTakeshi KOMIYA
2019-07-13Fix mypy violations (for mypy-0.720)Takeshi KOMIYA
2019-07-04Migrate to py3 style type annotation: sphinx.ext.todoTakeshi KOMIYA
2019-06-02refactor: todo: Add TodoListProcessor to expand todolist nodesTakeshi KOMIYA
2019-06-02refactor: todo: Add TodoDomain to collect todo nodesTakeshi KOMIYA
2019-06-02refactor: todo: Skip over todo_node on writing handlers (not removal)Takeshi KOMIYA
2019-04-16Make EventManager portableTakeshi KOMIYA
2019-03-24``todo`` directive now supports ``:name:`` optionTakeshi KOMIYA
2019-03-06Merge pull request #6129 from tk0miya/refactor_util.nodesTakeshi KOMIYA
2019-03-03Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA
2019-03-02refactor: move NoUri to sphinx.errorsTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-23Merge branch '1.8'jfbu
2018-12-21Fix #5800: todo: crashed if todo is defined in TextElementTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16refactor: Remove u-prefix from stringsTakeshi KOMIYA
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-02Fix annotations (minor fixes)Takeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-11-30Fix annotations for extensionsTakeshi KOMIYA
2018-11-29Fix annotations for minor methods and functionsTakeshi KOMIYA
2018-11-28Fix annotaions for extensionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-05-11refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-03Make console and warning messages translatableTakeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-31Merge branch '1.7-release'Takeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2018-01-24Close #4460: extensions should return the version of data structure as metadataTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-11-27fix #4214: Two todolist directives break sphinx-1.6.5Matthew Fernandez
2017-10-19Closes #1020: ext.todo todolist not linking to the page in pdflatexMatthew Fernandez
2017-10-13supress empty span tagYoshiki Shibukawa
2017-10-12fix #4063: Sphinx crushes when there are referenced todolistYoshiki Shibukawa
2017-05-11Fix #3725: Todo looks different from note in LaTeX outputTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2017-01-02logger.warning() supports node as location parameterTakeshi KOMIYA
2017-01-02Use loggersTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.extTakeshi KOMIYA
2016-07-15#2680: `sphinx.ext.todo` now emits warnings if `todo_emit_warnings` enabledTakeshi KOMIYA