From 43cac182dab8e48aa60e6af4a9bba817fa8b400b Mon Sep 17 00:00:00 2001 From: Matt Wilkie Date: Sat, 20 Jun 2015 22:23:10 -0700 Subject: [PATCH] add `knownpaths` to mock #48 --- docs/source/conf.py | 2 +- docs/source/index.rst.leo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2b54dde..501b78f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ class Mock(MagicMock): def __getattr__(cls, name): return Mock() -MOCK_MODULES = ['ctypes', 'wintypes'] +MOCK_MODULES = ['ctypes', 'wintypes', 'knownpaths'] sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES) # If extensions (or modules to document with autodoc) are in another directory, diff --git a/docs/source/index.rst.leo b/docs/source/index.rst.leo index 962e401..eb929fd 100644 --- a/docs/source/index.rst.leo +++ b/docs/source/index.rst.leo @@ -12,7 +12,7 @@ @persistence @data:@auto conf.py -@gnxs +@gnxs Apt - Read The Docs @@ -27,7 +27,7 @@ gnx: maphew.20150613204824.2 -gnx: maphew.20150613204824.3 +gnx: maphew.20150613204824.3 unl: conf declarations