From 47837f25c9f7325ce8e9544d97d97b6dee6cd37f Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Wed, 15 Apr 2020 14:42:27 +0200 Subject: [PATCH] Fix import error in documentation Change-Id: Ie3ca8674b345c7da28b6f489529353ff643ab51c Issue-ID: NONRTRIC-191 Signed-off-by: elinuxhenrik --- docs/conf.py | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9bde80f..07032ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --- 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 -- 2.16.6