fix uneeded import in sphinx conf
This commit is contained in:
parent
0670c15813
commit
905998fb41
1 changed files with 0 additions and 1 deletions
|
@ -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('.'))
|
||||
|
|
Loading…
Reference in a new issue