summaryrefslogtreecommitdiff
path: root/tests/test_ext_todo.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
| | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-4/+0
|/
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-5/+5
|
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
|
* ``todo`` directive now supports ``:name:`` optionTakeshi KOMIYA2019-03-241-3/+4
|
* refactor: test_ext_todoTakeshi KOMIYA2019-03-241-23/+16
|
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-6/+6
| | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension
* HTML builder outputs HTML5 by defaultTakeshi KOMIYA2019-02-111-14/+18
|
* quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-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-5/+13
|\ \ | |/ | | | | | | (Resolved) Conflicts: sphinx/texinputs/sphinxmanual.cls
| * Fix #5800: todo: crashed if todo is defined in TextElementTakeshi KOMIYA2018-12-221-5/+13
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-12-311-3/+5
|\ \ | |/
| * update todo extension test to test multiple todolistsMatthew Fernandez2017-11-261-2/+4
| | | | | | | | | | This tests for regression of previous bug #4214: Two todolist directives break sphinx-1.6.5.
| * remove todo_emit_warnings override from a test that doesn't need itMatthew Fernandez2017-11-261-1/+1
| |
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-2/+2
|/
* add a test that confirms #1020Matthew Fernandez2017-10-181-0/+28
|
* Year++Takeshi KOMIYA2017-03-261-1/+1
|
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-2/+2
|
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+4
|
* #2680: `sphinx.ext.todo` now emits warnings if `todo_emit_warnings` enabledTakeshi KOMIYA2016-07-161-0/+85