diff --git a/doc/source/conf.py b/doc/source/conf.py index 8fad59b2d4..985d1acdee 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -11,10 +11,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import subprocess import sys import os -import warnings BASE_DIR = os.path.dirname(os.path.abspath(__file__)) ROOT = os.path.abspath(os.path.join(BASE_DIR, "..", ".."))