Skip to content

Commit

Permalink
Try installing some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Sep 23, 2022
1 parent c223e5b commit c306a5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,11 @@
MOCK_MODULES = [
"neo4j",
"neo4j.graph",
"bioontologies",
"bioontologies.obograph",
"bioregistry",
"bioregistry.app",
"bioregistry.app.impl",
#"bioontologies",
#"bioontologies.obograph",
#"bioregistry",
#"bioregistry.app",
#"bioregistry.app.impl",
]

for mod_name in MOCK_MODULES:
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ uvicorn =
gunicorn =
gunicorn
docs =
bioregistry
bioontologies
sphinx
sphinx-rtd-theme
sphinx-autodoc-typehints
Expand Down

0 comments on commit c306a5d

Please sign in to comment.