sphinx.plonetheme
About
This is a theme for Sphinx that provides a nice plone.org like HTML output.
Installation
Make environment with easy_install:
$ easy_install sphinxjp.themes.impressjs
Or using buildout:
[buildout]
parts=
sphinx
[sphinx]
recipe=zc.recipe.egg
eggs=
Sphinx
sphinx.plonetheme
setup conf.py with:
extensions = ['sphinxjp.themecore']
html_theme = 'plonetheme'
# Opensearch support with Plone icon
html_use_opensearch = 'http://my.site.tld/mydoc'
...
# Have a disqus setting for this site to have visitors feedback?
# (register at http://disqus.com/)
html_theme_options = {
'disqus_name': 'the_disqus_site_shortname'
}
and run:
$ make html
Requirement
Libraries:
Python 2.6 or later (not support 3.x)
Sphinx 1.0.x or later.
Tested with…
Firefox 3
Safari 4
Chrome 5
Opera 10
Contributing
Fork or being part of the plone collective organization:
https://github.com/collective/sphinx.plonetheme
The demo/ folder is the Sphinx I use to test this theme. You may add more Sphinx constructs to test the Plone Sphinx theme here.
More doc about Sphinx theming can be found from here.
Credits
Copyright and license
Hem, I’m not a lawyer, so all I have to say is that everyone is granted to use the files here in any Sphinx documentation. These files come with no support or any guaranty.
This theme includes the Plone logo that is a registered trademark of the Plone foundation. See http://plone.org/foundation/logo/the-plone-logo/
This theme includes free graphics from http://www.psdgraphics.com/
As a consequence of the copyright of the included media, you cannot use this Sphinx theme for a commercial documentation.
Todo
Merge all in one CSS file such we don’t depend on ‘default.css’ any more.
Testing and styling HTML generated by standard extensions (Code API, doctests, …)
Changes log
2.0 (2013-02-07)
eggified using sphinxjp.themecore
1.1 (unreleased)
Adding graphics to the admonition markups [glenfant]
Working around a Sphinx + Pygments bug (?) when Pygments is stuck higlighting a code. [glenfant]
Warn IE6 users they’d better use anything else that’s available today (a third millenium browser) [glenfant]
More sexy styling [glenfant]
https links are considered externals too [glenfant]
1.0 (unreleased)
Initial release, supports Sphinx 0.6.5 and up. [glenfant]
Release files for sphinx.plonetheme 2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sphinx.plonetheme-2.0.zip | 96.1 kB | Details |
Release files / sphinx.plonetheme-2.0.zip
| Download URL | sphinx.plonetheme-2.0.zip |
|---|---|
| Size | 96.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eec0cb177adf29c564fadcf31c6f7cc967828a601998424f8fb4c1836d4d141d
|
|
BLAKE2b-256 checksum How to use checksums |
67d925174be4407bb422fd3b09d994bc12562179dba6e6e672192309dcd85f21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |