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-20Remove copyright and licence fieldsAdam Turner
2022-02-20Conform to PEP 257 summary line conventionsAdam 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-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-02-02Merge branch '3.x' into master_with_merged_3.xjfbu
2021-02-01Fix #8782: todo: Cross references in todolist get brokenTakeshi 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-05-03Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA
2020-04-29Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA
2020-02-22Fix #7195: todo: emit doctree-resolved event with non-document node incorrectlyTakeshi KOMIYA
2020-01-01A happy new year!Takeshi KOMIYA
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