Bots Documentation¶
The documentation is written in reStructuredText format. Sphinx is used to generate the HTML documentation site.
Building the Docs¶
Requirements¶
- Python
- Pip packages:
- sphinx
- sphinx_rtd_theme
Building¶
- Clone the repository
git clone git@github.com:bots-edi/docs.git
- Run
make html
Publishing¶
The documentation site uses GitHub Pages, specifically the https://github.com/bots-edi/bots-edi.github.io repository.
- Clone the repository
git clone git@github.com:bots-edi/bots-edi.github.io.git
- Build the documentation (see above)
- Copy the contents of the _build/html folder to the
bots-edi.github.io
repository. - Commit
Credits¶
This work was started by @abhishek-ram at https://github.com/abhishek-ram/bots/tree/sphinx-docs/docs and @skilchen at https://github.com/skilchen/bots/tree/master/docs