From 557fe165beba9756b824a8c830e481af41ee4f16 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Wed, 22 Mar 2023 23:47:45 -0400
Subject: [PATCH] Try again to enable todo lists

---
 conf.py                      | 2 ++
 intro/contribution/index.rst | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 61286188..83e68063 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 2c3a9d63..6f915c8c 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::
 
-- 
GitLab