summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-02-05 23:19:35 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-02-05 23:19:35 -0500
commit00bb9b0c08c7b7a791a3278a6b1003d7cad471bd (patch)
treee7f27b076bb46a414a73111ba64d6c4375005ab0
parent7476c27e95b6a9c1ee1c93893d678012c019cf7c (diff)
downloadcmd2-git-00bb9b0c08c7b7a791a3278a6b1003d7cad471bd.tar.gz
Fix flake8 errors in doc config
-rw-r--r--docs/conf.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 16e8ecb7..02eb827f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -17,9 +17,6 @@ If extensions (or modules to document with autodoc) are in another directory,
add these directories to sys.path here. If the directory is relative to the
documentation root, use os.path.abspath to make it absolute, like shown here.
"""
-import os
-import sys
-
from pkg_resources import get_distribution
# Import for custom theme from Read the Docs