To install from pypi using pip:
pip install cloud_sptheme
To install from pypi using easy_install:
easy_install cloud_sptheme
To install from source using setup.py:
python setup.py build
sudo python setup.py install
To use this theme on http://readthedocs.org:
If it doesn’t already exist, add a pip requirments.txt file to your documentation (e.g. alongside conf.py). It should contain a minimum of the following lines:
sphinx
cloud_sptheme
... as well as any other build requirements for your project’s documentation.
When setting up your project on ReadTheDocs, enter the path to requirements.txt in the requirements file field on the project configuration page.
ReadTheDocs will now automatically download the latest version of cloud_sptheme when building your documentation.
If you wish to generate your own copy of the documentation, you will need to: