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 d2671bc commit 8c07bb8Copy full SHA for 8c07bb8
docs/README.md
@@ -1,5 +1,11 @@
1
To update the documentation
2
3
-1. Install packages: `pip install -r requirements.txt`
4
-2. Modify source files in `source/`
5
-3. Compile the code: `make html`
+1. Install connectomics package
+2. Install docs package: `pip install -r requirements.txt`
+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