1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 14:13:01 +02:00

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('.'))