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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,4 @@ In case you prefer to write your tutorial in jupyter, you can use [this script](
28
28
- Then you can build using `make docs`. This will download the data, execute the tutorials and build the documentation to `docs/` directory. This will take about 60-120 min for systems with GPUs. If you do not have a GPU installed on your system, then see next step.
29
29
- You can skip the computationally intensive graph generation by running `make html-noplot` to build basic html documentation to `_build/html`. This way, you can quickly preview your tutorial.
30
30
31
-
- If you get **ModuleNotFoundError: No module named 'pytorch_sphinx_theme' make: ***[html-noplot] Error 2**, from /tutorials/src/pytorch_sphinx_theme run `python setup.py install`.
31
+
>If you get **ModuleNotFoundError: No module named 'pytorch_sphinx_theme' make: ***[html-noplot] Error 2**, from /tutorials/src/pytorch_sphinx_theme run `python setup.py install`.
0 commit comments