diff --git a/doc/source/conf.py b/doc/source/conf.py index c6ce1eb2b1c..424dd46f789 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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,