EvieePy / sphinx-nameko-theme

Sphinx theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinx Nameko Theme

Official sphinx theme for nameko.

Forked from Sphinx Readable Theme, combined with elements of the Read The Docs theme.

Installation and setup

Install from PyPI:

$ pip install sphinx-nameko-theme

And add this to your Sphinx conf.py:

import sphinx_nameko_theme

html_theme_path = [sphinx_nameko_theme.get_html_theme_path()]
html_theme = 'nameko'

Example

The official nameko documentation uses this theme.

License

Sphinx Nameko Theme is licensed under the MIT license.

Changelog

Version 0.0.3

Add colours to admonitions Nicer styles for inline literals

Version 0.0.2

Remove symlink confusing ReadTheDocs

Version 0.0.1

Initial fork

About

Sphinx theme

License:Other


Languages

Language:CSS 61.1%Language:HTML 22.1%Language:Python 16.8%