Skip to content

Commit d0d432e

Browse files
authored
fix readme formating (ros2#92)
1 parent 34695d3 commit d0d432e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,21 @@ In the root directory are the files required to locally build the site for testi
1515

1616
### Prerequisites
1717

18-
You must have sphinx installed. On Debian or Ubuntu you can install it using apt:
18+
You must have sphinx installed. On Debian or Ubuntu you can install it using apt:
1919

20-
''' apt-get install python3-sphinx '''
20+
```
21+
apt-get install python3-sphinx
22+
```
2123

22-
For other distributions please refer to http://www.sphinx-doc.org/en/master/usage/installation.html
24+
For other distributions please refer to http://www.sphinx-doc.org/en/master/usage/installation.html
2325

2426

2527
### Build the site
2628

2729
To build the site just execute:
2830

29-
''' make html '''
31+
```
32+
make html
33+
```
3034

3135
The site will be generated in the build/html directory. The main page is README.html

0 commit comments

Comments
 (0)