Skip to content
This repository was archived by the owner on Jun 26, 2021. It is now read-only.

Commit 95cf106

Browse files
authored
Merge branch 'master' into refactor_init
2 parents 320c913 + b5ad5b4 commit 95cf106

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
# add these directories to sys.path here. If the directory is relative to the
1313
# documentation root, use os.path.abspath to make it absolute, like shown here.
1414
#
15+
from delira._version import get_versions
1516
import os
1617
import sys
1718
import re
1819

1920
# source code directory, relative to this file, for sphinx-build
2021
sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.path.pardir))
2122

22-
from delira._version import get_versions
23-
2423

2524
# -- Project information -----------------------------------------------------
2625

0 commit comments

Comments
 (0)