Changes between Version 4 and Version 5 of building_the_docs


Ignore:
Timestamp:
18 Jan 2018, 11:58:39 (6 years ago)
Author:
bakaniko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • building_the_docs

    v4 v5  
    3636On {{{ubuntu 16.04}}}
    3737
    38 {{{sudo apt install cmake git
    39 
    40 sudo pip install sphinx}}}
     38{{{
     39sudo apt install cmake git
     40
     41sudo pip install sphinx
     42}}}
    4143== Preparing the repository ==
    4244
     
    5153This build will only make the English version and will be faster so you can quickly visualize your changes.
    5254
    53 {{{## making the build folder (where builds will be put)
     55{{{
     56## making the build folder (where builds will be put)
    5457mkdir build
    5558