Flask Sphinx Themes
- From:
- Armin Ronacher
- Date:
- 2010-05-07 @ 18:33
Hi,
For Flask addon libraries there are two Sphinx themes to pick from now:
"flask" and "flask_small". The former is the theme used for Flask
itself, the other is the one currently in use for the openid extension
for Flask.
The repository with the themes is here:
http://github.com/mitsuhiko/flask-sphinx-themes
The idea is that you add a git submodule for the themes to your project
or alternatively just copy the expected theme here. The repo contains a
README with some more infos.
Regards,
Armin