Here is what you need to build the Platform.sh documentation locally.
- Clone the repository
$ git clone git@github.com:platformsh/platformsh-docs.git
$ cd platformsh-docs
- Install Sphinx
$ sudo pip install sphinx
(on Mac OS X you might need to do easy_install pip
first)
- Build the html
$ make html
Once the build is finished, the HTML pages should be in _build/html
.