You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ Run these commands
43
43
44
44
```bash
45
45
git submodule update --init --recursive
46
-
pip install -e . -r requirements/pytorch/docs.txt
47
46
make docs
48
47
```
49
48
@@ -52,11 +51,12 @@ and open `docs/build/html/index.html` in your browser.
52
51
When you send a PR the continuous integration will run tests and build the docs. You can access a preview of the html pages in the
53
52
_Artifacts_ tab in CircleCI when you click on the task named _build-Docs_ of _ci-tests_ at the bottom of the PR page.
54
53
55
-
Notes (Optional):
54
+
Notes:
56
55
57
-
- You need to have LaTeX installed for rendering math equations. You can for example install TeXLive by doing one of the following:
58
-
- on Ubuntu (Linux) run `apt-get install texlive` or otherwise follow the instructions on the TeXLive website
56
+
- You need to have LaTeX installed for rendering math equations. You can for example install TeXLive with the necessary extras by doing one of the following:
57
+
- on Ubuntu (Linux) run `sudo apt-get update && sudo apt-get install -y texlive-latex-extra dvipng texlive-pictures`
59
58
- use the [RTD docker image](https://hub.docker.com/r/readthedocs/build)
59
+
- You need to have pandoc installed for rendering Jupyter Notebooks. On Ubuntu (Linux), you can run: `sudo apt-get install pandoc`
0 commit comments