Fix import error in documentation 80/3280/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 15 Apr 2020 12:42:27 +0000 (14:42 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Wed, 15 Apr 2020 12:43:00 +0000 (14:43 +0200)
Change-Id: Ie3ca8674b345c7da28b6f489529353ff643ab51c
Issue-ID: NONRTRIC-191
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
docs/conf.py
tox.ini

index 9bde80f..07032ac 100644 (file)
@@ -1,4 +1,4 @@
-from docs_conf import *
+from docs_conf.conf import *
 
 linkcheck_ignore = [
     'http://localhost.*',
diff --git a/tox.ini b/tox.ini
index 26cfed7..80839a2 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 # ==================================================================================
+
 [tox]
 envlist = docs,docs-linkcheck
 minversion = 2.0