[tor-commits] [bridgedb/master] Remove pygpgme from the list of Python modules mocked in Sphinx builds.

isis at torproject.org isis at torproject.org
Fri May 1 07:10:59 UTC 2015


commit 8bfa27dbf90de970441d82d8a790bfd09aad5283
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Apr 21 22:45:30 2015 +0000

    Remove pygpgme from the list of Python modules mocked in Sphinx builds.
---
 doc/sphinx/source/conf.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py
index ac8ce2d..2f01b4c 100644
--- a/doc/sphinx/source/conf.py
+++ b/doc/sphinx/source/conf.py
@@ -81,7 +81,7 @@ class Mock(object):
         else:
             return Mock()
 
-MOCK_MODULES = ['pygpgme', 'ipaddr']
+MOCK_MODULES = ['ipaddr']
 for mod_name in MOCK_MODULES:
     sys.modules[mod_name] = Mock()
 





More information about the tor-commits mailing list