Installation Instructions¶
Requirements¶
Python 3
- for python2 look at the original cloud_sptheme by Eli Collins
Installing¶
Shell-Example
To install from pypi using pip/pip3
$ pip3 install PSphinxTheme
To install from source using setup.py
$ python3 setup.py build
$ sudo python3 setup.py install
Important
Warnings at installation
$ warning: no previously-included files matching '__pycache__' found under directory '*'
This can be ignored __pycache__ is excluded in the MANIFEST.in file
Documentation¶
The latest copy of this documentation should always be available at: http://packages.python.org/PSphinxTheme
If you wish to generate your own copy of the documentation, you will need to:
- Download the
PSphinxTheme
source. - If not already installed - install Sphinx
- If not already installed - install python_lconf_lexer
- From the PSphinxTheme source directory, run
python3 setup.py build_sphinx -E
. - Once Sphinx is finished, point a web browser to the file
SOURCE/build/sphinx/html/index.html
.