Fix: conf.py imp import deprecation warning 28/67828/2
authorGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 27 May 2021 19:16:03 +0000 (21:16 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Thu, 27 May 2021 19:26:05 +0000 (21:26 +0200)
commitb8685a6d2e1ae1674cf6d77dcadce3e111aaa772
treed6fc0007cae720e09ff629722c488dac01f00313
parentd13e0643c781cb79bae335a84bae7424c4c58b74
Fix: conf.py imp import deprecation warning

According to https://docs.python.org/3/library/imp.html imp is
deprecated in favor of importlib since python 3.4 and imp.find_module
must be replaced by importlib.util.find_spec()

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: If3acf1b9aac6092a7a982598453d586316276dff
docs_conf/conf.py