Skip to content

Commit 7a51719

Browse files
committed
docs: conf.py: Remove an irrelevant TODO
This TODO made sense in the context of the original project, but for use in CircuitPython it does not appear to be relevant. Remove it.
1 parent 32a29ff commit 7a51719

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ def generate_redirects(app):
394394
app.info("Could not find redirects file at '%s'" % path)
395395
return
396396

397-
# TODO(stephenfin): Add support for DirectoryHTMLBuilder
398397
if not type(app.builder) == builders.StandaloneHTMLBuilder:
399398
logging.warn("The 'sphinxcontib-redirects' plugin is only supported "
400399
"by the 'html' builder. Skipping...")

0 commit comments

Comments
 (0)