Collection of Sphinx Themes for Plone Documentations
Project description
Introduction
This package is a collection of sphinx themes for the plone documentation.
Setup
Install the package:
using easy_install:
$ easy_install sphinx.themes.plone
using pip:
$ pip install sphinx.themes.plone
using buildout:
[buildout] parts= sphinx [sphinx] recipe=zc.recipe.egg eggs= Sphinx sphinx.themes.plone
Edit the “conf.py” configuration file to point to the plone themes:
# At the top. import sphinx.themes.plone # ... # Activate the theme path: html_theme_path = sphinx.themes.plone.get_html_theme_path()
Select a Plone theme:
# Activate the theme like this: html_theme = 'plone_org_4'
Avaliable Themes:
plone_org_4
plone_org_5 (TODO: to be finialized)
plone_classic (TODO: to be implemented)
plone_sunburst (TODO: to be implemented)
Changelog
0.1.0 (01/06/2014)
Initial release
Theme plone_org_4
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for sphinx.themes.plone-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31da838ad4625b0e3c4561e5f22a5ec4fac8f99036fe8fee80e11098780fe36f |
|
MD5 | 8f2a5f1a0a5d0e2b32ecb25374886ea2 |
|
BLAKE2b-256 | 03fb2599133da7398b5198485e5c0e4b33b75a37503181949ab789b3bb7e0223 |