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
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
......@@ -36,4 +40,4 @@ You must pass all the tests on GitHub before your PR can be merged.
Code review is required before merging pull request.
To manually run unit tests, do `python setup.py test`
\ No newline at end of file
To manually run unit tests, do `python setup.py test`
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