sphinx-doc/sphinx
GitHub で見るSupport todo roles in the `sphinx.ext.todo` extension
Open
#6,689 opened on 2019年9月7日
awaiting:responseextensions:todohelp wantedtype:enhancement
Repository metrics
- Stars
- (5,625 stars)
- PR merge metrics
- (平均マージ 10d 11h) (30d で 11 merged PRs)
説明
Is your feature request related to a problem? Please describe. Sometimes it is convenient to note a todo inline which is not possible using the todo admonition. However there seems to be the todo role. This would require also creating a custom role.
Describe the solution you'd like
Using :todo:`todo message` should work the same as using the todo admonition.
Context