summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2020-06-15 16:50:33 -0500
committerJeff Epler <jepler@unpythonic.net>2020-06-15 16:50:43 -0500
commit7a51719fa287a1a45af6d411c7a698cb6c20aedb (patch)
tree6653e992a34f2f5b9820136d0c47238a582690c6
parent32a29ffdff4f757b818be9d63df44366a9ea389c (diff)
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.
-rw-r--r--conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index d39f74bd7..38546a5d0 100644
--- a/conf.py
+++ b/conf.py
@@ -394,7 +394,6 @@ def generate_redirects(app):
app.info("Could not find redirects file at '%s'" % path)
return
- # TODO(stephenfin): Add support for DirectoryHTMLBuilder
if not type(app.builder) == builders.StandaloneHTMLBuilder:
logging.warn("The 'sphinxcontib-redirects' plugin is only supported "
"by the 'html' builder. Skipping...")