Sphinx layout test for documentation
Need Python 3.5+
$ pip install sphinx
$ git clone https://github.com/sjuuun/DocsTest.git
$ DocsTest/docs
# install theme
$ pip install sphinx-rtd-theme
# make html file and open
$ make html
$ open build/html/index.rst