From 1b08243cd213199082eac9054556ad8a2e0807f2 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 24 Jul 2019 00:12:35 +0200 Subject: [PATCH] Fix TODO entries showing file paths of the build system --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 3a6dde4..40cd0c9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -182,3 +182,5 @@ intersphinx_mapping = {"https://docs.python.org/": None} # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True + +todo_link_only = True