Skip to content

Commit

Permalink
Working on getting the RTD pages to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcclintock committed Jul 10, 2018
1 parent 1dd88d3 commit 3f5742a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/api/pyccl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Submodules
.. toctree::

pyccl.background
pyccl.ccllib
pyccl.cls
pyccl.constants
pyccl.core
Expand Down
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"]
MOCK_MODULES = ["_ccllib","numpy","ccllib","pyccl"]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

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

0 comments on commit 3f5742a

Please sign in to comment.