Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 878 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 878 Bytes

Flask-Themes2

Flask-Themes2 is a fork of Spirits, which is in turn a fork of Flask-Themes.

This provides infrastructure for themes in Flask.

Installation

$ pip install -e git://github.com/plausibility/Flask-Themes2.git#egg=flask_themes2-X.Y.Z

Documentation

Once the project is worthy, I will upload it to RTD.

$ pip install sphinx
$ pip install -e git://github.com/plausibility/Flask-Themes2.git#egg=flask_themes2-X.Y.Z
$ git clone git://github.com/plausibility/Flask-Themes2.git
$ cd Flask-Themes2/docs
$ make html

The documentation will be in generated in a directory called _build/