File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff 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
2729To build the site just execute:
2830
29- ''' make html '''
31+ ```
32+ make html
33+ ```
3034
3135The site will be generated in the build/html directory. The main page is README.html
You can’t perform that action at this time.
0 commit comments