From 8033ad13c53b7c8122a9ef6fb6ac48ae96b68cb9 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 22 Aug 2019 06:45:43 +0200 Subject: [PATCH] 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 --- doc/source/conf.py | 6 ------ 1 file changed, 6 deletions(-) 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,