Unverified Commit b4bb2393 authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

dependencies for sphinx (#87)

parent af50a84f
...@@ -18,7 +18,11 @@ After installing the correct PyTorch, all you need is clone the repository and d ...@@ -18,7 +18,11 @@ After installing the correct PyTorch, all you need is clone the repository and d
pip install . pip install .
``` ```
After TorchANI has been installed, you can build the documents by running `sphinx-build docs build`. After TorchANI has been installed, you can build the documents by running `sphinx-build docs build`. But make sure you
install dependencies:
```bash
pip install sphinx sphinx-gallery pillow matplotlib sphinx_rtd_theme
```
# Paper # Paper
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment