Skip to content

Commit

Permalink
Fix morph submodule docs building (#59)
Browse files Browse the repository at this point in the history
* Add morph docs

* Mock neuorm dependency
  • Loading branch information
haleepfl committed May 26, 2020
1 parent 79a0fb1 commit d3b4b53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/source/circuits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Circuits
circuit
config
edges
morph
nodes
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

autoclass_content = "both"

autodoc_mock_imports = ["libsonata"]
autodoc_mock_imports = ["neurom", "libsonata"]

# autosummary settings
autosummary_generate = True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, *args, **kwargs):
'pathlib2>=2.3',
],
extras_require={
'docs': ['sphinx<3.0.0', 'sphinx-bluebrain-theme'],
'docs': ['sphinx', 'sphinx-bluebrain-theme'],
'plots': ["matplotlib>=2.2.5"],
},
packages=find_packages(),
Expand Down

0 comments on commit d3b4b53

Please sign in to comment.