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.
This commit is contained in:
Jeff Epler 2020-06-15 16:50:33 -05:00
parent 32a29ffdff
commit 7a51719fa2
1 changed files with 0 additions and 1 deletions

View File

@ -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...")