mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add tests for todo extension.
This commit is contained in:
parent
dcabce9f78
commit
3b1fd1fe2c
@ -22,6 +22,7 @@ Contents:
|
||||
autodoc
|
||||
autosummary
|
||||
doctest
|
||||
extensions
|
||||
|
||||
Python <http://python.org/>
|
||||
|
||||
|
22
tests/root/extensions.txt
Normal file
22
tests/root/extensions.txt
Normal file
@ -0,0 +1,22 @@
|
||||
Test for diverse extensions
|
||||
===========================
|
||||
|
||||
todo
|
||||
----
|
||||
|
||||
.. todo::
|
||||
|
||||
Test the todo extension.
|
||||
|
||||
.. todo::
|
||||
|
||||
Test with |sub| (see #286).
|
||||
|
||||
.. |sub| replace:: substitution references
|
||||
|
||||
|
||||
list of all todos
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
.. todolist::
|
||||
|
Loading…
Reference in New Issue
Block a user