Skip to content

Commit

Permalink
Fix docs imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonh1 committed Aug 23, 2023
1 parent 3db06ec commit edeea7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
autoapi_dirs = ["../qp"]
autoapi_ignore = ["*/tests/*", "*_version.py"]
autodoc_member_order = "bysource"
autodoc_mock_imports = ["modeller", "Bio", "click"]

autoapi_options = [
"members",
Expand Down
2 changes: 0 additions & 2 deletions docs/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ dependencies:
- pip

# Package depends
- biopython
- click
- matplotlib
- numpy
- pandas
Expand Down
4 changes: 2 additions & 2 deletions qp/structure/missing_loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"""

import os
from modeller import *
from modeller.automodel import *
from modeller import log, Environ
from modeller.automodel import AutoModel


log.none()
Expand Down

0 comments on commit edeea7d

Please sign in to comment.