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:
parent
32a29ffdff
commit
7a51719fa2
1
conf.py
1
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...")
|
||||
|
|
Loading…
Reference in New Issue