We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7d75b commit b076b90Copy full SHA for b076b90
docs/conf.py
@@ -46,7 +46,7 @@
46
source_suffix = [".rst", ".md"]
47
48
# mock imports for optional dependencies not available in docs build environment
49
-autodoc_mock_imports = ["torch_sim"]
+autodoc_mock_imports = []
50
51
# Intersphinx configuration
52
intersphinx_mapping = {
docs/requirements.txt
@@ -2,4 +2,5 @@ myst-parser
2
sphinx_copybutton
3
furo
4
torch
5
+torch-sim-atomistic
6
pygments-lammps
0 commit comments