sphinx-doc / sphinx

The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.54k stars 2.12k forks source link

todo does not provide visit/depart_todolist #4899

Open papadeltasierra opened 6 years ago

papadeltasierra commented 6 years ago

Subject: Unable to add todolist formatting that is distinct from individual todos

Problem

Procedure to reproduce the problem

Any command that builds a todo and list - the output is OK but cannot be customized.

Error logs / results

None appropriate.

Expected results

I would like to be able to do things like:

Reproducible project / your project

Any.

Environment info

tk0miya commented 6 years ago

Yes, todolist node is replaced with a list of todo nodes on resolving phase. So visitor functions on writer are never called.

+0: wrapping whole of todo list with <div> is reasonable -0: arranging todo label and link sentence is too much. Using extension is better for such case.