Skip to content

Commit b076b90

Browse files
committed
install torchsim for docs
1 parent ae7d75b commit b076b90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
source_suffix = [".rst", ".md"]
4747

4848
# mock imports for optional dependencies not available in docs build environment
49-
autodoc_mock_imports = ["torch_sim"]
49+
autodoc_mock_imports = []
5050

5151
# Intersphinx configuration
5252
intersphinx_mapping = {

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ myst-parser
22
sphinx_copybutton
33
furo
44
torch
5+
torch-sim-atomistic
56
pygments-lammps

0 commit comments

Comments
 (0)