Skip to main content

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


Download files

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

Source Distribution

sphinx-kr-theme-0.2.1.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

sphinx_kr_theme-0.2.1-py2.py3-none-any.whl (12.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file sphinx-kr-theme-0.2.1.tar.gz.

File metadata

File hashes

Hashes for sphinx-kr-theme-0.2.1.tar.gz
Algorithm Hash digest
SHA256 4241d0ad37f46ad3db954a3d9cb557d697b63eadc6fc38d856117996d12a4e15
MD5 8ae5518de7ec48f7ff8e6f13e7f3d53d
BLAKE2b-256 c6ebaf442b97fb8dc2c2cdb3ca48b7ff93e638e9d7d795dbb3c2250eb6ff7b44

See more details on using hashes here.

File details

Details for the file sphinx_kr_theme-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_kr_theme-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 40b8fcc0d66ccb82374ddefcda5e0012ba9f6cc46d3cf4f142a034cce8922b5f
MD5 727e9f8396f5edeac8ce4fe5b5c4587a
BLAKE2b-256 b6689e80368ef051c0a41a441f7ca86d703dea48647f1a15e2fd0f34e2bde4c1

See more details on using hashes here.

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