From: elinuxhenrik Date: Wed, 15 Apr 2020 12:42:27 +0000 (+0200) Subject: Fix import error in documentation X-Git-Tag: BronzeRC0~12 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=commitdiff_plain;h=47837f25c9f7325ce8e9544d97d97b6dee6cd37f Fix import error in documentation Change-Id: Ie3ca8674b345c7da28b6f489529353ff643ab51c Issue-ID: NONRTRIC-191 Signed-off-by: elinuxhenrik --- 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