Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gilacms/docs

Documentation made with Sphinx
https://github.com/gilacms/docs

Last synced: 14 days ago
JSON representation

Documentation made with Sphinx

Awesome Lists containing this project

README

        

# docs
[Gila CMS](https://github.com/GilaCMS/gila) Documentation made with Sphinx

See the documentation published on [readthedocs.io](https://gila-cms.readthedocs.io)

To install sphinx on your linux machine
```
sudo apt-get install pip
sudo pip install sphinx recommonmark
```
To generate the html
```
make html
```
The html will be generated inside /docs/build/html/