fix uneeded import in sphinx conf

This commit is contained in:
Nick Sweeting 2019-04-27 17:52:46 -04:00
parent 0670c15813
commit 905998fb41

View file

@ -15,7 +15,6 @@ import sys
sys.path.insert(0, os.path.abspath('.'))
import django
import sphinx_py3doc_enhanced_theme
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('.'))