From a301587ce7c7367340e00b5f0f7877e6f4d14ecd Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Sat, 2 Dec 2023 07:33:28 +0000 Subject: [PATCH] conf: temporarily disable todos As a work-around, we can tag a version with conf.py set with todos off, then re-enable them for docs.beagleboard.io. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 59c7f3a9..5acdb58f 100644 --- a/conf.py +++ b/conf.py @@ -65,7 +65,7 @@ exhale_args = { primary_domain = 'cpp' highlight_language = 'cpp' -todo_include_todos = True +todo_include_todos = False # Update (HTML) supported_image_types selection priority order from sphinx.builders.html import StandaloneHTMLBuilder -- GitLab