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: _episodes/05-rtd.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,17 @@ objectives:
60
60
>
61
61
> Inside the cloned repository, run
62
62
>```shell
63
-
> sphinx-build doc _build
63
+
>$ sphinx-build doc _build
64
64
>```
65
65
> and verify the result in your browser.
66
66
>
67
67
>#### Test HTML pages links
68
-
>
69
-
> Inside the cloned repository, run `sphinx-build doc -W -blinkcheck -d _build/doctrees _build/html`in order to check the integrity of all external links.
70
-
>
68
+
>
69
+
> Inside the cloned repository, check the integrity of all external links:
0 commit comments