diff options
| author | Jeff Epler <jepler@unpythonic.net> | 2020-06-15 16:50:33 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@unpythonic.net> | 2020-06-15 16:50:43 -0500 |
| commit | 7a51719fa287a1a45af6d411c7a698cb6c20aedb (patch) | |
| tree | 6653e992a34f2f5b9820136d0c47238a582690c6 /conf.py | |
| parent | 32a29ffdff4f757b818be9d63df44366a9ea389c (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.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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...") |
