diff --git a/conf.py b/conf.py index 6128618884c1fe99b15d26afb486b7226817ca72..83e68063124af17aec283cd08a41d2c48455fe10 100644 --- a/conf.py +++ b/conf.py @@ -34,6 +34,8 @@ extensions = [ "sphinx.ext.todo" ] +todo_include_todos = True + from sphinx.ext import imgconverter class WebPConverter(imgconverter.ImageConverter): diff --git a/intro/contribution/index.rst b/intro/contribution/index.rst index 2c3a9d630350a6cf60e6dcaa5bc4921a98a75c94..6f915c8c309cf6cb7d5857329c52ec79356b71f4 100644 --- a/intro/contribution/index.rst +++ b/intro/contribution/index.rst @@ -66,7 +66,7 @@ The most obvious way to contribute is using the `git.beagleboard.org Gitlab serv bugs, suggest enhancements and providing merge requests, also called pull requests, the provide fixes to software, hardware designs and documentation. -This documentation has a number of ``todo`` items where help is needed: +This documentation has a number of ``todo`` items where help is needed that can be searched in the source. .. todolist::