Remove eventlet import from docs conf.py

It is not needed and create problems when trying to create the
documentation from an sdist tarball when git is installed (see [0] how
the problem will be solved in openstackdocstheme).

[0] https://review.opendev.org/#/c/677868/
Change-Id: Iff0c9a4e99ecc16e495fb6283479839595037bc0
This commit is contained in:
Thomas Bechtold 2019-08-22 06:45:43 +02:00
parent 490471ebd3
commit 8033ad13c5
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@ import logging
import os
import sys
import eventlet
# module ref generation can cause partial greening resulting in thread issues
# during the linkcheck builder, so initialize eventlet upfront
eventlet.monkey_patch()
# NOTE(amotoki): In case of oslo_config.sphinxext is enabled,
# when resolving automodule neutron.tests.functional.db.test_migrations,
# sphinx accesses tests/functional/__init__.py is processed,