The third-part package of kennethreitz/kr-sphinx-themes.
Project description
This is the third-part package of Kenneth Reitz’s krTheme. You will not have to copy the theme files into VCS or register it as submodule anymore.
Installation
pip install sphinx-kr-theme
Of course the general usage is putting that into your docs/requirements.txt then it will be found and installed by the build system such as ReadTheDocs.
Usage
In your conf.py:
import sphinx_kr_theme
html_theme = 'kr' # or 'kr_basic'
html_theme_path = [sphinx_kr_theme.get_html_theme_path()]
In Sphinx >= 1.2, you only need to set the theme name:
html_theme = 'kr_basic'
Releases
0.2.0
Added new options to the kr_basic theme.
Now you can custom the URL and size of the “Fork me on GitHub” ribbon image.
html_theme_options = {
'github_fork': 'tonyseek/sphinx-kr-theme',
'github_fork_ribbon': 'http://aral.github.com/fork-me-on-github-retina-ribbons/right-graphite@2x.png',
'github_fork_ribbon_width': '149px',
'github_fork_ribbon_height': '149px',
}
The size of index logo is customizable too.
html_theme_options = {
'index_logo': 'logo@2x.png',
'index_logo_width': '180px',
'index_logo_height': '50px',
}
Those options is useful to include Retina-friendly images in your documents.
0.1.0
Included the original repository (Kenneth Reitz’s repository) with git-subtree and uploaded it to PyPI.
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
Built Distribution
Hashes for sphinx_kr_theme-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40b8fcc0d66ccb82374ddefcda5e0012ba9f6cc46d3cf4f142a034cce8922b5f |
|
MD5 | 727e9f8396f5edeac8ce4fe5b5c4587a |
|
BLAKE2b-256 | b6689e80368ef051c0a41a441f7ca86d703dea48647f1a15e2fd0f34e2bde4c1 |