Skip to content

Commit

Permalink
test rtd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Jul 10, 2018
1 parent b33be87 commit 09032bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = [] #"_ccllib","numpy","ccllib","pyccl"]
MOCK_MODULES = ["ccllib"] #"_ccllib","numpy","ccllib","pyccl"]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit 09032bd

Please sign in to comment.