summaryrefslogtreecommitdiff
path: root/sphinx/ext/todo.py
Commit message (Expand)AuthorAgeFilesLines
* Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-4/+5
* Fix #7195: todo: emit doctree-resolved event with non-document node incorrectlyTakeshi KOMIYA2020-02-221-2/+7
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-4/+4
* Fix #6738: Use get_encode_func in todo extensionTakeshi KOMIYA2019-11-161-2/+3
* Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-2/+2
* Migrate to py3 style type annotation: sphinx.ext.todoTakeshi KOMIYA2019-07-041-47/+29
* refactor: todo: Add TodoListProcessor to expand todolist nodesTakeshi KOMIYA2019-06-031-3/+71
* refactor: todo: Add TodoDomain to collect todo nodesTakeshi KOMIYA2019-06-021-14/+48
* refactor: todo: Skip over todo_node on writing handlers (not removal)Takeshi KOMIYA2019-06-021-13/+15
* Make EventManager portableTakeshi KOMIYA2019-04-161-1/+1
* ``todo`` directive now supports ``:name:`` optionTakeshi KOMIYA2019-03-241-33/+10
* Merge pull request #6129 from tk0miya/refactor_util.nodesTakeshi KOMIYA2019-03-071-2/+1
|\
| * Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-2/+1
* | refactor: move NoUri to sphinx.errorsTakeshi KOMIYA2019-03-021-1/+1
|/
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge branch '1.8'jfbu2018-12-231-1/+4
|\ \ | |/
| * Fix #5800: todo: crashed if todo is defined in TextElementTakeshi KOMIYA2018-12-221-1/+4
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-5/+4
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-1/+1
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-2/+2
* | Fix annotations for extensionsTakeshi KOMIYA2018-12-011-5/+7
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-2/+2
* | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-17/+24
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-6/+5
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-2/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+3
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-3/+3
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
* | Close #4460: extensions should return the version of data structure as metadataTakeshi KOMIYA2018-01-251-1/+5
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* fix #4214: Two todolist directives break sphinx-1.6.5Matthew Fernandez2017-11-261-1/+2
* Closes #1020: ext.todo todolist not linking to the page in pdflatexMatthew Fernandez2017-10-181-2/+14
* supress empty span tagYoshiki Shibukawa2017-10-131-3/+6
* fix #4063: Sphinx crushes when there are referenced todolistYoshiki Shibukawa2017-10-121-2/+2
* Fix #3725: Todo looks different from note in LaTeX outputTakeshi KOMIYA2017-05-111-1/+13
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
* | logger.warning() supports node as location parameterTakeshi KOMIYA2017-01-021-1/+2