Source files for the elabftw documentation.
$ git clone https://github.com/elabftw/elabdoc
$ cd elabdoc
$ npm install grunt grunt-shell
$ sudo npm install -g grunt-cli
$ sudo pip install sphinx sphinx_rtd_themeTo generate the HTML documentation:
$ grunt docThen point your browser to the doc/_build/html folder.