Skip to main content

Collection of Sphinx Themes for Plone Documentations

Project description

Introduction

This package is a collection of sphinx themes for the plone documentation.

Setup

  1. Install the package:

    1. using easy_install:

      $ easy_install sphinx.themes.plone
    2. using pip:

      $ pip install sphinx.themes.plone
    3. using buildout:

      [buildout]
      parts=
          sphinx
      
      [sphinx]
      recipe=zc.recipe.egg
      eggs=
          Sphinx
          sphinx.themes.plone
  2. 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()
  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx.themes.plone-0.1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page