You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LaTeX mark-up for todo directives uses a \label which can not work because there is no associated counter. As a result from the Todo List, the links go generally to the section title, not to the actual todo item.
Here is a screenshot where the target of the second item in the todo list is shown.
How to Reproduce
index.rst
Welcome to FOO's documentation!
===============================
TEST
====
section 1
---------
.. todo::
Implement TODOs!
Some text
Some more text
.. todo::
Implement TODOs! Do it ! (2)
section 2
---------
.. todolist::
Also reformulate 2 other LaTeX entries there-in to adopt the same style as other bug-has-been-fixed entries rather than reproducing the original bug description.
Describe the bug
The LaTeX mark-up for
todo
directives uses a\label
which can not work because there is no associated counter. As a result from the Todo List, the links go generally to the section title, not to the actual todo item.Here is a screenshot where the target of the second item in the todo list is shown.
How to Reproduce
index.rst
conf.py
Environment Information
Sphinx extensions
['sphinx.ext.todo']
Additional context
No response
The text was updated successfully, but these errors were encountered: