Skip to content

Commit d01e71a

Browse files
committed
more consistent formatting
1 parent b10ef12 commit d01e71a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

_episodes/05-rtd.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,17 @@ objectives:
6060
>
6161
> Inside the cloned repository, run
6262
>```shell
63-
> sphinx-build doc _build
63+
>$ sphinx-build doc _build
6464
>```
6565
> and verify the result in your browser.
6666
>
6767
> #### 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:
70+
>```
71+
>$ sphinx-build doc -W -blinkcheck -d _build/doctrees _build/html
72+
>```
73+
>
7174
> ### Step 2: Enable the project on [Read the Docs](https://readthedocs.org)
7275
>
7376
> Now you will import a project to Read the Docs by connecting to GitHub. This

0 commit comments

Comments
 (0)