Skip to content

Commit 8c07bb8

Browse files
author
Michael Lin
committed
update docs README
1 parent d2671bc commit 8c07bb8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
To update the documentation
22

3-
1. Install packages: `pip install -r requirements.txt`
4-
2. Modify source files in `source/`
5-
3. Compile the code: `make html`
3+
1. Install connectomics package
4+
2. Install docs package: `pip install -r requirements.txt`
5+
3. Install correct version of pytorch_sphinx_theme:
6+
```
7+
git clone https://github.com/pytorch/pytorch_sphinx_theme
8+
pip install -e pytorch_sphinx_theme
9+
```
10+
4. Modify source files in `source/`
11+
5. Compile the code: `make html`

0 commit comments

Comments
 (0)