The Cloud Sphinx Theme documentation has moved to https://cloud-sptheme.readthedocs.io
Installation Instructions¶
Installing¶
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
ReadTheDocs¶
To use this theme on https://readthedocs.org:
If it doesn’t already exist, add a pip
requirements.txtfile to your documentation (e.g. alongsideconf.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.txtin the requirements file field on the project configuration page.ReadTheDocs will now automatically download the latest version of
cloud_spthemewhen building your documentation.
Documentation¶
- The latest copy of this documentation should always be available at:
- https://cloud-sptheme.readthedocs.io
If you wish to generate your own copy of the documentation, you will need to:
- Install Sphinx (1.4 or better)
- Download the
cloud_spthemesource. - From the source directory, run
python setup.py build_sphinx -E. - Once Sphinx is finished, point a web browser to the file
SOURCE/build/sphinx/html/index.html.