Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install sphinxjp.themecore

How to install sphinxjp.themecore

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install sphinxjp.themecore
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Windows (64-bit)
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Mac OS X (10.5+)
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Linux (32-bit)
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Linux (64-bit)
0.1.3 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
 
License
MIT
Dependencies
Lastest release
version 0.1.3 on Jul 10th, 2011

A sphinx theme plugin extension.

Features

  • provide theme template collection by using setuptools plugin mechanism.

Setup

Make environment with easy_install:

$ easy_install sphinxjp.themecore

Make your plugins

themes

If you want to integrate new theme, write sphinx_themes entry_points in your setup.py:

entry_points = """
    [sphinx_themes]
    path = sphinxjp.themes.s6:get_path
"""

and write get_path function that return path of Sphinx themes. Sphinx themes directory include one or more theme directories.

directives

If you want to integrate new directive, write sphinx_directives entry_points in your setup.py:

entry_points = """
    [sphinx_directives]
    setup = sphinxjp.themes.s6:setup_directives
"""

and write setup_directives function that receive app argument and return None. setup_directives is same as sphinx extension's setup function. See Sphinx extension document for more information.

Requirements

  • Python 2.4 or later (not support 3.x)
  • sphinx 1.0.x

License

Licensed under the MIT license . See the LICENSE file for specific terms.

AUTHORS

Sphinx template plugin extension
  • Takayuki SHIMIZUKAWA <shimizukawa AT gmail.com> sphinx-users.jp

History

0.1.3 (2011/7/9)
  • fix fatal bug on version 0.1.2. sorry.
0.1.2 (2011/7/9)
  • fixed issue #1: html_theme_path definition in conf.py discard all sphinxjp.themes.* paths.
0.1.1 (2011/7/6)
  • fixed namespace package declaration missing, thank you togakushi!
0.1.0 (2011/2/6)
  • first release

Subscribe to package updates

Last updated Jul 10th, 2011

Download Stats

Last month:2

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.