summaryrefslogtreecommitdiff
path: root/sphinx/ext/todo.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | 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
| |
* | Use loggersTakeshi KOMIYA2017-01-021-1/+4
| |
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-8/+23
|/
* #2680: `sphinx.ext.todo` now emits warnings if `todo_emit_warnings` enabledTakeshi KOMIYA2016-07-161-0/+7
|
* fix flake8shimizukawa2016-02-091-3/+4
|
* Merge pull request #1751 from montefra/todo_functionshimizukawa2016-02-081-3/+7
|\ | | | | | | todo list: link only
| * todo list: link onlymontefra2015-03-021-3/+7
| |
* | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \
| * | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| | |
* | | Refactoring ``sphinx.ext.todo``; because of deprecation of make_admonition()Takeshi KOMIYA2016-01-101-11/+15
|/ /
* | Fix #1818: `sphinx.ext.todo` directive generates broken html class attribute ↵shimizukawa2015-11-291-1/+8
| | | | | | | | as 'admonition-' when :confval:`language` is specified with non-ASCII linguistic area like 'ru' or 'ja'. To fix this, now ``todo`` directive can use ```:class:`` option.
* | Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
| |
* | ext: pep8 fixesGeorg Brandl2015-03-081-3/+10
|/
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-221-1/+10
| |
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
| |
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
| | | | | | | | This makes it possible to introduce more metadata values later.
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
| |
* | Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-1/+0
|/ | | | like ``-D key=val1,val2``.
* Remove ids from copied todo directives; they are no longer unique in the ↵Roland Meister2013-06-191-1/+3
| | | | todolist
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Trigger rebuild when todo visibility is toggled (mentioned in #884).Robert Lehmann2012-02-291-1/+1
|
* Merge with 1.0Georg Brandl2011-09-231-3/+5
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-3/+5
| |
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/