Skip to content

Commit

Permalink
add knownpaths to mock
Browse files Browse the repository at this point in the history
  • Loading branch information
maphew committed Jun 21, 2015
1 parent 88d7f03 commit 43cac18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst.leo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<vnodes>
<v t="maphew.20150613204824.4"><vh>@persistence</vh>
<v t="maphew.20150613204824.5" a="E"><vh>@data:@auto conf.py</vh>
<v t="maphew.20150620221605.4"><vh>@gnxs</vh></v>
<v t="maphew.20150620221605.5"><vh>@gnxs</vh></v>
</v>
</v>
<v t="maphew.20150601230033.5" a="E"><vh>Apt - Read The Docs</vh>
Expand All @@ -27,7 +27,7 @@
<t tx="maphew.20150613204824.4"></t>
<t tx="maphew.20150613204824.5">gnx: maphew.20150613204824.2
</t>
<t tx="maphew.20150620221605.4">gnx: maphew.20150613204824.3
<t tx="maphew.20150620221605.5">gnx: maphew.20150613204824.3
unl: conf declarations
</t>
</tnodes>
Expand Down

0 comments on commit 43cac18

Please sign in to comment.